From 9877b6c37ffc549db48720d486e692cadb84b0ef Mon Sep 17 00:00:00 2001 From: Mercado Pago Date: Wed, 31 Jul 2024 17:44:37 +0000 Subject: [PATCH] Release v7.6.4 --- CHANGELOG.md | 4 + .../css/checkouts/mp-plugins-components.css | 2 +- .../checkouts/mp-plugins-components.min.css | 2 +- assets/js/blocks/basic.block.js | 6 + assets/js/blocks/credits.block.js | 6 + assets/js/blocks/custom.block.js | 7 + assets/js/blocks/pix.block.js | 6 + assets/js/blocks/pse.block.js | 6 + assets/js/blocks/ticket.block.js | 5 + build/basic.block.asset.php | 2 +- build/basic.block.js | 2 +- build/credits.block.asset.php | 2 +- build/credits.block.js | 2 +- build/custom.block.asset.php | 2 +- build/custom.block.js | 2 +- build/pix.block.asset.php | 2 +- build/pix.block.js | 2 +- build/pse.block.asset.php | 2 +- build/pse.block.js | 2 +- build/ticket.block.asset.php | 2 +- build/ticket.block.js | 2 +- changelog.log | 4 + .../woocommerce-mercadopago-es_AR.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_AR.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_CL.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_CL.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_CO.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_CO.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_ES.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_ES.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_MX.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_MX.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_PE.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_PE.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_UY.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_UY.po | 482 +++++++++--------- .../woocommerce-mercadopago-es_VE.mo | Bin 68148 -> 68260 bytes .../woocommerce-mercadopago-es_VE.po | 482 +++++++++--------- .../woocommerce-mercadopago-pt_BR.mo | Bin 69152 -> 69258 bytes .../woocommerce-mercadopago-pt_BR.po | 482 +++++++++--------- i18n/languages/woocommerce-mercadopago.pot | 384 +++++++------- package.json | 2 +- packages/narciso/styles/checkout-custom.css | 5 + readme.txt | 5 +- src/Gateways/AbstractGateway.php | 19 + src/Gateways/BasicGateway.php | 5 +- src/Gateways/CreditsGateway.php | 4 +- src/Gateways/CustomGateway.php | 7 +- src/Gateways/PixGateway.php | 4 +- src/Gateways/PseGateway.php | 7 +- src/Gateways/TicketGateway.php | 8 +- src/Helpers/Currency.php | 20 +- src/Translations/StoreTranslations.php | 16 +- src/WoocommerceMercadoPago.php | 2 +- templates/public/checkouts/basic-checkout.php | 30 +- .../public/checkouts/credits-checkout.php | 93 ++-- .../public/checkouts/custom-checkout.php | 370 +++++++------- templates/public/checkouts/pix-checkout.php | 53 +- templates/public/checkouts/pse-checkout.php | 135 ++--- .../public/checkouts/ticket-checkout.php | 153 +++--- woocommerce-mercadopago.php | 2 +- 61 files changed, 2974 insertions(+), 2760 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa93fc645..0842cea6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.6.4] - 2024-07-31 +### Fix: +- Prevents payment from being created if the currency conversion system fails. + ## [7.6.3] - 2024-07-29 ### Fix: - Fix the size of the card logos at checkout. diff --git a/assets/css/checkouts/mp-plugins-components.css b/assets/css/checkouts/mp-plugins-components.css index a37133a36..355da5355 100644 --- a/assets/css/checkouts/mp-plugins-components.css +++ b/assets/css/checkouts/mp-plugins-components.css @@ -1 +1 @@ -.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:#1a1a1a!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image-list{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding:10px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-image{max-height:32px!important;max-width:32px!important}.mp-checkout-benefits-item b,.mp-checkout-benefits-item span{color:#0000008c!important;font-size:14px!important;line-height:25px!important}.mp-checkout-benefits-item b{font-weight:700}.mp-checkout-benefits-item-title{color:#1a1a1a!important;font-weight:600!important;margin-bottom:6px!important}.mp-checkout-benefits-item-subtitle,.mp-checkout-benefits-item-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;line-height:15px!important}.mp-checkout-benefits-item-subtitle{color:rgba(0,0,0,.55)!important;font-weight:400!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:21px!important}.mp-checkout-benefits-count-list-div{background:rgba(71,154,209,.1)!important;border-radius:50%!important;color:#fff!important;font-size:14px!important;height:25px!important;line-height:0px!important;margin-right:15px!important;min-width:25px!important;text-align:center!important}.mp-checkout-benefits-tick-mark-container{display:flex}.mp-checkout-benefits-tick-mark{display:inline-block!important;height:14px!important;margin-right:16px!important;position:relative!important;width:14px!important}.mp-checkout-benefits-tick-mark:before{height:50%!important;top:50%!important;width:3px!important}.mp-checkout-benefits-tick-mark:after,.mp-checkout-benefits-tick-mark:before{background-color:#009ee3!important;content:""!important;left:0!important;position:absolute!important;transform:translateX(10px) rotate(-45deg)!important;transform-origin:left bottom!important}.mp-checkout-benefits-tick-mark:after{bottom:0!important;height:3px!important;width:100%!important}.mp-checkout-redirect-v2-container{align-items:center!important;align-self:stretch!important;background:#f5f5f5!important;border-radius:6px!important;display:flex!important;flex:none!important;flex-direction:row!important;flex-grow:0!important;gap:16px!important;height:100%!important;justify-content:center!important;order:2!important;padding:12px!important}.mp-checkout-redirect-v2-image{float:none!important;height:auto!important;margin-left:20px!important;max-height:100%!important;max-width:12px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-v2-text{align-items:center!important;color:#737373!important;display:flex!important;flex:none;flex-grow:1;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important;order:1;width:85%!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}div .mp-focus{border:1px solid #7f54b3!important}div .mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;min-width:10px!important;outline:none!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:none!important;padding:0 14px!important;width:80%!important}.mp-input-document .mp-input .mp-document,.mp-input-document .mp-input-document-helper{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;height:30px;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:none!important;width:100%!important}.mp-input-table-container{align-items:center!important;justify-content:center!important}.mp-input-table-container,.mp-input-table-list{display:flex!important;flex-direction:column!important;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;list-style-type:none!important;margin-left:0!important}.mp-input-table-item{cursor:pointer!important;margin:0 16px!important;padding:0 4px 0 0!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)!important}.mp-input-table-label{cursor:pointer!important;justify-content:space-between!important;padding:16px 0!important;width:100%!important}.mp-input-table-label,.mp-input-table-option{align-items:center!important;display:flex!important}.mp-input-table-option{justify-content:flex-start!important}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center!important;color:#000000e5!important;display:flex!important;flex-direction:row-reverse!important}.mp-input-table-row-obs{color:rgba(0,0,0,.55)!important;text-align:right!important}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-input-table-row-obs-highlight{color:#00a650!important}.mp-input-table-container-link{align-items:center!important;display:flex!important;justify-content:center!important;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-input-table-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-input-table-bank-interest-container{align-items:center!important;display:flex!important;justify-content:flex-start!important;width:100%!important}.mp-input-table-bank-interest-text{color:#737373!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin:0!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;max-width:100%!important;padding:8px 0 0 4px!important;word-break:break-word!important}.mp-payment-method-logo-container,.mp-payment-method-logo-slider-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:24px!important;justify-content:center!important;padding:4px!important;width:36px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-v2-container,.mp-payment-methods-v2-content{align-items:center!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:center!important;width:100%!important}.mp-payment-methods-v2-content{max-width:236px!important}.mp-payment-methods-v2-title{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:15px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:20px!important}.mp-payment-methods-v2-list{display:flex!important;flex-wrap:wrap!important;height:100%!important;justify-content:center!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-v2-list payment-method-logo{padding:0 1px 4px!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:24px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-credits-checkout-benefits img{height:50px!important;max-height:50px!important;max-width:50px!important;width:50px!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{color:#000!important;display:flex;font-size:16px!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button,.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important}.mp-wallet-button-container .mp-wallet-button-button button{background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-size:14px!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-checkout-custom-load{align-items:center;display:none;justify-content:center}.spinner-card-form{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1)!important;border-radius:50%!important;border-top-color:#009ee3!important;height:40px!important;width:40px!important}.mp-spinner-3ds{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1);border-radius:50%;border-top-color:#009ee3;height:40px;margin:auto;width:40px}.mp-3ds-modal{background-color:rgba(0,0,0,.7);display:none;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}#mp-3ds-modal-content,.mp-3ds-modal{align-items:center;justify-content:center}#mp-3ds-modal-content{background-color:#fff;border-radius:6px;padding:48px;width:800px}#mp-3ds-modal-content>div{align-items:center;flex-direction:column;justify-content:center;width:100%}#mp-3ds-modal-close{cursor:pointer;float:right}#mp-loading-container-3ds{display:flex;flex-direction:column;gap:12px;height:274px;margin:auto;position:relative;width:704px}.mp-loading-text-3ds{font-family:Proxima Nova,sans-serif;font-size:24px;font-weight:600;padding-top:24px;text-align:center}.mp-loading-text-3ds>p{margin-bottom:12px}#mp-3ds-frame{border:none;display:block;margin:auto;min-height:500px;min-width:600px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.mp-card-info{display:-webkit-inline-box;justify-content:center;margin-bottom:8px}.mp-alert-color-success{background:#009ee3;border-radius:6px 0 0 6px;width:6px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEUAAAAAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMBnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuP///9MYiCLAAAATHRSTlMAABJBe7HX7/6wAy9+xgE3nukBHInqG0bLyQRq62sIf/b3+/nhWyAfqQKSjrUH812FQkCE9dXYUhXw1BTTwQq/CcDWr80QPeNFafzKW/JxxwAAAAFiS0dETYBoIGUAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfmCwkODC587ENtAAAB+ElEQVRIx5WWaV/iMBDGEwptbcsCCnSphdb7WI/dFcFjVVw8Vs33/zxO2p+CzBO6fV7O5J9jMpmJEDNJrYpVrdmOq5Tr2CtVq5IZBRQ5PD+o68Efcp164HuYIOu3RrOlmFrNxipAyLTW7iioTrvLCDKE35VRvXCBkDJaj9USxf1onpBykKRqqTaSwYyg+ZNNVaDN5HMN2t56WjSe1uh/nIPOGxePp3OEOUDx5PHZ2t7e4rHqaoLuq81c9s7u3o7NzG26QQIa7L46lk4gi9sbGvCabKb9Aw0c7DNH0yPA5/lzmO/1B3O0fAICHo+jY73C8RH3BFJU6tx8cqqB0xPuqVeE5aCQ//z1+ywGDscSVVchpfju3aqoqVKqCRvah+fnQ+gYCQeaxxcX4xHyXAp0hOFYR2mMjuEKNM3VtQau/yAfBG5u9U3f3kAAbeluooHJPdwSOvS9GXBgWJcAf8VKOWAKU8MMUGqg5DMDlHwovc0ApTd6QGYgwE/UCGRPFBQBI5AVAVBmHh51Lj0+LNrzMgMKmfOkgScWv6yQEdHtsT35nuezHeWlEhfj5+n0edEW//us3rK/oQqVvshZg/iPhvKaRPMtaJAUrJEmk69NLurHy8bHL9FiG5Vhzzz+LUSNulumsWfEapmvQ/nPyfz3Z3SZf39q4PvzDpPK5SX4V3wiAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTExLTA5VDE0OjEyOjQyKzAwOjAwxiqBfAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0xMS0wOVQxNDoxMjo0MiswMDowMLd3OcAAAAAASUVORK5CYII=) 100% 50% no-repeat transparent;background-size:18px;height:18px;margin:0 12px 0 10px;min-block-size:-webkit-fill-available;width:24px}.mp-card-body-3ds{align-items:flex-start;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0;display:flex;height:30px;padding:5px 0;width:100%}.mp-text-subtitle{font-size:14px;font-weight:400;line-height:18px;vertical-align:middle}#mp-modal-3ds-title,.mp-text-subtitle{font-family:Proxima Nova,sans-serif;font-style:normal}#mp-modal-3ds-title{font-weight:600;margin-bottom:8px;text-align:left}#content-load-3ds{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:704px}.mp-normal-text-3ds{text-align:center}.mp-checkout-pse-container{background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-pse-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}@media only screen and (max-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;text-align:center!important}}@media only screen and (min-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;padding-left:24px!important}}.mp-checkout-pro-tip p{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:100%!important}.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important} \ No newline at end of file +.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:#1a1a1a!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image-list{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding:10px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-image{max-height:32px!important;max-width:32px!important}.mp-checkout-benefits-item b,.mp-checkout-benefits-item span{color:#0000008c!important;font-size:14px!important;line-height:25px!important}.mp-checkout-benefits-item b{font-weight:700}.mp-checkout-benefits-item-title{color:#1a1a1a!important;font-weight:600!important;margin-bottom:6px!important}.mp-checkout-benefits-item-subtitle,.mp-checkout-benefits-item-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;line-height:15px!important}.mp-checkout-benefits-item-subtitle{color:rgba(0,0,0,.55)!important;font-weight:400!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:21px!important}.mp-checkout-benefits-count-list-div{background:rgba(71,154,209,.1)!important;border-radius:50%!important;color:#fff!important;font-size:14px!important;height:25px!important;line-height:0px!important;margin-right:15px!important;min-width:25px!important;text-align:center!important}.mp-checkout-benefits-tick-mark-container{display:flex}.mp-checkout-benefits-tick-mark{display:inline-block!important;height:14px!important;margin-right:16px!important;position:relative!important;width:14px!important}.mp-checkout-benefits-tick-mark:before{height:50%!important;top:50%!important;width:3px!important}.mp-checkout-benefits-tick-mark:after,.mp-checkout-benefits-tick-mark:before{background-color:#009ee3!important;content:""!important;left:0!important;position:absolute!important;transform:translateX(10px) rotate(-45deg)!important;transform-origin:left bottom!important}.mp-checkout-benefits-tick-mark:after{bottom:0!important;height:3px!important;width:100%!important}.mp-checkout-redirect-v2-container{align-items:center!important;align-self:stretch!important;background:#f5f5f5!important;border-radius:6px!important;display:flex!important;flex:none!important;flex-direction:row!important;flex-grow:0!important;gap:16px!important;height:100%!important;justify-content:center!important;order:2!important;padding:12px!important}.mp-checkout-redirect-v2-image{float:none!important;height:auto!important;margin-left:20px!important;max-height:100%!important;max-width:12px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-v2-text{align-items:center!important;color:#737373!important;display:flex!important;flex:none;flex-grow:1;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important;order:1;width:85%!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}div .mp-focus{border:1px solid #7f54b3!important}div .mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;min-width:10px!important;outline:none!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:none!important;padding:0 14px!important;width:80%!important}.mp-input-document .mp-input .mp-document,.mp-input-document .mp-input-document-helper{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;height:30px;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:none!important;width:100%!important}.mp-input-table-container{align-items:center!important;justify-content:center!important}.mp-input-table-container,.mp-input-table-list{display:flex!important;flex-direction:column!important;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;list-style-type:none!important;margin-left:0!important}.mp-input-table-item{cursor:pointer!important;margin:0 16px!important;padding:0 4px 0 0!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)!important}.mp-input-table-label{cursor:pointer!important;justify-content:space-between!important;padding:16px 0!important;width:100%!important}.mp-input-table-label,.mp-input-table-option{align-items:center!important;display:flex!important}.mp-input-table-option{justify-content:flex-start!important}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center!important;color:#000000e5!important;display:flex!important;flex-direction:row-reverse!important}.mp-input-table-row-obs{color:rgba(0,0,0,.55)!important;text-align:right!important}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-input-table-row-obs-highlight{color:#00a650!important}.mp-input-table-container-link{align-items:center!important;display:flex!important;justify-content:center!important;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-input-table-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-input-table-bank-interest-container{align-items:center!important;display:flex!important;justify-content:flex-start!important;width:100%!important}.mp-input-table-bank-interest-text{color:#737373!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin:0!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;max-width:100%!important;padding:8px 0 0 4px!important;word-break:break-word!important}.mp-payment-method-logo-container,.mp-payment-method-logo-slider-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:24px!important;justify-content:center!important;padding:4px!important;width:36px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-v2-container,.mp-payment-methods-v2-content{align-items:center!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:center!important;width:100%!important}.mp-payment-methods-v2-content{max-width:236px!important}.mp-payment-methods-v2-title{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:15px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:20px!important}.mp-payment-methods-v2-list{display:flex!important;flex-wrap:wrap!important;height:100%!important;justify-content:center!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-v2-list payment-method-logo{padding:0 1px 4px!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:24px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-credits-checkout-benefits img{height:50px!important;max-height:50px!important;max-width:50px!important;width:50px!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{color:#000!important;display:flex;font-size:16px!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button,.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important}.mp-wallet-button-container .mp-wallet-button-button button{background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-size:14px!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-checkout-custom-load{align-items:center;display:none;justify-content:center}.spinner-card-form{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1)!important;border-radius:50%!important;border-top-color:#009ee3!important;height:40px!important;width:40px!important}.mp-spinner-3ds{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1);border-radius:50%;border-top-color:#009ee3;height:40px;margin:auto;width:40px}.mp-3ds-modal{background-color:rgba(0,0,0,.7);display:none;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}#mp-3ds-modal-content,.mp-3ds-modal{align-items:center;justify-content:center}#mp-3ds-modal-content{background-color:#fff;border-radius:6px;padding:48px;width:800px}#mp-3ds-modal-content>div{align-items:center;flex-direction:column;justify-content:center;width:100%}#mp-3ds-modal-close{cursor:pointer;float:right}#mp-loading-container-3ds{display:flex;flex-direction:column;gap:12px;height:274px;margin:auto;position:relative;width:704px}.mp-loading-text-3ds{font-family:Proxima Nova,sans-serif;font-size:24px;font-weight:600;padding-top:24px;text-align:center}.mp-loading-text-3ds>p{margin-bottom:12px}#mp-3ds-frame{border:none;display:block;margin:auto;min-height:500px;min-width:600px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.mp-card-info{display:-webkit-inline-box;justify-content:center;margin-bottom:8px}.mp-alert-color-success{background:#009ee3;border-radius:6px 0 0 6px;width:6px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEUAAAAAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMBnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuP///9MYiCLAAAATHRSTlMAABJBe7HX7/6wAy9+xgE3nukBHInqG0bLyQRq62sIf/b3+/nhWyAfqQKSjrUH812FQkCE9dXYUhXw1BTTwQq/CcDWr80QPeNFafzKW/JxxwAAAAFiS0dETYBoIGUAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfmCwkODC587ENtAAAB+ElEQVRIx5WWaV/iMBDGEwptbcsCCnSphdb7WI/dFcFjVVw8Vs33/zxO2p+CzBO6fV7O5J9jMpmJEDNJrYpVrdmOq5Tr2CtVq5IZBRQ5PD+o68Efcp164HuYIOu3RrOlmFrNxipAyLTW7iioTrvLCDKE35VRvXCBkDJaj9USxf1onpBykKRqqTaSwYyg+ZNNVaDN5HMN2t56WjSe1uh/nIPOGxePp3OEOUDx5PHZ2t7e4rHqaoLuq81c9s7u3o7NzG26QQIa7L46lk4gi9sbGvCabKb9Aw0c7DNH0yPA5/lzmO/1B3O0fAICHo+jY73C8RH3BFJU6tx8cqqB0xPuqVeE5aCQ//z1+ywGDscSVVchpfju3aqoqVKqCRvah+fnQ+gYCQeaxxcX4xHyXAp0hOFYR2mMjuEKNM3VtQau/yAfBG5u9U3f3kAAbeluooHJPdwSOvS9GXBgWJcAf8VKOWAKU8MMUGqg5DMDlHwovc0ApTd6QGYgwE/UCGRPFBQBI5AVAVBmHh51Lj0+LNrzMgMKmfOkgScWv6yQEdHtsT35nuezHeWlEhfj5+n0edEW//us3rK/oQqVvshZg/iPhvKaRPMtaJAUrJEmk69NLurHy8bHL9FiG5Vhzzz+LUSNulumsWfEapmvQ/nPyfz3Z3SZf39q4PvzDpPK5SX4V3wiAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTExLTA5VDE0OjEyOjQyKzAwOjAwxiqBfAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0xMS0wOVQxNDoxMjo0MiswMDowMLd3OcAAAAAASUVORK5CYII=) 100% 50% no-repeat transparent;background-size:18px;height:18px;margin:0 12px 0 10px;min-block-size:-webkit-fill-available;width:24px}.mp-card-body-3ds{align-items:flex-start;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0;display:flex;height:30px;padding:5px 0;width:100%}.mp-text-subtitle{font-size:14px;font-weight:400;line-height:18px;vertical-align:middle}#mp-modal-3ds-title,.mp-text-subtitle{font-family:Proxima Nova,sans-serif;font-style:normal}#mp-modal-3ds-title{font-weight:600;margin-bottom:8px;text-align:left}#content-load-3ds{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:704px}.mp-normal-text-3ds{text-align:center}.mp-checkout-pse-container{background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-pse-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.alert-message{color:red;font-weight:700}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}@media only screen and (max-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;text-align:center!important}}@media only screen and (min-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;padding-left:24px!important}}.mp-checkout-pro-tip p{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:100%!important}.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important} \ No newline at end of file diff --git a/assets/css/checkouts/mp-plugins-components.min.css b/assets/css/checkouts/mp-plugins-components.min.css index 2e37611c9..f1c097b3e 100644 --- a/assets/css/checkouts/mp-plugins-components.min.css +++ b/assets/css/checkouts/mp-plugins-components.min.css @@ -1 +1 @@ -.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:#1a1a1a!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image-list{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding:10px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-image{max-height:32px!important;max-width:32px!important}.mp-checkout-benefits-item b,.mp-checkout-benefits-item span{color:#0000008c!important;font-size:14px!important;line-height:25px!important}.mp-checkout-benefits-item b{font-weight:700}.mp-checkout-benefits-item-title{color:#1a1a1a!important;font-weight:600!important;margin-bottom:6px!important}.mp-checkout-benefits-item-subtitle,.mp-checkout-benefits-item-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;line-height:15px!important}.mp-checkout-benefits-item-subtitle{color:rgba(0,0,0,.55)!important;font-weight:400!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:21px!important}.mp-checkout-benefits-count-list-div{background:rgba(71,154,209,.1)!important;border-radius:50%!important;color:#fff!important;font-size:14px!important;height:25px!important;line-height:0!important;margin-right:15px!important;min-width:25px!important;text-align:center!important}.mp-checkout-benefits-tick-mark-container{display:flex}.mp-checkout-benefits-tick-mark{display:inline-block!important;height:14px!important;margin-right:16px!important;position:relative!important;width:14px!important}.mp-checkout-benefits-tick-mark:before{height:50%!important;top:50%!important;width:3px!important}.mp-checkout-benefits-tick-mark:after,.mp-checkout-benefits-tick-mark:before{background-color:#009ee3!important;content:""!important;left:0!important;position:absolute!important;transform:translateX(10px) rotate(-45deg)!important;transform-origin:left bottom!important}.mp-checkout-benefits-tick-mark:after{bottom:0!important;height:3px!important;width:100%!important}.mp-checkout-redirect-v2-container{align-items:center!important;align-self:stretch!important;background:#f5f5f5!important;border-radius:6px!important;display:flex!important;flex:none!important;flex-direction:row!important;flex-grow:0!important;gap:16px!important;height:100%!important;justify-content:center!important;order:2!important;padding:12px!important}.mp-checkout-redirect-v2-image{float:none!important;height:auto!important;margin-left:20px!important;max-height:100%!important;max-width:12px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-v2-text{align-items:center!important;color:#737373!important;display:flex!important;flex:none;flex-grow:1;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important;order:1;width:85%!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}div .mp-focus{border:1px solid #7f54b3!important}div .mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;min-width:10px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:0 14px!important;width:80%!important}.mp-input-document .mp-input .mp-document,.mp-input-document .mp-input-document-helper{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;height:30px;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center!important;justify-content:center!important}.mp-input-table-container,.mp-input-table-list{display:flex!important;flex-direction:column!important;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;list-style-type:none!important;margin-left:0!important}.mp-input-table-item{cursor:pointer!important;margin:0 16px!important;padding:0 4px 0 0!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)!important}.mp-input-table-label{cursor:pointer!important;justify-content:space-between!important;padding:16px 0!important;width:100%!important}.mp-input-table-label,.mp-input-table-option{align-items:center!important;display:flex!important}.mp-input-table-option{justify-content:flex-start!important}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center!important;color:#000000e5!important;display:flex!important;flex-direction:row-reverse!important}.mp-input-table-row-obs{color:rgba(0,0,0,.55)!important;text-align:right!important}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-input-table-row-obs-highlight{color:#00a650!important}.mp-input-table-container-link{align-items:center!important;display:flex!important;justify-content:center!important;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-input-table-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-input-table-bank-interest-container{align-items:center!important;display:flex!important;justify-content:flex-start!important;width:100%!important}.mp-input-table-bank-interest-text{color:#737373!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin:0!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;max-width:100%!important;padding:8px 0 0 4px!important;word-break:break-word!important}.mp-payment-method-logo-container,.mp-payment-method-logo-slider-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:24px!important;justify-content:center!important;padding:4px!important;width:36px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-v2-container,.mp-payment-methods-v2-content{align-items:center!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:center!important;width:100%!important}.mp-payment-methods-v2-content{max-width:236px!important}.mp-payment-methods-v2-title{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:15px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:20px!important}.mp-payment-methods-v2-list{display:flex!important;flex-wrap:wrap!important;height:100%!important;justify-content:center!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-v2-list payment-method-logo{padding:0 1px 4px!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:24px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-credits-checkout-benefits img{height:50px!important;max-height:50px!important;max-width:50px!important;width:50px!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{color:#000!important;display:flex;font-size:16px!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button,.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important}.mp-wallet-button-container .mp-wallet-button-button button{background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-size:14px!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-checkout-custom-load{align-items:center;display:none;justify-content:center}.spinner-card-form{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1)!important;border-radius:50%!important;border-top-color:#009ee3!important;height:40px!important;width:40px!important}.mp-spinner-3ds{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1);border-radius:50%;border-top-color:#009ee3;height:40px;margin:auto;width:40px}.mp-3ds-modal{background-color:rgba(0,0,0,.7);display:none;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}#mp-3ds-modal-content,.mp-3ds-modal{align-items:center;justify-content:center}#mp-3ds-modal-content{background-color:#fff;border-radius:6px;padding:48px;width:800px}#mp-3ds-modal-content>div{align-items:center;flex-direction:column;justify-content:center;width:100%}#mp-3ds-modal-close{cursor:pointer;float:right}#mp-loading-container-3ds{display:flex;flex-direction:column;gap:12px;height:274px;margin:auto;position:relative;width:704px}.mp-loading-text-3ds{font-family:Proxima Nova,sans-serif;font-size:24px;font-weight:600;padding-top:24px;text-align:center}.mp-loading-text-3ds>p{margin-bottom:12px}#mp-3ds-frame{border:none;display:block;margin:auto;min-height:500px;min-width:600px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.mp-card-info{display:-webkit-inline-box;justify-content:center;margin-bottom:8px}.mp-alert-color-success{background:#009ee3;border-radius:6px 0 0 6px;width:6px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEUAAAAAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMBnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuP///9MYiCLAAAATHRSTlMAABJBe7HX7/6wAy9+xgE3nukBHInqG0bLyQRq62sIf/b3+/nhWyAfqQKSjrUH812FQkCE9dXYUhXw1BTTwQq/CcDWr80QPeNFafzKW/JxxwAAAAFiS0dETYBoIGUAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfmCwkODC587ENtAAAB+ElEQVRIx5WWaV/iMBDGEwptbcsCCnSphdb7WI/dFcFjVVw8Vs33/zxO2p+CzBO6fV7O5J9jMpmJEDNJrYpVrdmOq5Tr2CtVq5IZBRQ5PD+o68Efcp164HuYIOu3RrOlmFrNxipAyLTW7iioTrvLCDKE35VRvXCBkDJaj9USxf1onpBykKRqqTaSwYyg+ZNNVaDN5HMN2t56WjSe1uh/nIPOGxePp3OEOUDx5PHZ2t7e4rHqaoLuq81c9s7u3o7NzG26QQIa7L46lk4gi9sbGvCabKb9Aw0c7DNH0yPA5/lzmO/1B3O0fAICHo+jY73C8RH3BFJU6tx8cqqB0xPuqVeE5aCQ//z1+ywGDscSVVchpfju3aqoqVKqCRvah+fnQ+gYCQeaxxcX4xHyXAp0hOFYR2mMjuEKNM3VtQau/yAfBG5u9U3f3kAAbeluooHJPdwSOvS9GXBgWJcAf8VKOWAKU8MMUGqg5DMDlHwovc0ApTd6QGYgwE/UCGRPFBQBI5AVAVBmHh51Lj0+LNrzMgMKmfOkgScWv6yQEdHtsT35nuezHeWlEhfj5+n0edEW//us3rK/oQqVvshZg/iPhvKaRPMtaJAUrJEmk69NLurHy8bHL9FiG5Vhzzz+LUSNulumsWfEapmvQ/nPyfz3Z3SZf39q4PvzDpPK5SX4V3wiAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTExLTA5VDE0OjEyOjQyKzAwOjAwxiqBfAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0xMS0wOVQxNDoxMjo0MiswMDowMLd3OcAAAAAASUVORK5CYII=) 100% 50% no-repeat transparent;background-size:18px;height:18px;margin:0 12px 0 10px;min-block-size:-webkit-fill-available;width:24px}.mp-card-body-3ds{align-items:flex-start;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0;display:flex;height:30px;padding:5px 0;width:100%}.mp-text-subtitle{font-size:14px;font-weight:400;line-height:18px;vertical-align:middle}#mp-modal-3ds-title,.mp-text-subtitle{font-family:Proxima Nova,sans-serif;font-style:normal}#mp-modal-3ds-title{font-weight:600;margin-bottom:8px;text-align:left}#content-load-3ds{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:704px}.mp-normal-text-3ds{text-align:center}.mp-checkout-pse-container{background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-pse-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}@media only screen and (max-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;text-align:center!important}}@media only screen and (min-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;padding-left:24px!important}}.mp-checkout-pro-tip p{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:100%!important}.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important} \ No newline at end of file +.mp-alert-details-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f23d4f!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-alert-details-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-alert-details-card-content-left{margin-right:8px!important}.mp-alert-details-card-content-right{margin-left:8px!important}.mp-alert-details-badge{align-items:center!important;background:#f23d4f!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;width:16px!important}.mp-alert-details-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;padding:0!important}.mp-alert-details-description,.mp-alert-details-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-alert-details-description{color:#000!important;font-weight:400!important;margin-top:4px!important}.mp-alert-details-retry-button{background-color:#3483fa!important;border:1px solid #3483fa!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:32px!important;margin-top:16px!important;outline:0!important;padding:0 12px!important;transition:all .3s ease-in-out!important}.mp-alert-details-retry-button:hover{background-color:#2968c8!important;border:1px solid #2968c8!important}.mp-checkout-benefits-container{display:flex;flex-direction:column!important}.mp-checkout-benefits-container p{padding:0!important}.mp-checkout-benefits-title{color:#1a1a1a!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.mp-checkout-benefits-list,.mp-checkout-benefits-title{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-checkout-benefits-list{list-style-type:none!important;padding-top:8px!important;padding-inline-start:0!important}.mp-checkout-benefits-item{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;justify-content:flex-start!important;line-height:18px!important;padding:16px 4px 0!important}.mp-checkout-benefits-image-list{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding:10px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-image{max-height:32px!important;max-width:32px!important}.mp-checkout-benefits-item b,.mp-checkout-benefits-item span{color:#0000008c!important;font-size:14px!important;line-height:25px!important}.mp-checkout-benefits-item b{font-weight:700}.mp-checkout-benefits-item-title{color:#1a1a1a!important;font-weight:600!important;margin-bottom:6px!important}.mp-checkout-benefits-item-subtitle,.mp-checkout-benefits-item-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;line-height:15px!important}.mp-checkout-benefits-item-subtitle{color:rgba(0,0,0,.55)!important;font-weight:400!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:21px!important}.mp-checkout-benefits-count-list-div{background:rgba(71,154,209,.1)!important;border-radius:50%!important;color:#fff!important;font-size:14px!important;height:25px!important;line-height:0!important;margin-right:15px!important;min-width:25px!important;text-align:center!important}.mp-checkout-benefits-tick-mark-container{display:flex}.mp-checkout-benefits-tick-mark{display:inline-block!important;height:14px!important;margin-right:16px!important;position:relative!important;width:14px!important}.mp-checkout-benefits-tick-mark:before{height:50%!important;top:50%!important;width:3px!important}.mp-checkout-benefits-tick-mark:after,.mp-checkout-benefits-tick-mark:before{background-color:#009ee3!important;content:""!important;left:0!important;position:absolute!important;transform:translateX(10px) rotate(-45deg)!important;transform-origin:left bottom!important}.mp-checkout-benefits-tick-mark:after{bottom:0!important;height:3px!important;width:100%!important}.mp-checkout-redirect-v2-container{align-items:center!important;align-self:stretch!important;background:#f5f5f5!important;border-radius:6px!important;display:flex!important;flex:none!important;flex-direction:row!important;flex-grow:0!important;gap:16px!important;height:100%!important;justify-content:center!important;order:2!important;padding:12px!important}.mp-checkout-redirect-v2-image{float:none!important;height:auto!important;margin-left:20px!important;max-height:100%!important;max-width:12px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-v2-text{align-items:center!important;color:#737373!important;display:flex!important;flex:none;flex-grow:1;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important;order:1;width:85%!important}.mp-checkout-redirect-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:24px 32px!important;text-align:center!important}.mp-checkout-redirect-image{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:172px!important;padding-bottom:24px!important;position:inherit!important;width:100%!important}.mp-checkout-redirect-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-input-document .mp-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:8px!important;display:flex!important;height:48px!important}div .mp-focus{border:1px solid #7f54b3!important}div .mp-error{border:1px solid #f23d4f!important}.mp-input-document .mp-input .mp-document-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;letter-spacing:0!important;line-height:20px!important;margin:0 8px!important;min-height:20px!important;min-width:10px!important;outline:0!important;padding:0!important}.mp-input-document .mp-input .mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important}.mp-input-document .mp-input .mp-document{background:#fff!important;border:0!important;border-radius:8px!important;box-shadow:none!important;color:#000!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:20px!important;line-height:20px!important;min-height:38px!important;outline:0!important;padding:0 14px!important;width:80%!important}.mp-input-document .mp-input .mp-document,.mp-input-document .mp-input-document-helper{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-size:13px!important;height:18px!important;left:calc(50% - 154.5px)!important;line-height:18px!important;margin-top:5px!important;position:static!important;top:0!important;width:327px!important}.mp-input-document .mp-input-document-helper .mp-input-document-helper-icon{align-items:center!important;background:#f23d4f!important;border-radius:12px!important;color:#fff!important;display:flex!important;height:15px!important;justify-content:center!important;left:0!important;margin:1px 5px!important;top:3px!important;width:15px!important}.mp-helper{align-items:center;color:#f23d4f;display:none;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin-bottom:10px!important;margin-top:4px!important}.mp-helper .mp-helper-icon{align-items:center;background:#f23d4f;border-radius:12px;color:#fff;display:flex;height:15px;justify-content:center;margin:0 4px;width:15px!important}.mp-input-label{align-items:flex-end!important;color:rgba(0,0,0,.9)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;height:30px;line-height:18px!important;padding-bottom:4px!important;width:100%!important}.mp-input-label b{padding-left:2px!important}.mp-input-radio-container{display:flex;position:relative!important}.mp-input-radio-radio:checked,.mp-input-radio-radio:not(:checked){opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label{color:#666!important;cursor:pointer!important;display:inline-block;line-height:20px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:before{background:#fff!important;border:2px solid rgba(0,0,0,.25)!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:16px!important;left:0!important;position:absolute!important;top:0!important;width:16px!important}.mp-input-radio-radio:checked+.mp-input-radio-label:before{border:2px solid #7f54b3!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after,.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{background:#7f54b3!important;border-radius:100%!important;box-sizing:border-box!important;content:""!important;height:8px!important;left:4px!important;position:absolute!important;top:4px!important;width:8px!important}.mp-input-radio-radio:not(:checked)+.mp-input-radio-label:after{opacity:0!important}.mp-input-radio-radio:checked+.mp-input-radio-label:after{opacity:1!important}.mp-input-select-input{align-items:center!important;background:#fff!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:8px!important;display:flex!important;height:48px!important}.mp-input-select-select{background:#fff!important;border:0!important;color:#000!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:100%!important;letter-spacing:0!important;line-height:20px!important;margin:0 12px!important;outline:0!important;width:100%!important}.mp-input-table-container{align-items:center!important;justify-content:center!important}.mp-input-table-container,.mp-input-table-list{display:flex!important;flex-direction:column!important;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;list-style-type:none!important;margin-left:0!important}.mp-input-table-item{cursor:pointer!important;margin:0 16px!important;padding:0 4px 0 0!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)!important}.mp-input-table-label{cursor:pointer!important;justify-content:space-between!important;padding:16px 0!important;width:100%!important}.mp-input-table-label,.mp-input-table-option{align-items:center!important;display:flex!important}.mp-input-table-option{justify-content:flex-start!important}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important}.mp-input-table-row-text,.mp-input-table-row-text-image{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-left:16px!important}.mp-input-table-row-text-image{align-items:center!important;color:#000000e5!important;display:flex!important;flex-direction:row-reverse!important}.mp-input-table-row-obs{color:rgba(0,0,0,.55)!important;text-align:right!important}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-input-table-row-obs-highlight{color:#00a650!important}.mp-input-table-container-link{align-items:center!important;display:flex!important;justify-content:center!important;padding:16px 0 24px!important}.mp-input-table-link{color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-input-table-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-input-table-bank-interest-container{align-items:center!important;display:flex!important;justify-content:flex-start!important;width:100%!important}.mp-input-table-bank-interest-text{color:#737373!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-weight:400!important;margin:0!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;max-width:100%!important;padding:8px 0 0 4px!important;word-break:break-word!important}.mp-payment-method-logo-container,.mp-payment-method-logo-slider-container{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:24px!important;justify-content:center!important;padding:4px!important;width:36px!important}.mp-payment-method-logo-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;overflow:hidden!important;position:inherit!important;text-overflow:ellipsis!important;width:auto!important}.mp-payment-methods-v2-container,.mp-payment-methods-v2-content{align-items:center!important;display:flex!important;flex-direction:column!important;height:100%!important;justify-content:center!important;width:100%!important}.mp-payment-methods-v2-content{max-width:236px!important}.mp-payment-methods-v2-title{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:15px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:20px!important}.mp-payment-methods-v2-list{display:flex!important;flex-wrap:wrap!important;height:100%!important;justify-content:center!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-v2-list payment-method-logo{padding:0 1px 4px!important}.mp-payment-methods-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-container p{padding:0!important}.mp-payment-methods-header{align-items:center!important;display:flex;height:100%!important;justify-content:flex-start!important;padding:0 4px 16px!important;width:100%!important}.mp-payment-methods-title{align-items:center!important;color:rgba(0,0,0,.55)!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-payment-methods-badge{align-items:center!important;background:#00a650!important;border-bottom-right-radius:8px!important;display:flex;justify-content:center!important;margin-left:10px!important;padding:6px 8px 4px!important}.mp-payment-methods-badge-text{align-items:center!important;color:#fff!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:700!important;line-height:11px!important;text-align:center!important;text-transform:uppercase!important}.mp-payment-method-type-container{display:flex;flex-direction:column!important;height:100%!important;width:100%!important}.mp-payment-methods-content{align-items:center!important;display:flex;flex-wrap:wrap!important;height:100%!important;justify-content:flex-start!important;padding-bottom:16px!important;width:100%!important}.mp-payment-methods-content payment-method-logo{padding:0 4px 8px!important}.mp-payment-methods-link{box-shadow:none!important;color:#7f54b3!important;cursor:pointer!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;text-decoration:none!important;vertical-align:middle!important}.mp-payment-methods-link:hover{color:rgba(0,0,0,.55)!important}.mp-pix-template-container{align-items:center!important;background-color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important}.mp-pix-template-image{float:none!important;font-size:10px!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:240px!important;overflow:hidden!important;padding-bottom:42px!important;position:inherit!important;text-overflow:ellipsis!important;width:100%!important}.mp-pix-template-title{font-size:16px!important;font-weight:700!important;padding-bottom:16px!important}.mp-pix-template-subtitle,.mp-pix-template-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-pix-template-subtitle{font-size:14px!important;font-weight:400!important}.mp-terms-and-conditions-text{color:rgba(0,0,0,.55)!important;padding-right:4px!important}.mp-terms-and-conditions-link,.mp-terms-and-conditions-text{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important}.mp-terms-and-conditions-link{color:#7f54b3!important;text-decoration:none!important}.mp-terms-and-conditions-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-test-mode-card{background:rgb(0 0 0/4%)!important;border-left:4px solid #f73!important;border-radius:6px!important;display:flex!important;flex-direction:column!important;padding:16px!important}.mp-test-mode-badge{align-items:center!important;background:#f73!important;border-radius:12px!important;color:#fff!important;display:flex!important;flex-direction:row!important;height:16px!important;justify-content:center!important;margin-right:16px!important;width:16px!important}.mp-test-mode-title{color:rgba(0,0,0,.9)!important;font-weight:700!important;margin-left:16px!important;padding:0!important}.mp-test-mode-description,.mp-test-mode-title{font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;line-height:120%!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important}.mp-test-mode-description{color:#000!important;font-weight:400!important;padding-left:32px!important;padding-top:4px!important}.mp-test-mode-card-content{align-items:baseline!important;display:flex!important;flex-direction:row!important;justify-content:flex-start!important}.mp-test-mode-link{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:16px!important;text-decoration:none!important}.mp-test-mode-link:hover{color:#7249a5!important;transition:all .3ms!important}.mp-checkout-pro-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-pro-container{display:flex!important;flex-direction:column!important;justify-content:center!important}.mp-checkout-pro-content{background-color:#fff!important;padding:24px 16px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:24px!important}.mp-checkout-pro-redirect{margin-top:24px!important}.mp-checkout-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-credits-checkout-benefits img{height:50px!important;max-height:50px!important;max-width:50px!important;width:50px!important}.mp-checkout-custom-dual-column-row{align-items:flex-start!important;flex-direction:row!important}.mp-checkout-custom-input-document{padding:0 0 25px!important}.mp-checkout-custom-issuers-container{display:block;padding:0 0 16px!important}.mp-checkout-custom-issuers-container-display-none{display:none;padding:0 0 16px!important}.mp-checkout-custom-installments{display:block;padding:16px 0 0!important}.mp-checkout-custom-installments-display-none{display:none;padding:16px 0 0!important}.mp-checkout-custom-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding:8px 0 0!important;text-align:center!important}.mp-checkout-custom-left-card-input{margin-right:16px!important}.mp-checkout-custom-info-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:13px!important;font-style:normal!important;font-weight:400!important;line-height:18px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding:4px 0 0 6px!important}#mp-checkout-custom-box-input-tax-cft{padding:0 0 16px!important}#mp-checkout-custom-tax-tea-text{font-size:12px!important;line-height:1.29!important}#mp-checkout-custom-tax-cft-text,#mp-checkout-custom-tax-tea-text{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-stretch:normal!important;font-style:normal!important;font-weight:400!important;letter-spacing:normal!important}#mp-checkout-custom-tax-cft-text{font-size:27px!important;line-height:1.25!important}.mp-card-holder-name{margin:0!important;padding-left:14px!important}.mp-checkout-custom-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-custom-test-mode{padding-bottom:32px!important}.mp-wallet-button-container{align-items:center;border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;display:flex;flex-direction:column!important;height:auto!important;margin-bottom:25px!important;padding:24px 16px!important}.mp-wallet-button-container .mp-wallet-button-title{align-items:center!important;color:rgba(0,0,0,.9)!important;display:flex!important;flex-direction:column!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-bottom:16px!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;font-size:16px!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{color:#000!important;display:flex;font-size:16px!important;font-weight:400!important;line-height:18px!important;margin:8px 0 16px!important;text-align:center}.mp-wallet-button-container .mp-wallet-button-button button,.mp-wallet-button-container .mp-wallet-button-description{align-items:center!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-style:normal!important}.mp-wallet-button-container .mp-wallet-button-button button{background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-size:14px!important;font-weight:700!important;justify-content:center!important;line-height:16px!important;padding:8px 12px!important;text-align:center!important;transition:all .3ms ease-in-out!important}.mp-wallet-button-container .mp-wallet-button-button button:hover{background-color:#007eb5!important;color:#fff!important;transition:all .3ms ease-in-out!important}.mp-checkout-custom-available-payments{align-items:center!important;display:flex;flex-direction:column!important;padding:0 0 32px!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header{align-items:center!important;cursor:pointer!important;display:flex;justify-content:space-between!important;user-select:none!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title{align-items:center!important;color:#7f54b3!important;display:flex;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:18px!important;padding:0 4px!important}.mp-checkout-custom-available-payments-text{color:#7f54b3!important;font-size:14px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-header .mp-checkout-custom-available-payments-title p{margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-left:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content{max-height:0!important;overflow:hidden!important;padding:0!important;transition:all .2s ease-out!important;width:100%!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content hr{border-color:rgba(0,0,0,.1)!important;border-width:1px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;margin-top:8px!important}.mp-checkout-custom-available-payments .mp-checkout-custom-available-payments-content a{color:#7f54b3!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important;text-align:left!important}.mp-checkout-custom-card-form{display:flex;flex-direction:column!important;justify-content:flex-start!important}form div div .mp-checkout-custom-card-form-title{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;margin-block-end:0!important;margin-block-start:0!important;margin-inline-end:0!important;margin-inline-start:0!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-custom-card-form .mp-checkout-custom-card-row{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.mp-checkout-custom-card-form .mp-checkout-custom-card-column{display:flex;flex-direction:column;justify-content:center;width:50%}.mp-checkout-custom-card-form .mp-checkout-custom-card-input{background:#fff!important;border:1px solid rgba(0,0,0,.25);border-radius:6px!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:0!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important}.mp-checkout-custom-load{align-items:center;display:none;justify-content:center}.spinner-card-form{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1)!important;border-radius:50%!important;border-top-color:#009ee3!important;height:40px!important;width:40px!important}.mp-spinner-3ds{animation:spin 2s linear infinite;border:4px solid rgba(0,0,255,.1);border-radius:50%;border-top-color:#009ee3;height:40px;margin:auto;width:40px}.mp-3ds-modal{background-color:rgba(0,0,0,.7);display:none;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}#mp-3ds-modal-content,.mp-3ds-modal{align-items:center;justify-content:center}#mp-3ds-modal-content{background-color:#fff;border-radius:6px;padding:48px;width:800px}#mp-3ds-modal-content>div{align-items:center;flex-direction:column;justify-content:center;width:100%}#mp-3ds-modal-close{cursor:pointer;float:right}#mp-loading-container-3ds{display:flex;flex-direction:column;gap:12px;height:274px;margin:auto;position:relative;width:704px}.mp-loading-text-3ds{font-family:Proxima Nova,sans-serif;font-size:24px;font-weight:600;padding-top:24px;text-align:center}.mp-loading-text-3ds>p{margin-bottom:12px}#mp-3ds-frame{border:none;display:block;margin:auto;min-height:500px;min-width:600px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.mp-card-info{display:-webkit-inline-box;justify-content:center;margin-bottom:8px}.mp-alert-color-success{background:#009ee3;border-radius:6px 0 0 6px;width:6px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA6lBMVEUAAAAAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMBnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuMAnuP///9MYiCLAAAATHRSTlMAABJBe7HX7/6wAy9+xgE3nukBHInqG0bLyQRq62sIf/b3+/nhWyAfqQKSjrUH812FQkCE9dXYUhXw1BTTwQq/CcDWr80QPeNFafzKW/JxxwAAAAFiS0dETYBoIGUAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfmCwkODC587ENtAAAB+ElEQVRIx5WWaV/iMBDGEwptbcsCCnSphdb7WI/dFcFjVVw8Vs33/zxO2p+CzBO6fV7O5J9jMpmJEDNJrYpVrdmOq5Tr2CtVq5IZBRQ5PD+o68Efcp164HuYIOu3RrOlmFrNxipAyLTW7iioTrvLCDKE35VRvXCBkDJaj9USxf1onpBykKRqqTaSwYyg+ZNNVaDN5HMN2t56WjSe1uh/nIPOGxePp3OEOUDx5PHZ2t7e4rHqaoLuq81c9s7u3o7NzG26QQIa7L46lk4gi9sbGvCabKb9Aw0c7DNH0yPA5/lzmO/1B3O0fAICHo+jY73C8RH3BFJU6tx8cqqB0xPuqVeE5aCQ//z1+ywGDscSVVchpfju3aqoqVKqCRvah+fnQ+gYCQeaxxcX4xHyXAp0hOFYR2mMjuEKNM3VtQau/yAfBG5u9U3f3kAAbeluooHJPdwSOvS9GXBgWJcAf8VKOWAKU8MMUGqg5DMDlHwovc0ApTd6QGYgwE/UCGRPFBQBI5AVAVBmHh51Lj0+LNrzMgMKmfOkgScWv6yQEdHtsT35nuezHeWlEhfj5+n0edEW//us3rK/oQqVvshZg/iPhvKaRPMtaJAUrJEmk69NLurHy8bHL9FiG5Vhzzz+LUSNulumsWfEapmvQ/nPyfz3Z3SZf39q4PvzDpPK5SX4V3wiAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTExLTA5VDE0OjEyOjQyKzAwOjAwxiqBfAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0xMS0wOVQxNDoxMjo0MiswMDowMLd3OcAAAAAASUVORK5CYII=) 100% 50% no-repeat transparent;background-size:18px;height:18px;margin:0 12px 0 10px;min-block-size:-webkit-fill-available;width:24px}.mp-card-body-3ds{align-items:flex-start;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0;display:flex;height:30px;padding:5px 0;width:100%}.mp-text-subtitle{font-size:14px;font-weight:400;line-height:18px;vertical-align:middle}#mp-modal-3ds-title,.mp-text-subtitle{font-family:Proxima Nova,sans-serif;font-style:normal}#mp-modal-3ds-title{font-weight:600;margin-bottom:8px;text-align:left}#content-load-3ds{align-self:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:12px;width:704px}.mp-normal-text-3ds{text-align:center}.mp-checkout-pse-container{background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-pse-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.alert-message{color:red;font-weight:700}.mp-checkout-pix-container{background-color:#fff!important;display:flex;flex-direction:column!important;justify-content:center!important;padding:24px 16px!important}.mp-checkout-pix-test-mode{padding-bottom:32px!important}.mp-checkout-pix-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:42px!important;text-align:center!important}@media only screen and (max-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;text-align:center!important}}@media only screen and (min-width:545px){.mp-checkout-pro-tip{margin-top:24px!important;padding-left:24px!important}}.mp-checkout-pro-tip p{color:rgba(0,0,0,.55)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:15px!important}.mp-checkout-ticket-container{align-items:center!important;background-color:#fff!important;display:flex;flex-direction:column!important;padding:24px 16px!important}.mp-checkout-ticket-content{width:100%!important}.mp-checkout-ticket-input-document,.mp-checkout-ticket-test-mode{padding:0 0 25px!important}div div .mp-checkout-ticket-content .mp-checkout-ticket-text{color:rgba(0,0,0,.9)!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:16px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important;padding-bottom:25px!important;padding-left:0!important}.mp-checkout-ticket-terms-and-conditions{align-items:center!important;display:flex;justify-content:center!important;padding-top:32px!important;text-align:center!important}.mp-document-select{appearance:auto;cursor:pointer!important;letter-spacing:0!important;margin:0 8px!important;width:25%!important}.mp-document-select,.mp-input-document{background:#fff!important;border:0!important;color:#000!important;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:0!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:100%!important}.mp-checkout-container a,.mp-checkout-container abbr,.mp-checkout-container acronym,.mp-checkout-container address,.mp-checkout-container applet,.mp-checkout-container article,.mp-checkout-container aside,.mp-checkout-container audio,.mp-checkout-container b,.mp-checkout-container big,.mp-checkout-container blockquote,.mp-checkout-container canvas,.mp-checkout-container caption,.mp-checkout-container center,.mp-checkout-container cite,.mp-checkout-container code,.mp-checkout-container dd,.mp-checkout-container del,.mp-checkout-container details,.mp-checkout-container dfn,.mp-checkout-container div,.mp-checkout-container dl,.mp-checkout-container dt,.mp-checkout-container em,.mp-checkout-container embed,.mp-checkout-container fieldset,.mp-checkout-container figcaption,.mp-checkout-container figure,.mp-checkout-container footer,.mp-checkout-container form,.mp-checkout-container h1,.mp-checkout-container h2,.mp-checkout-container h3,.mp-checkout-container h4,.mp-checkout-container h5,.mp-checkout-container h6,.mp-checkout-container header,.mp-checkout-container hgroup,.mp-checkout-container i,.mp-checkout-container iframe,.mp-checkout-container img,.mp-checkout-container input,.mp-checkout-container ins,.mp-checkout-container kbd,.mp-checkout-container label,.mp-checkout-container legend,.mp-checkout-container li,.mp-checkout-container li input,.mp-checkout-container mark,.mp-checkout-container menu,.mp-checkout-container nav,.mp-checkout-container object,.mp-checkout-container ol,.mp-checkout-container output,.mp-checkout-container p,.mp-checkout-container pre,.mp-checkout-container q,.mp-checkout-container ruby,.mp-checkout-container s,.mp-checkout-container samp,.mp-checkout-container section,.mp-checkout-container select,.mp-checkout-container small,.mp-checkout-container span,.mp-checkout-container strike,.mp-checkout-container strong,.mp-checkout-container sub,.mp-checkout-container summary,.mp-checkout-container sup,.mp-checkout-container table,.mp-checkout-container tbody,.mp-checkout-container td,.mp-checkout-container tfoot,.mp-checkout-container th,.mp-checkout-container thead,.mp-checkout-container time,.mp-checkout-container tr,.mp-checkout-container tt,.mp-checkout-container u,.mp-checkout-container ul,.mp-checkout-container var,.mp-checkout-container video{font:inherit;font-family:Proxima Nova,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!important}.mp-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!important} \ No newline at end of file diff --git a/assets/js/blocks/basic.block.js b/assets/js/blocks/basic.block.js index e92dea262..8fbb01557 100644 --- a/assets/js/blocks/basic.block.js +++ b/assets/js/blocks/basic.block.js @@ -92,8 +92,14 @@ const Content = (props) => { terms_and_conditions_link_text, terms_and_conditions_link_src, test_mode, + amount, + message_error_amount, } = settings.params; + if (amount == null) { + return (<>

{message_error_amount}

); + } + return (
diff --git a/assets/js/blocks/credits.block.js b/assets/js/blocks/credits.block.js index 603e75100..5510c713f 100644 --- a/assets/js/blocks/credits.block.js +++ b/assets/js/blocks/credits.block.js @@ -89,8 +89,14 @@ const Content = (props) => { terms_and_conditions_link_text, terms_and_conditions_link_src, test_mode, + amount, + message_error_amount, } = settings.params; + if (amount == null) { + return (<>

{message_error_amount}

); + } + return (
diff --git a/assets/js/blocks/custom.block.js b/assets/js/blocks/custom.block.js index 23f11f392..faf8875d1 100644 --- a/assets/js/blocks/custom.block.js +++ b/assets/js/blocks/custom.block.js @@ -87,8 +87,14 @@ const Content = (props) => { terms_and_conditions_link_src, amount, currency_ratio, + message_error_amount, } = settings.params; + + if (amount == null) { + return (<>

{message_error_amount}

); + } + const ref = useRef(null); const [checkoutType, setCheckoutType] = useState('custom'); @@ -455,6 +461,7 @@ const Content = (props) => { value={checkoutType} />
+
); }; diff --git a/assets/js/blocks/pix.block.js b/assets/js/blocks/pix.block.js index 49933af45..0beffb10b 100644 --- a/assets/js/blocks/pix.block.js +++ b/assets/js/blocks/pix.block.js @@ -87,8 +87,14 @@ const Content = (props) => { terms_and_conditions_link_text, terms_and_conditions_link_src, test_mode, + amount, + message_error_amount, } = settings.params; + if (amount == null) { + return (<>

{message_error_amount}

); + } + return (
diff --git a/assets/js/blocks/pse.block.js b/assets/js/blocks/pse.block.js index a340cd6c4..383584a8f 100644 --- a/assets/js/blocks/pse.block.js +++ b/assets/js/blocks/pse.block.js @@ -95,8 +95,14 @@ const Content = (props) => { financial_institutions_label, financial_institutions_helper, financial_placeholder, + message_error_amount, + } = settings.params; + if (amount == null) { + return (<>

{message_error_amount}

); + } + const ref = useRef(null); const { eventRegistration, emitResponse } = props; diff --git a/assets/js/blocks/ticket.block.js b/assets/js/blocks/ticket.block.js index abea24223..d87ab2415 100644 --- a/assets/js/blocks/ticket.block.js +++ b/assets/js/blocks/ticket.block.js @@ -94,8 +94,13 @@ const Content = (props) => { terms_and_conditions_link_text, terms_and_conditions_link_src, test_mode, + message_error_amount, } = settings.params; + if (amount == null) { + return (<>

{message_error_amount}

); + } + const ref = useRef(null); const { eventRegistration, emitResponse } = props; diff --git a/build/basic.block.asset.php b/build/basic.block.asset.php index 41ce40173..805304edd 100644 --- a/build/basic.block.asset.php +++ b/build/basic.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '56daa004d9f709c30711'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '1f11fe1cdfce07e5b067'); diff --git a/build/basic.block.js b/build/basic.block.js index bc783deb3..ff3d50ec5 100644 --- a/build/basic.block.js +++ b/build/basic.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,c=window.wc.wcSettings,o=window.wp.element,n=window.wp.htmlEntities,s="mercadopago_blocks_update_cart",a=({title:t,items:c,titleAlign:o="center",listMode:n="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":o,items:c,"list-mode":n}),i=({text:t,src:c,alt:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:o})),r=({title:t,methods:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-payment-methods"},(0,e.createElement)("payment-methods-v2",{title:t,methods:c})),m=({description:t,linkText:c,linkSrc:o,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":o})),l=({title:t,description:c,linkText:o,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":o,"link-src":n})),d=(e,t,c)=>{const o={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(o))};var p;const _="mp_checkout_blocks",u="woo-mercado-pago-basic",k=(0,c.getSetting)("woo-mercado-pago-basic_data",{}),h=(0,n.decodeEntities)(k.title)||"Checkout Pro",E=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:c,emitResponse:n}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=c;(0,o.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(t,u);const e=a((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(t,u),e())}),[a]),(0,o.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_SUCCESS",t.paymentStatus,_),{type:n.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,o.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_ERROR",t.paymentStatus,_),{type:n.responseTypes.FAIL,messageContext:n.noticeContexts.PAYMENTS}}));return()=>e()}),[r])})(t);const{test_mode_title:c,test_mode_description:n,test_mode_link_text:p,test_mode_link_src:h,checkout_benefits_title:E,checkout_benefits_items:g,payment_methods_title:w,payment_methods_methods:S,method:y,checkout_redirect_text:v,checkout_redirect_src:C,checkout_redirect_alt:f,terms_and_conditions_description:x,terms_and_conditions_link_text:b,terms_and_conditions_link_src:N,test_mode:R}=k.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},R?(0,e.createElement)(l,{title:c,description:n,"link-text":p,"link-src":h}):null,(0,e.createElement)("div",{className:"mp-checkout-pro-checkout-benefits"},(0,e.createElement)(a,{title:E,items:g})),(0,e.createElement)(r,{title:w,methods:S}),"redirect"===y?(0,e.createElement)(i,{text:v,src:C,alt:f}):null)),(0,e.createElement)(m,{description:x,linkText:b,linkSrc:N}))},g={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,o=(0,n.decodeEntities)(k?.params?.fee_title||""),s=`${h} ${o}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:h,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(g)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,c=window.wc.wcSettings,n=window.wp.element,o=window.wp.htmlEntities,s="mercadopago_blocks_update_cart",a=({title:t,items:c,titleAlign:n="center",listMode:o="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":n,items:c,"list-mode":o}),r=({text:t,src:c,alt:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:n})),i=({title:t,methods:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-payment-methods"},(0,e.createElement)("payment-methods-v2",{title:t,methods:c})),m=({description:t,linkText:c,linkSrc:n,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":n})),l=({title:t,description:c,linkText:n,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":n,"link-src":o})),d=(e,t,c)=>{const n={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(n))};var p;const _="mp_checkout_blocks",u="woo-mercado-pago-basic",k=(0,c.getSetting)("woo-mercado-pago-basic_data",{}),h=(0,o.decodeEntities)(k.title)||"Checkout Pro",E=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:c,emitResponse:o}=e,{onPaymentSetup:a,onCheckoutSuccess:r,onCheckoutFail:i}=c;(0,n.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(t,u);const e=a((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(t,u),e())}),[a]),(0,n.useEffect)((()=>{const e=r((async e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_SUCCESS",t.paymentStatus,_),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[r]),(0,n.useEffect)((()=>{const e=i((e=>{const t=e.processingResponse;return d("MP_BASIC_BLOCKS_ERROR",t.paymentStatus,_),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS}}));return()=>e()}),[i])})(t);const{test_mode_title:c,test_mode_description:o,test_mode_link_text:p,test_mode_link_src:h,checkout_benefits_title:E,checkout_benefits_items:g,payment_methods_title:w,payment_methods_methods:S,method:y,checkout_redirect_text:v,checkout_redirect_src:C,checkout_redirect_alt:f,terms_and_conditions_description:x,terms_and_conditions_link_text:b,terms_and_conditions_link_src:N,test_mode:R,amount:P,message_error_amount:M}=k.params;return null==P?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},M)):(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},R?(0,e.createElement)(l,{title:c,description:o,"link-text":p,"link-src":h}):null,(0,e.createElement)("div",{className:"mp-checkout-pro-checkout-benefits"},(0,e.createElement)(a,{title:E,items:g})),(0,e.createElement)(i,{title:w,methods:S}),"redirect"===y?(0,e.createElement)(r,{text:v,src:C,alt:f}):null)),(0,e.createElement)(m,{description:x,linkText:b,linkSrc:N}))},g={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,n=(0,o.decodeEntities)(k?.params?.fee_title||""),s=`${h} ${n}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:h,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(g)})(); \ No newline at end of file diff --git a/build/credits.block.asset.php b/build/credits.block.asset.php index e647bbe5c..48c5651ec 100644 --- a/build/credits.block.asset.php +++ b/build/credits.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'b74dafef30e8afb92599'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '5c9b681e20f4f7456c7e'); diff --git a/build/credits.block.js b/build/credits.block.js index 4f5237658..c32c093d8 100644 --- a/build/credits.block.js +++ b/build/credits.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wp.element,c=window.wc.wcBlocksRegistry,n=window.wp.htmlEntities,o=window.wc.wcSettings,s="mercadopago_blocks_update_cart",i=({title:t,description:c,linkText:n,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":n,"link-src":o})),a=({text:t,src:c,alt:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:n})),r=({title:t,items:c,titleAlign:n="center",listMode:o="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":n,items:c,"list-mode":o}),l=({description:t,linkText:c,linkSrc:n,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":n})),m=(e,t,c)=>{const n={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(n))};var d;const p="mp_checkout_blocks",_="woo-mercado-pago-credits",u=(0,o.getSetting)("woo-mercado-pago-credits_data",{}),k=(0,n.decodeEntities)(u.title)||"Checkout Creditss",E=c=>{(e=>{const{extensionCartUpdate:c}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:i,onCheckoutSuccess:a,onCheckoutFail:r}=n;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(c,_);const e=i((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(c,_),e())}),[i]),(0,t.useEffect)((()=>{const e=a((async e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_SUCCESS",t.paymentStatus,p),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[a]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_ERROR",t.paymentStatus,p),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS}}));return()=>e()}),[r])})(c);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:d,test_mode_link_src:k,checkout_benefits_title:E,checkout_benefits_items:h,checkout_benefits_tip:g,checkout_redirect_text:w,checkout_redirect_src:S,checkout_redirect_alt:v,terms_and_conditions_description:C,terms_and_conditions_link_text:f,terms_and_conditions_link_src:y,test_mode:x}=u.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},x?(0,e.createElement)(i,{title:n,description:o,linkText:d,linkSrc:k}):null,(0,e.createElement)("div",{class:"mp-credits-checkout-benefits"},(0,e.createElement)(r,{title:E,items:h,titleAlign:"center",listMode:"image"})),(0,e.createElement)("div",{class:"mp-checkout-pro-tip"},(0,e.createElement)("p",null,g)),(0,e.createElement)(a,{text:w,src:S,alt:v}))),(0,e.createElement)(l,{description:C,linkText:f,linkSrc:y}))},h={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,o=(0,n.decodeEntities)(u?.params?.fee_title||""),s=`${k} ${o}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:k,supports:{features:null!==(d=u?.supports)&&void 0!==d?d:[]}};(0,c.registerPaymentMethod)(h)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wp.element,c=window.wc.wcBlocksRegistry,n=window.wp.htmlEntities,o=window.wc.wcSettings,s="mercadopago_blocks_update_cart",a=({title:t,description:c,linkText:n,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:c,"link-text":n,"link-src":o})),i=({text:t,src:c,alt:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-redirect"},(0,e.createElement)("checkout-redirect-v2",{text:t,src:c,alt:n})),r=({title:t,items:c,titleAlign:n="center",listMode:o="image"})=>(0,e.createElement)("checkout-benefits",{title:t,"title-align":n,items:c,"list-mode":o}),l=({description:t,linkText:c,linkSrc:n,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":c,"link-src":n})),m=(e,t,c)=>{const n={name:e,message:t,target:c,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(n))};var d;const p="mp_checkout_blocks",_="woo-mercado-pago-credits",u=(0,o.getSetting)("woo-mercado-pago-credits_data",{}),k=(0,n.decodeEntities)(u.title)||"Checkout Creditss",E=c=>{(e=>{const{extensionCartUpdate:c}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:s,data:{action:"add",gateway:t}})})(c,_);const e=a((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:s,data:{action:"remove",gateway:t}})})(c,_),e())}),[a]),(0,t.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_SUCCESS",t.paymentStatus,p),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return m("MP_CREDITS_BLOCKS_ERROR",t.paymentStatus,p),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS}}));return()=>e()}),[r])})(c);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:d,test_mode_link_src:k,checkout_benefits_title:E,checkout_benefits_items:g,checkout_benefits_tip:h,checkout_redirect_text:w,checkout_redirect_src:S,checkout_redirect_alt:v,terms_and_conditions_description:C,terms_and_conditions_link_text:f,terms_and_conditions_link_src:y,test_mode:x,amount:b,message_error_amount:R}=u.params;return null==b?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},R)):(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-container"},(0,e.createElement)("div",{className:"mp-checkout-pro-content"},x?(0,e.createElement)(a,{title:n,description:o,linkText:d,linkSrc:k}):null,(0,e.createElement)("div",{class:"mp-credits-checkout-benefits"},(0,e.createElement)(r,{title:E,items:g,titleAlign:"center",listMode:"image"})),(0,e.createElement)("div",{class:"mp-checkout-pro-tip"},(0,e.createElement)("p",null,h)),(0,e.createElement)(i,{text:w,src:S,alt:v}))),(0,e.createElement)(l,{description:C,linkText:f,linkSrc:y}))},g={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:c}=t.components,o=(0,n.decodeEntities)(u?.params?.fee_title||""),s=`${k} ${o}`;return(0,e.createElement)(c,{text:s})}),null),content:(0,e.createElement)(E,null),edit:(0,e.createElement)(E,null),canMakePayment:()=>!0,ariaLabel:k,supports:{features:null!==(d=u?.supports)&&void 0!==d?d:[]}};(0,c.registerPaymentMethod)(g)})(); \ No newline at end of file diff --git a/build/custom.block.asset.php b/build/custom.block.asset.php index 845af6cd0..a9080cf5d 100644 --- a/build/custom.block.asset.php +++ b/build/custom.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '4d7915165f0d063461fa'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'c503bd7affcbb1d93397'); diff --git a/build/custom.block.js b/build/custom.block.js index e9255bd60..a34826269 100644 --- a/build/custom.block.js +++ b/build/custom.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,a=window.wc.wcSettings,c=window.wp.element,n=window.wp.htmlEntities,o="mercadopago_blocks_update_cart";const m=({labelMessage:t,helperMessage:a,inputName:c,hiddenId:n,inputDataCheckout:o,selectId:m,selectName:s,selectDataCheckout:i,flagError:r,documents:l,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":a,"input-name":c,"hidden-id":n,"input-data-checkout":o,"select-id":m,"select-name":s,"select-data-checkout":i,"flag-error":r,documents:l,validate:d})),s=({isVisible:t,message:a,inputId:c,id:n,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:a,"input-id":c,id:n,"data-main":o}),i=({isOptinal:t,message:a,forId:c})=>(0,e.createElement)("input-label",{isOptinal:t,message:a,for:c}),r=({methods:t})=>(0,e.createElement)("payment-methods",{methods:t}),l=({description:t,linkText:a,linkSrc:c,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":a,"link-src":c})),d=({title:t,description:a,linkText:c,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:a,"link-text":c,"link-src":n})),p=(e,t,a)=>{const c={name:e,message:t,target:a,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var u;const _="mp_checkout_blocks",h="woo-mercado-pago-custom",k=(0,a.getSetting)("woo-mercado-pago-custom_data",{}),E=(0,n.decodeEntities)(k.title)||"Checkout Custom",y=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:a,emitResponse:n}=e,{onPaymentSetup:m}=a;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,h);const e=m((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,h),e())}),[m])})(t);const{test_mode:a,test_mode_title:n,test_mode_description:u,test_mode_link_text:E,test_mode_link_src:y,wallet_button:g,wallet_button_image:v,wallet_button_title:b,wallet_button_description:f,wallet_button_button_text:w,available_payments_title_icon:N,available_payments_title:C,available_payments_image:x,payment_methods_items:S,payment_methods_promotion_link:T,payment_methods_promotion_text:I,site_id:M,card_form_title:R,card_number_input_label:F,card_number_input_helper:O,card_holder_name_input_label:P,card_holder_name_input_helper:U,card_expiration_input_label:D,card_expiration_input_helper:L,card_security_code_input_label:V,card_security_code_input_helper:B,card_document_input_label:$,card_document_input_helper:q,card_installments_title:A,card_issuer_input_label:Y,card_installments_input_helper:j,terms_and_conditions_description:H,terms_and_conditions_link_text:K,terms_and_conditions_link_src:z,amount:J,currency_ratio:Q}=k.params,G=(0,c.useRef)(null),[W,X]=(0,c.useState)("custom"),{eventRegistration:Z,emitResponse:ee,onSubmit:te}=t,{onPaymentSetup:ae,onCheckoutSuccess:ce,onCheckoutFail:ne}=Z;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),jQuery(window.mpCheckoutForm).prop("id",mpFormId),(0,c.useEffect)((()=>{var e,a;e=t.billing.cartTotal.value,a=t.billing.currency,cardFormMounted&&cardForm.unmount(),initCardForm(function(e,t){if(!Number.isInteger(e)||"object"!=typeof t)throw new Error("Invalid input");const a=(e/Math.pow(10,t.minorUnit)).toFixed(t.minorUnit).split(".");return`${a[0]}.${a[1]}`}(e,a))}),[t.billing.cartTotal.value]),(0,c.useEffect)((()=>{cardFormMounted&&cardForm.unmount(),initCardForm();const e=ae((async()=>{const e=document.querySelector("#form-checkout__cardholderName"),t=document.querySelector("#mp-card-holder-name-helper");var a;if(""==e.value&&("flex",(a=t)&&a.style&&(a.style.display="flex")),"wallet_button"!==document.querySelector("#mp_checkout_type").value)try{if(!CheckoutPage.validateInputsCreateToken())return{type:ee.responseTypes.ERROR};{const e=await cardForm.createCardToken();document.querySelector("#cardTokenId").value=e.token}}catch(e){console.warn("Token creation error: ",e)}const c=G.current,n={};return c.childNodes.forEach((e=>{"INPUT"===e.tagName&&e.name&&(n[e.name]=e.value)})),X("custom"),{type:ee.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[ae,ee.responseTypes.ERROR,ee.responseTypes.SUCCESS]),(0,c.useEffect)((()=>{const e=ce((async e=>{const t=e.processingResponse,a=e.processingResponse.paymentDetails;if(a.three_ds_flow){const e=new Promise(((e,t)=>{window.addEventListener("completed_3ds",(a=>{a.detail.error&&(console.log("rejecting with "+a.detail.error),t(a.detail.error)),e()}))}));return load3DSFlow(a.last_four_digits),await e.then((()=>({type:ee.responseTypes.SUCCESS}))).catch((e=>({type:ee.responseTypes.FAIL,message:e,messageContext:ee.noticeContexts.PAYMENTS})))}return p("MP_CUSTOM_BLOCKS_SUCCESS",t.paymentStatus,_),{type:ee.responseTypes.SUCCESS}}));return()=>e()}),[ce]),(0,c.useEffect)((()=>{const e=ne((e=>{const t=e.processingResponse;return p("MP_CUSTOM_BLOCKS_ERROR",t.paymentStatus,_),{type:ee.responseTypes.FAIL,messageContext:ee.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[ne]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-container"},a?(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)(d,{title:n,description:u,linkText:E,linkSrc:y})):null,"yes"===g?(0,e.createElement)("div",{className:"mp-wallet-button-container"},(0,e.createElement)("img",{src:v}),(0,e.createElement)("div",{className:"mp-wallet-button-title"},(0,e.createElement)("span",null,b)),(0,e.createElement)("div",{className:"mp-wallet-button-description"},f),(0,e.createElement)("div",{className:"mp-wallet-button-button"},(0,e.createElement)("button",{id:"mp-wallet-button",type:"button",onClick:e=>{e.preventDefault(),X("wallet_button"),te()}},w))):null,(0,e.createElement)("div",{id:"mp-custom-checkout-form-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-header",onClick:()=>{const e=document.getElementsByClassName("mp-checkout-custom-available-payments")[0],t=e.getElementsByClassName("mp-checkout-custom-available-payments-header")[0].getElementsByClassName("mp-checkout-custom-available-payments-collapsible")[0],a=e.getElementsByClassName("mp-checkout-custom-available-payments-content")[0];if(a.style.maxHeight)t.src=k.params.available_payments_chevron_down,a.style.maxHeight=null,a.style.padding="0px";else{let e=a.scrollHeight+15+"px";t.src=k.params.available_payments_chevron_up,a.style.setProperty("max-height",e,"important"),a.style.setProperty("padding","24px 0px 0px","important")}}},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-title"},(0,e.createElement)("img",{src:N,className:"mp-icon"}),(0,e.createElement)("p",{className:"mp-checkout-custom-available-payments-text"},C)),(0,e.createElement)("img",{src:x,className:"mp-checkout-custom-available-payments-collapsible"})),(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-content"},(0,e.createElement)(r,{methods:S}),"MLA"===M?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{id:"mp_promotion_link"}," | "),(0,e.createElement)("a",{href:T,id:"mp_checkout_link",className:"mp-checkout-link mp-pl-10",target:"_blank"},I)):null,(0,e.createElement)("hr",null))),(0,e.createElement)("div",{className:"mp-checkout-custom-card-form"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},R),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(i,{isOptinal:!1,message:F,forId:"mp-card-number"}),(0,e.createElement)("div",{className:"mp-checkout-custom-card-input",id:"form-checkout__cardNumber-container"}),(0,e.createElement)(s,{isVisible:!1,message:O,inputId:"mp-card-number-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row",id:"mp-card-holder-div"},(0,e.createElement)(i,{message:P,isOptinal:!1}),(0,e.createElement)("input",{className:"mp-checkout-custom-card-input mp-card-holder-name",placeholder:"Ex.: María López",id:"form-checkout__cardholderName",name:"mp-card-holder-name","data-checkout":"cardholderName"}),(0,e.createElement)(s,{isVisible:!1,message:U,inputId:"mp-card-holder-name-helper",dataMain:"mp-card-holder-name"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row mp-checkout-custom-dual-column-row"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(i,{message:D,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__expirationDate-container",className:"mp-checkout-custom-card-input mp-checkout-custom-left-card-input"}),(0,e.createElement)(s,{isVisible:!1,message:L,inputId:"mp-expiration-date-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(i,{message:V,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__securityCode-container",className:"mp-checkout-custom-card-input"}),(0,e.createElement)("p",{id:"mp-security-code-info",className:"mp-checkout-custom-info-text"}),(0,e.createElement)(s,{isVisible:!1,message:B,inputId:"mp-security-code-helper"}))),(0,e.createElement)("div",{id:"mp-doc-div",className:"mp-checkout-custom-input-document",style:{display:"none"}},(0,e.createElement)(m,{labelMessage:$,helperMessage:q,inputName:"identificationNumber",hiddenId:"form-checkout__identificationNumber",inputDataCheckout:"docNumber",selectId:"form-checkout__identificationType",selectName:"identificationType",selectDataCheckout:"docType",flagError:"docNumberError"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments",className:"mp-checkout-custom-installments-display-none"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},A),(0,e.createElement)("div",{id:"mp-checkout-custom-issuers-container",className:"mp-checkout-custom-issuers-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(i,{isOptinal:!1,message:Y,forId:"mp-issuer"})),(0,e.createElement)("div",{className:"mp-input-select-input"},(0,e.createElement)("select",{name:"issuer",id:"form-checkout__issuer",className:"mp-input-select-select"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments-container",className:"mp-checkout-custom-installments-container"}),(0,e.createElement)(s,{isVisible:!1,message:j,inputId:"mp-installments-helper"}),(0,e.createElement)("select",{style:{display:"none"},"data-checkout":"installments",name:"installments",id:"form-checkout__installments",className:"mp-input-select-select"}),(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-cft"},(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-tea"},(0,e.createElement)("div",{id:"mp-checkout-custom-tax-tea-text"})),(0,e.createElement)("div",{id:"mp-checkout-custom-tax-cft-text"}))),(0,e.createElement)("div",{className:"mp-checkout-custom-terms-and-conditions"},(0,e.createElement)(l,{description:H,linkText:K,linkSrc:z,checkoutClass:"custom"}))))),(0,e.createElement)("div",{ref:G,id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"cardTokenId",name:"mercadopago_custom[token]"}),(0,e.createElement)("input",{type:"hidden",id:"mpCardSessionId",name:"mercadopago_custom[session_id]"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationYear","data-checkout":"cardExpirationYear"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationMonth","data-checkout":"cardExpirationMonth"}),(0,e.createElement)("input",{type:"hidden",id:"cardInstallments",name:"mercadopago_custom[installments]"}),(0,e.createElement)("input",{type:"hidden",id:"paymentMethodId",name:"mercadopago_custom[payment_method_id]"}),(0,e.createElement)("input",{type:"hidden",id:"mp-amount",defaultValue:J,name:"mercadopago_custom[amount]"}),(0,e.createElement)("input",{type:"hidden",id:"currency_ratio",defaultValue:Q,name:"mercadopago_custom[currency_ratio]"}),(0,e.createElement)("input",{type:"hidden",id:"mp_checkout_type",name:"mercadopago_custom[checkout_type]",value:W})))},g={name:h,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:a}=t.components,c=(0,n.decodeEntities)(k?.params?.fee_title||""),o=`${E} ${c}`;return(0,e.createElement)(a,{text:o})}),null),content:(0,e.createElement)(y,null),edit:(0,e.createElement)(y,null),canMakePayment:()=>!0,ariaLabel:E,supports:{features:null!==(u=k?.supports)&&void 0!==u?u:[]}};(0,t.registerPaymentMethod)(g)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,a=window.wc.wcSettings,c=window.wp.element,n=window.wp.htmlEntities,o="mercadopago_blocks_update_cart";const m=({labelMessage:t,helperMessage:a,inputName:c,hiddenId:n,inputDataCheckout:o,selectId:m,selectName:s,selectDataCheckout:r,flagError:l,documents:i,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":a,"input-name":c,"hidden-id":n,"input-data-checkout":o,"select-id":m,"select-name":s,"select-data-checkout":r,"flag-error":l,documents:i,validate:d})),s=({isVisible:t,message:a,inputId:c,id:n,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:a,"input-id":c,id:n,"data-main":o}),r=({isOptinal:t,message:a,forId:c})=>(0,e.createElement)("input-label",{isOptinal:t,message:a,for:c}),l=({methods:t})=>(0,e.createElement)("payment-methods",{methods:t}),i=({description:t,linkText:a,linkSrc:c,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":a,"link-src":c})),d=({title:t,description:a,linkText:c,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:a,"link-text":c,"link-src":n})),p=(e,t,a)=>{const c={name:e,message:t,target:a,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var u;const _="mp_checkout_blocks",h="woo-mercado-pago-custom",k=(0,a.getSetting)("woo-mercado-pago-custom_data",{}),E=(0,n.decodeEntities)(k.title)||"Checkout Custom",y=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:a,emitResponse:n}=e,{onPaymentSetup:m}=a;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,h);const e=m((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,h),e())}),[m])})(t);const{test_mode:a,test_mode_title:n,test_mode_description:u,test_mode_link_text:E,test_mode_link_src:y,wallet_button:g,wallet_button_image:v,wallet_button_title:b,wallet_button_description:f,wallet_button_button_text:w,available_payments_title_icon:N,available_payments_title:C,available_payments_image:x,payment_methods_items:S,payment_methods_promotion_link:T,payment_methods_promotion_text:I,site_id:M,card_form_title:R,card_number_input_label:F,card_number_input_helper:O,card_holder_name_input_label:P,card_holder_name_input_helper:U,card_expiration_input_label:D,card_expiration_input_helper:L,card_security_code_input_label:V,card_security_code_input_helper:B,card_document_input_label:$,card_document_input_helper:q,card_installments_title:A,card_issuer_input_label:Y,card_installments_input_helper:j,terms_and_conditions_description:H,terms_and_conditions_link_text:K,terms_and_conditions_link_src:z,amount:J,currency_ratio:Q,message_error_amount:G}=k.params;if(null==J)return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},G));const W=(0,c.useRef)(null),[X,Z]=(0,c.useState)("custom"),{eventRegistration:ee,emitResponse:te,onSubmit:ae}=t,{onPaymentSetup:ce,onCheckoutSuccess:ne,onCheckoutFail:oe}=ee;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),jQuery(window.mpCheckoutForm).prop("id",mpFormId),(0,c.useEffect)((()=>{var e,a;e=t.billing.cartTotal.value,a=t.billing.currency,cardFormMounted&&cardForm.unmount(),initCardForm(function(e,t){if(!Number.isInteger(e)||"object"!=typeof t)throw new Error("Invalid input");const a=(e/Math.pow(10,t.minorUnit)).toFixed(t.minorUnit).split(".");return`${a[0]}.${a[1]}`}(e,a))}),[t.billing.cartTotal.value]),(0,c.useEffect)((()=>{cardFormMounted&&cardForm.unmount(),initCardForm();const e=ce((async()=>{const e=document.querySelector("#form-checkout__cardholderName"),t=document.querySelector("#mp-card-holder-name-helper");var a;if(""==e.value&&("flex",(a=t)&&a.style&&(a.style.display="flex")),"wallet_button"!==document.querySelector("#mp_checkout_type").value)try{if(!CheckoutPage.validateInputsCreateToken())return{type:te.responseTypes.ERROR};{const e=await cardForm.createCardToken();document.querySelector("#cardTokenId").value=e.token}}catch(e){console.warn("Token creation error: ",e)}const c=W.current,n={};return c.childNodes.forEach((e=>{"INPUT"===e.tagName&&e.name&&(n[e.name]=e.value)})),Z("custom"),{type:te.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[ce,te.responseTypes.ERROR,te.responseTypes.SUCCESS]),(0,c.useEffect)((()=>{const e=ne((async e=>{const t=e.processingResponse,a=e.processingResponse.paymentDetails;if(a.three_ds_flow){const e=new Promise(((e,t)=>{window.addEventListener("completed_3ds",(a=>{a.detail.error&&(console.log("rejecting with "+a.detail.error),t(a.detail.error)),e()}))}));return load3DSFlow(a.last_four_digits),await e.then((()=>({type:te.responseTypes.SUCCESS}))).catch((e=>({type:te.responseTypes.FAIL,message:e,messageContext:te.noticeContexts.PAYMENTS})))}return p("MP_CUSTOM_BLOCKS_SUCCESS",t.paymentStatus,_),{type:te.responseTypes.SUCCESS}}));return()=>e()}),[ne]),(0,c.useEffect)((()=>{const e=oe((e=>{const t=e.processingResponse;return p("MP_CUSTOM_BLOCKS_ERROR",t.paymentStatus,_),{type:te.responseTypes.FAIL,messageContext:te.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[oe]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-container"},a?(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)(d,{title:n,description:u,linkText:E,linkSrc:y})):null,"yes"===g?(0,e.createElement)("div",{className:"mp-wallet-button-container"},(0,e.createElement)("img",{src:v}),(0,e.createElement)("div",{className:"mp-wallet-button-title"},(0,e.createElement)("span",null,b)),(0,e.createElement)("div",{className:"mp-wallet-button-description"},f),(0,e.createElement)("div",{className:"mp-wallet-button-button"},(0,e.createElement)("button",{id:"mp-wallet-button",type:"button",onClick:e=>{e.preventDefault(),Z("wallet_button"),ae()}},w))):null,(0,e.createElement)("div",{id:"mp-custom-checkout-form-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-header",onClick:()=>{const e=document.getElementsByClassName("mp-checkout-custom-available-payments")[0],t=e.getElementsByClassName("mp-checkout-custom-available-payments-header")[0].getElementsByClassName("mp-checkout-custom-available-payments-collapsible")[0],a=e.getElementsByClassName("mp-checkout-custom-available-payments-content")[0];if(a.style.maxHeight)t.src=k.params.available_payments_chevron_down,a.style.maxHeight=null,a.style.padding="0px";else{let e=a.scrollHeight+15+"px";t.src=k.params.available_payments_chevron_up,a.style.setProperty("max-height",e,"important"),a.style.setProperty("padding","24px 0px 0px","important")}}},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-title"},(0,e.createElement)("img",{src:N,className:"mp-icon"}),(0,e.createElement)("p",{className:"mp-checkout-custom-available-payments-text"},C)),(0,e.createElement)("img",{src:x,className:"mp-checkout-custom-available-payments-collapsible"})),(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-content"},(0,e.createElement)(l,{methods:S}),"MLA"===M?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{id:"mp_promotion_link"}," | "),(0,e.createElement)("a",{href:T,id:"mp_checkout_link",className:"mp-checkout-link mp-pl-10",target:"_blank"},I)):null,(0,e.createElement)("hr",null))),(0,e.createElement)("div",{className:"mp-checkout-custom-card-form"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},R),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(r,{isOptinal:!1,message:F,forId:"mp-card-number"}),(0,e.createElement)("div",{className:"mp-checkout-custom-card-input",id:"form-checkout__cardNumber-container"}),(0,e.createElement)(s,{isVisible:!1,message:O,inputId:"mp-card-number-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row",id:"mp-card-holder-div"},(0,e.createElement)(r,{message:P,isOptinal:!1}),(0,e.createElement)("input",{className:"mp-checkout-custom-card-input mp-card-holder-name",placeholder:"Ex.: María López",id:"form-checkout__cardholderName",name:"mp-card-holder-name","data-checkout":"cardholderName"}),(0,e.createElement)(s,{isVisible:!1,message:U,inputId:"mp-card-holder-name-helper",dataMain:"mp-card-holder-name"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row mp-checkout-custom-dual-column-row"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(r,{message:D,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__expirationDate-container",className:"mp-checkout-custom-card-input mp-checkout-custom-left-card-input"}),(0,e.createElement)(s,{isVisible:!1,message:L,inputId:"mp-expiration-date-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(r,{message:V,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__securityCode-container",className:"mp-checkout-custom-card-input"}),(0,e.createElement)("p",{id:"mp-security-code-info",className:"mp-checkout-custom-info-text"}),(0,e.createElement)(s,{isVisible:!1,message:B,inputId:"mp-security-code-helper"}))),(0,e.createElement)("div",{id:"mp-doc-div",className:"mp-checkout-custom-input-document",style:{display:"none"}},(0,e.createElement)(m,{labelMessage:$,helperMessage:q,inputName:"identificationNumber",hiddenId:"form-checkout__identificationNumber",inputDataCheckout:"docNumber",selectId:"form-checkout__identificationType",selectName:"identificationType",selectDataCheckout:"docType",flagError:"docNumberError"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments",className:"mp-checkout-custom-installments-display-none"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},A),(0,e.createElement)("div",{id:"mp-checkout-custom-issuers-container",className:"mp-checkout-custom-issuers-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(r,{isOptinal:!1,message:Y,forId:"mp-issuer"})),(0,e.createElement)("div",{className:"mp-input-select-input"},(0,e.createElement)("select",{name:"issuer",id:"form-checkout__issuer",className:"mp-input-select-select"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments-container",className:"mp-checkout-custom-installments-container"}),(0,e.createElement)(s,{isVisible:!1,message:j,inputId:"mp-installments-helper"}),(0,e.createElement)("select",{style:{display:"none"},"data-checkout":"installments",name:"installments",id:"form-checkout__installments",className:"mp-input-select-select"}),(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-cft"},(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-tea"},(0,e.createElement)("div",{id:"mp-checkout-custom-tax-tea-text"})),(0,e.createElement)("div",{id:"mp-checkout-custom-tax-cft-text"}))),(0,e.createElement)("div",{className:"mp-checkout-custom-terms-and-conditions"},(0,e.createElement)(i,{description:H,linkText:K,linkSrc:z,checkoutClass:"custom"}))))),(0,e.createElement)("div",{ref:W,id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"cardTokenId",name:"mercadopago_custom[token]"}),(0,e.createElement)("input",{type:"hidden",id:"mpCardSessionId",name:"mercadopago_custom[session_id]"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationYear","data-checkout":"cardExpirationYear"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationMonth","data-checkout":"cardExpirationMonth"}),(0,e.createElement)("input",{type:"hidden",id:"cardInstallments",name:"mercadopago_custom[installments]"}),(0,e.createElement)("input",{type:"hidden",id:"paymentMethodId",name:"mercadopago_custom[payment_method_id]"}),(0,e.createElement)("input",{type:"hidden",id:"mp-amount",defaultValue:J,name:"mercadopago_custom[amount]"}),(0,e.createElement)("input",{type:"hidden",id:"currency_ratio",defaultValue:Q,name:"mercadopago_custom[currency_ratio]"}),(0,e.createElement)("input",{type:"hidden",id:"mp_checkout_type",name:"mercadopago_custom[checkout_type]",value:X})))},g={name:h,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:a}=t.components,c=(0,n.decodeEntities)(k?.params?.fee_title||""),o=`${E} ${c}`;return(0,e.createElement)(a,{text:o})}),null),content:(0,e.createElement)(y,null),edit:(0,e.createElement)(y,null),canMakePayment:()=>!0,ariaLabel:E,supports:{features:null!==(u=k?.supports)&&void 0!==u?u:[]}};(0,t.registerPaymentMethod)(g)})(); \ No newline at end of file diff --git a/build/pix.block.asset.php b/build/pix.block.asset.php index 3ec3a76cd..e9f4e86d5 100644 --- a/build/pix.block.asset.php +++ b/build/pix.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '5a201cc58d5bac91692d'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '5c9b1d072f01ce572d35'); diff --git a/build/pix.block.js b/build/pix.block.js index 592174fcd..4b29d09b3 100644 --- a/build/pix.block.js +++ b/build/pix.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wp.element,n=window.wc.wcBlocksRegistry,s=window.wp.htmlEntities,c=window.wc.wcSettings,o="mercadopago_blocks_update_cart",a=({title:t,description:n,linkText:s,linkSrc:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":s,"link-src":c})),i=({title:t,subtitle:n,alt:s,linkSrc:c})=>(0,e.createElement)("pix-template",{title:t,subtitle:n,alt:s,src:c}),r=({description:t,linkText:n,linkSrc:s,checkoutClass:c="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${c}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":s})),l=(e,t,n)=>{const s={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(s))};var m;const p="mp_checkout_blocks",d="woo-mercado-pago-pix",_=(0,c.getSetting)("woo-mercado-pago-pix_data",{}),u=(0,s.decodeEntities)(_.title)||"Checkout Pix",k=n=>{(e=>{const{extensionCartUpdate:n}=wc.blocksCheckout,{eventRegistration:s,emitResponse:c}=e,{onPaymentSetup:a,onCheckoutSuccess:i,onCheckoutFail:r}=s;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(n,d);const e=a((()=>({type:c.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(n,d),e())}),[a]),(0,t.useEffect)((()=>{const e=i((async e=>{e.processingResponse.message=d;const t=e.processingResponse;return l("MP_PIX_BLOCKS_SUCCESS",t.paymentStatus,p),{type:c.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return l("MP_PIX_BLOCKS_ERROR",t.paymentStatus,p),{type:c.responseTypes.FAIL,messageContext:c.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(n);const{test_mode_title:s,test_mode_description:c,pix_template_title:m,pix_template_subtitle:u,pix_template_src:k,pix_template_alt:g,terms_and_conditions_description:w,terms_and_conditions_link_text:E,terms_and_conditions_link_src:S,test_mode:h}=_.params;return(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-content"},h?(0,e.createElement)(a,{title:s,description:c}):null,(0,e.createElement)(i,{title:m,subtitle:u,alt:g,linkSrc:k}))),(0,e.createElement)(r,{description:w,linkText:E,linkSrc:S,checkoutClass:"pix"}))},g={name:d,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,c=(0,s.decodeEntities)(_?.params?.fee_title||""),o=`${u} ${c}`;return(0,e.createElement)(n,{text:o})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:u,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,n.registerPaymentMethod)(g)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wp.element,n=window.wc.wcBlocksRegistry,s=window.wp.htmlEntities,a=window.wc.wcSettings,c="mercadopago_blocks_update_cart",o=({title:t,description:n,linkText:s,linkSrc:a})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":s,"link-src":a})),i=({title:t,subtitle:n,alt:s,linkSrc:a})=>(0,e.createElement)("pix-template",{title:t,subtitle:n,alt:s,src:a}),r=({description:t,linkText:n,linkSrc:s,checkoutClass:a="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${a}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":s})),l=(e,t,n)=>{const s={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(s))};var m;const p="mp_checkout_blocks",d="woo-mercado-pago-pix",_=(0,a.getSetting)("woo-mercado-pago-pix_data",{}),u=(0,s.decodeEntities)(_.title)||"Checkout Pix",k=n=>{(e=>{const{extensionCartUpdate:n}=wc.blocksCheckout,{eventRegistration:s,emitResponse:a}=e,{onPaymentSetup:o,onCheckoutSuccess:i,onCheckoutFail:r}=s;(0,t.useEffect)((()=>{((e,t)=>{e({namespace:c,data:{action:"add",gateway:t}})})(n,d);const e=o((()=>({type:a.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:c,data:{action:"remove",gateway:t}})})(n,d),e())}),[o]),(0,t.useEffect)((()=>{const e=i((async e=>{e.processingResponse.message=d;const t=e.processingResponse;return l("MP_PIX_BLOCKS_SUCCESS",t.paymentStatus,p),{type:a.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,t.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return l("MP_PIX_BLOCKS_ERROR",t.paymentStatus,p),{type:a.responseTypes.FAIL,messageContext:a.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(n);const{test_mode_title:s,test_mode_description:a,pix_template_title:m,pix_template_subtitle:u,pix_template_src:k,pix_template_alt:g,terms_and_conditions_description:w,terms_and_conditions_link_text:E,terms_and_conditions_link_src:S,test_mode:h,amount:x,message_error_amount:y}=_.params;return null==x?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},y)):(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-container"},(0,e.createElement)("div",{className:"mp-checkout-pix-content"},h?(0,e.createElement)(o,{title:s,description:a}):null,(0,e.createElement)(i,{title:m,subtitle:u,alt:g,linkSrc:k}))),(0,e.createElement)(r,{description:w,linkText:E,linkSrc:S,checkoutClass:"pix"}))},g={name:d,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,a=(0,s.decodeEntities)(_?.params?.fee_title||""),c=`${u} ${a}`;return(0,e.createElement)(n,{text:c})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:u,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,n.registerPaymentMethod)(g)})(); \ No newline at end of file diff --git a/build/pse.block.asset.php b/build/pse.block.asset.php index f271afde3..5ea9bdaff 100644 --- a/build/pse.block.asset.php +++ b/build/pse.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '029d6b854fcdfe4b5418'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '0dc48022977a91f311c9'); diff --git a/build/pse.block.js b/build/pse.block.js index d105069cd..1b9e56464 100644 --- a/build/pse.block.js +++ b/build/pse.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,a=window.wp.element,o=window.wp.htmlEntities,c="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:a,hiddenId:o,inputDataCheckout:c,selectId:s,selectName:i,selectDataCheckout:r,flagError:p,documents:l,validate:m})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":a,"hidden-id":o,"input-data-checkout":c,"select-id":s,"select-name":i,"select-data-checkout":r,"flag-error":p,documents:l,validate:m})),i=({description:t,linkText:n,linkSrc:a,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":a})),r=({title:t,description:n,linkText:a,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":a,"link-src":o})),p=(e,t,n)=>{const a={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))},l=({name:t,label:n,optional:a,options:o,helperMessage:c,hiddenId:s,defaultOption:i})=>(0,e.createElement)("input-select",{name:t,label:n,options:o,optional:a,"helper-message":c,"hidden-id":s,"default-option":i});var m;const d="mp_checkout_blocks",u="woo-mercado-pago-pse",_=(0,n.getSetting)("woo-mercado-pago-pse_data",{}),g=(0,o.decodeEntities)(_.title)||"Checkout Pse",k=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:s,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,a.useEffect)((()=>{((e,t)=>{e({namespace:c,data:{action:"add",gateway:t}})})(t,u);const e=s((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:c,data:{action:"remove",gateway:t}})})(t,u),e())}),[s]),(0,a.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return p("MP_PSE_BLOCKS_SUCCESS",t.paymentStatus,d),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,a.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return p("MP_PSE_BLOCKS_ERROR",t.paymentStatus,d),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(t);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:m,test_mode_link_src:g,input_document_label:k,input_document_helper:h,pse_text_label:y,person_type_label:E,amount:S,site_id:f,terms_and_conditions_description:v,terms_and_conditions_link_text:b,terms_and_conditions_link_src:w,test_mode:C,financial_institutions:N,financial_institutions_label:x,financial_institutions_helper:R,financial_placeholder:T}=_.params,M=(0,a.useRef)(null),{eventRegistration:P,emitResponse:q}=t,{onPaymentSetup:O}=P;let I={labelMessage:k,helperMessage:h,validate:"true",selectId:"doc_type",flagError:"mercadopago_pse[docNumberError]",inputName:"mercadopago_pse[docNumber]",selectName:"mercadopago_pse[docType]",documents:'["CC","CE","NIT"]'};return(0,a.useEffect)((()=>{const e=O((async()=>{const e=document.querySelector(".mp-checkout-pse-input-document").querySelector(".mp-input-document > input-helper > div"),t={"mercadopago_pse[site_id]":f,"mercadopago_pse[amount]":S.toString(),"mercadopago_pse[doc_type]":M.current.querySelector("#doc_type")?.value,"mercadopago_pse[doc_number]":M.current.querySelector("#form-checkout__identificationNumber-container > input")?.value,"mercadopago_pse[bank]":M.current.querySelector("#mercadopago_pse\\[bank\\]").value,"mercadopago_pse[person_type]":M.current.querySelector("#mercadopago_pse\\[person_type\\]").value};I.documents&&""===t["mercadopago_pse[doc_number]"]&&o(e,"flex");let n=document.querySelector("#mercadopago_pse\\[bank\\]"),a=document.querySelector(".mp-checkout-pse-bank").querySelector("input-helper > div");function o(e,t){e&&e.style&&(e.style.display=t)}function c(e){return e&&"flex"===e.style.display}return""!==n.value&&{financial_placeholder:T}!==n.value||o(a,"flex"),{type:c(a)||c(e)?q.responseTypes.ERROR:q.responseTypes.SUCCESS,meta:{paymentMethodData:t}}}));return()=>e()}),[q.responseTypes.ERROR,q.responseTypes.SUCCESS,O]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("p",{className:"mp-checkout-pse-text","data-cy":"checkout-pse-text"},y),(0,e.createElement)("div",{className:"mp-checkout-pse-container"},(0,e.createElement)("div",{ref:M,className:"mp-checkout-pse-content"},C?(0,e.createElement)(r,{title:n,description:o,"link-text":m,"link-src":g}):null,(0,e.createElement)("div",{className:"mp-checkout-pse-person"},(0,e.createElement)(l,{name:"mercadopago_pse[person_type]",label:E,optional:!1,options:'[{"id":"individual", "description": "individual"},{"id":"association", "description": "asociación"}]'})),(0,e.createElement)("div",{className:"mp-checkout-pse-input-document"},I.documents?(0,e.createElement)(s,{...I}):null),(0,e.createElement)("div",{className:"mp-checkout-pse-bank"},(0,e.createElement)(l,{name:"mercadopago_pse[bank]",label:x,optional:!1,options:N,"hidden-id":"hidden-financial-pse","helper-message":R,"default-option":T})),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(i,{description:v,linkText:b,linkSrc:w,checkoutClass:"pse"}))},h={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,a=(0,o.decodeEntities)(_?.params?.fee_title||""),c=`${g} ${a}`;return(0,e.createElement)(n,{text:c})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,t.registerPaymentMethod)(h)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,a=window.wp.element,o=window.wp.htmlEntities,c="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:a,hiddenId:o,inputDataCheckout:c,selectId:s,selectName:r,selectDataCheckout:i,flagError:l,documents:p,validate:m})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":a,"hidden-id":o,"input-data-checkout":c,"select-id":s,"select-name":r,"select-data-checkout":i,"flag-error":l,documents:p,validate:m})),r=({description:t,linkText:n,linkSrc:a,checkoutClass:o="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${o}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":a})),i=({title:t,description:n,linkText:a,linkSrc:o})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":a,"link-src":o})),l=(e,t,n)=>{const a={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))},p=({name:t,label:n,optional:a,options:o,helperMessage:c,hiddenId:s,defaultOption:r})=>(0,e.createElement)("input-select",{name:t,label:n,options:o,optional:a,"helper-message":c,"hidden-id":s,"default-option":r});var m;const d="mp_checkout_blocks",u="woo-mercado-pago-pse",_=(0,n.getSetting)("woo-mercado-pago-pse_data",{}),g=(0,o.decodeEntities)(_.title)||"Checkout Pse",k=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:o}=e,{onPaymentSetup:s,onCheckoutSuccess:r,onCheckoutFail:i}=n;(0,a.useEffect)((()=>{((e,t)=>{e({namespace:c,data:{action:"add",gateway:t}})})(t,u);const e=s((()=>({type:o.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:c,data:{action:"remove",gateway:t}})})(t,u),e())}),[s]),(0,a.useEffect)((()=>{const e=r((async e=>{const t=e.processingResponse;return l("MP_PSE_BLOCKS_SUCCESS",t.paymentStatus,d),{type:o.responseTypes.SUCCESS}}));return()=>e()}),[r]),(0,a.useEffect)((()=>{const e=i((e=>{const t=e.processingResponse;return l("MP_PSE_BLOCKS_ERROR",t.paymentStatus,d),{type:o.responseTypes.FAIL,messageContext:o.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[i])})(t);const{test_mode_title:n,test_mode_description:o,test_mode_link_text:m,test_mode_link_src:g,input_document_label:k,input_document_helper:h,pse_text_label:y,person_type_label:E,amount:S,site_id:f,terms_and_conditions_description:v,terms_and_conditions_link_text:b,terms_and_conditions_link_src:w,test_mode:C,financial_institutions:N,financial_institutions_label:x,financial_institutions_helper:R,financial_placeholder:T,message_error_amount:M}=_.params;if(null==S)return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},M));const P=(0,a.useRef)(null),{eventRegistration:q,emitResponse:O}=t,{onPaymentSetup:I}=q;let U={labelMessage:k,helperMessage:h,validate:"true",selectId:"doc_type",flagError:"mercadopago_pse[docNumberError]",inputName:"mercadopago_pse[docNumber]",selectName:"mercadopago_pse[docType]",documents:'["CC","CE","NIT"]'};return(0,a.useEffect)((()=>{const e=I((async()=>{const e=document.querySelector(".mp-checkout-pse-input-document").querySelector(".mp-input-document > input-helper > div"),t={"mercadopago_pse[site_id]":f,"mercadopago_pse[amount]":S.toString(),"mercadopago_pse[doc_type]":P.current.querySelector("#doc_type")?.value,"mercadopago_pse[doc_number]":P.current.querySelector("#form-checkout__identificationNumber-container > input")?.value,"mercadopago_pse[bank]":P.current.querySelector("#mercadopago_pse\\[bank\\]").value,"mercadopago_pse[person_type]":P.current.querySelector("#mercadopago_pse\\[person_type\\]").value};U.documents&&""===t["mercadopago_pse[doc_number]"]&&o(e,"flex");let n=document.querySelector("#mercadopago_pse\\[bank\\]"),a=document.querySelector(".mp-checkout-pse-bank").querySelector("input-helper > div");function o(e,t){e&&e.style&&(e.style.display=t)}function c(e){return e&&"flex"===e.style.display}return""!==n.value&&{financial_placeholder:T}!==n.value||o(a,"flex"),{type:c(a)||c(e)?O.responseTypes.ERROR:O.responseTypes.SUCCESS,meta:{paymentMethodData:t}}}));return()=>e()}),[O.responseTypes.ERROR,O.responseTypes.SUCCESS,I]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("p",{className:"mp-checkout-pse-text","data-cy":"checkout-pse-text"},y),(0,e.createElement)("div",{className:"mp-checkout-pse-container"},(0,e.createElement)("div",{ref:P,className:"mp-checkout-pse-content"},C?(0,e.createElement)(i,{title:n,description:o,"link-text":m,"link-src":g}):null,(0,e.createElement)("div",{className:"mp-checkout-pse-person"},(0,e.createElement)(p,{name:"mercadopago_pse[person_type]",label:E,optional:!1,options:'[{"id":"individual", "description": "individual"},{"id":"association", "description": "asociación"}]'})),(0,e.createElement)("div",{className:"mp-checkout-pse-input-document"},U.documents?(0,e.createElement)(s,{...U}):null),(0,e.createElement)("div",{className:"mp-checkout-pse-bank"},(0,e.createElement)(p,{name:"mercadopago_pse[bank]",label:x,optional:!1,options:N,"hidden-id":"hidden-financial-pse","helper-message":R,"default-option":T})),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(r,{description:v,linkText:b,linkSrc:w,checkoutClass:"pse"}))},h={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,a=(0,o.decodeEntities)(_?.params?.fee_title||""),c=`${g} ${a}`;return(0,e.createElement)(n,{text:c})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(m=_?.supports)&&void 0!==m?m:[]}};(0,t.registerPaymentMethod)(h)})(); \ No newline at end of file diff --git a/build/ticket.block.asset.php b/build/ticket.block.asset.php index 02c50a07c..107e10711 100644 --- a/build/ticket.block.asset.php +++ b/build/ticket.block.asset.php @@ -1 +1 @@ - array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '15f5991f7c7fa4ba93a8'); + array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'e0c9a216a8cdf760ef02'); diff --git a/build/ticket.block.js b/build/ticket.block.js index f131ace7c..c7ea0e31b 100644 --- a/build/ticket.block.js +++ b/build/ticket.block.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,c=window.wp.element,a=window.wp.htmlEntities,o="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:c,hiddenId:a,inputDataCheckout:o,selectId:s,selectName:i,selectDataCheckout:r,flagError:m,documents:l,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":c,"hidden-id":a,"input-data-checkout":o,"select-id":s,"select-name":i,"select-data-checkout":r,"flag-error":m,documents:l,validate:d})),i=({isVisible:t,message:n,inputId:c,id:a,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:n,"input-id":c,id:a,"data-main":o}),r=({name:t,buttonName:n,columns:c})=>(0,e.createElement)("input-table",{name:t,"button-name":n,columns:c}),m=({description:t,linkText:n,linkSrc:c,checkoutClass:a="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${a}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":c})),l=({title:t,description:n,linkText:c,linkSrc:a})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":c,"link-src":a})),d=(e,t,n)=>{const c={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var p;const u="mp_checkout_blocks",_="woo-mercado-pago-ticket",k=(0,n.getSetting)("woo-mercado-pago-ticket_data",{}),g=(0,a.decodeEntities)(k.title)||"Checkout Ticket",h=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:a}=e,{onPaymentSetup:s,onCheckoutSuccess:i,onCheckoutFail:r}=n;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,_);const e=s((()=>({type:a.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,_),e())}),[s]),(0,c.useEffect)((()=>{const e=i((async e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_SUCCESS",t.paymentStatus,u),{type:a.responseTypes.SUCCESS}}));return()=>e()}),[i]),(0,c.useEffect)((()=>{const e=r((e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_ERROR",t.paymentStatus,u),{type:a.responseTypes.FAIL,messageContext:a.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[r])})(t);const{test_mode_title:n,test_mode_description:a,test_mode_link_text:p,test_mode_link_src:g,input_document_label:h,input_document_helper:y,ticket_text_label:E,input_table_button:S,input_helper_label:f,payment_methods:w,amount:b,site_id:C,terms_and_conditions_description:v,terms_and_conditions_link_text:N,terms_and_conditions_link_src:T,test_mode:R}=k.params,x=(0,c.useRef)(null),{eventRegistration:M,emitResponse:I}=t,{onPaymentSetup:P}=M;let O={labelMessage:h,helperMessage:y,validate:"true",selectId:"docType",flagError:"mercadopago_ticket[docNumberError]",inputName:"mercadopago_ticket[docNumber]",selectName:"mercadopago_ticket[docType]",documents:function(e){switch(e){case"MLB":return'["CPF","CNPJ"]';case"MLU":return'["CI","OTRO"]';default:return null}}(C)};return(0,c.useEffect)((()=>{const e=P((async()=>{const e=document.getElementById("mp-doc-number-helper"),t=document.getElementById("mp-payment-method-helper"),n={"mercadopago_ticket[site_id]":C,"mercadopago_ticket[amount]":b.toString(),"mercadopago_ticket[doc_type]":x.current.querySelector("#docType")?.value,"mercadopago_ticket[doc_number]":x.current.querySelector("#form-checkout__identificationNumber-container > input")?.value},c=w.find((e=>{const t=`#${e.id}`,n=x.current.querySelector(t);return n&&n.checked}));function a(e,t){e&&e.style&&(e.style.display=t)}function o(e){return e&&"flex"===e.style.display}return c&&(n["mercadopago_ticket[payment_method_id]"]=x.current.querySelector(`#${c.id}`).value,t.style.display="none"),O.documents&&""===n["mercadopago_ticket[doc_number]"]&&a(e,"flex"),n["mercadopago_ticket[payment_method_id]"]||a(t,"flex"),{type:o(e)||o(t)?I.responseTypes.ERROR:I.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[I.responseTypes.ERROR,I.responseTypes.SUCCESS,P]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-ticket-container"},(0,e.createElement)("div",{ref:x,className:"mp-checkout-ticket-content"},R?(0,e.createElement)(l,{title:n,description:a,"link-text":p,"link-src":g}):null,O.documents?(0,e.createElement)(s,{...O}):null,(0,e.createElement)("p",{className:"mp-checkout-ticket-text"},E),(0,e.createElement)(r,{name:"mercadopago_ticket[payment_method_id]",buttonName:S,columns:JSON.stringify(w)}),(0,e.createElement)(i,{isVisible:"false",message:f,inputId:"mp-payment-method-helper",id:"payment-method-helper"}),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(m,{description:v,linkText:N,linkSrc:T,checkoutClass:"ticket"}))},y={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,c=(0,a.decodeEntities)(k?.params?.fee_title||""),o=`${g} ${c}`;return(0,e.createElement)(n,{text:o})}),null),content:(0,e.createElement)(h,null),edit:(0,e.createElement)(h,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(y)})(); \ No newline at end of file +(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,n=window.wc.wcSettings,a=window.wp.element,c=window.wp.htmlEntities,o="mercadopago_blocks_update_cart",s=({labelMessage:t,helperMessage:n,inputName:a,hiddenId:c,inputDataCheckout:o,selectId:s,selectName:r,selectDataCheckout:i,flagError:m,documents:l,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":n,"input-name":a,"hidden-id":c,"input-data-checkout":o,"select-id":s,"select-name":r,"select-data-checkout":i,"flag-error":m,documents:l,validate:d})),r=({isVisible:t,message:n,inputId:a,id:c,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:n,"input-id":a,id:c,"data-main":o}),i=({name:t,buttonName:n,columns:a})=>(0,e.createElement)("input-table",{name:t,"button-name":n,columns:a}),m=({description:t,linkText:n,linkSrc:a,checkoutClass:c="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${c}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":n,"link-src":a})),l=({title:t,description:n,linkText:a,linkSrc:c})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:n,"link-text":a,"link-src":c})),d=(e,t,n)=>{const a={name:e,message:t,target:n,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))};var p;const u="mp_checkout_blocks",_="woo-mercado-pago-ticket",k=(0,n.getSetting)("woo-mercado-pago-ticket_data",{}),g=(0,c.decodeEntities)(k.title)||"Checkout Ticket",h=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:n,emitResponse:c}=e,{onPaymentSetup:s,onCheckoutSuccess:r,onCheckoutFail:i}=n;(0,a.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,_);const e=s((()=>({type:c.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,_),e())}),[s]),(0,a.useEffect)((()=>{const e=r((async e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_SUCCESS",t.paymentStatus,u),{type:c.responseTypes.SUCCESS}}));return()=>e()}),[r]),(0,a.useEffect)((()=>{const e=i((e=>{const t=e.processingResponse;return d("MP_TICKET_BLOCKS_ERROR",t.paymentStatus,u),{type:c.responseTypes.FAIL,messageContext:c.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[i])})(t);const{test_mode_title:n,test_mode_description:c,test_mode_link_text:p,test_mode_link_src:g,input_document_label:h,input_document_helper:y,ticket_text_label:E,input_table_button:S,input_helper_label:f,payment_methods:w,amount:b,site_id:C,terms_and_conditions_description:v,terms_and_conditions_link_text:N,terms_and_conditions_link_src:T,test_mode:R,message_error_amount:x}=k.params;if(null==b)return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},x));const M=(0,a.useRef)(null),{eventRegistration:I,emitResponse:P}=t,{onPaymentSetup:O}=I;let B={labelMessage:h,helperMessage:y,validate:"true",selectId:"docType",flagError:"mercadopago_ticket[docNumberError]",inputName:"mercadopago_ticket[docNumber]",selectName:"mercadopago_ticket[docType]",documents:function(e){switch(e){case"MLB":return'["CPF","CNPJ"]';case"MLU":return'["CI","OTRO"]';default:return null}}(C)};return(0,a.useEffect)((()=>{const e=O((async()=>{const e=document.getElementById("mp-doc-number-helper"),t=document.getElementById("mp-payment-method-helper"),n={"mercadopago_ticket[site_id]":C,"mercadopago_ticket[amount]":b.toString(),"mercadopago_ticket[doc_type]":M.current.querySelector("#docType")?.value,"mercadopago_ticket[doc_number]":M.current.querySelector("#form-checkout__identificationNumber-container > input")?.value},a=w.find((e=>{const t=`#${e.id}`,n=M.current.querySelector(t);return n&&n.checked}));function c(e,t){e&&e.style&&(e.style.display=t)}function o(e){return e&&"flex"===e.style.display}return a&&(n["mercadopago_ticket[payment_method_id]"]=M.current.querySelector(`#${a.id}`).value,t.style.display="none"),B.documents&&""===n["mercadopago_ticket[doc_number]"]&&c(e,"flex"),n["mercadopago_ticket[payment_method_id]"]||c(t,"flex"),{type:o(e)||o(t)?P.responseTypes.ERROR:P.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[P.responseTypes.ERROR,P.responseTypes.SUCCESS,O]),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-ticket-container"},(0,e.createElement)("div",{ref:M,className:"mp-checkout-ticket-content"},R?(0,e.createElement)(l,{title:n,description:c,"link-text":p,"link-src":g}):null,B.documents?(0,e.createElement)(s,{...B}):null,(0,e.createElement)("p",{className:"mp-checkout-ticket-text"},E),(0,e.createElement)(i,{name:"mercadopago_ticket[payment_method_id]",buttonName:S,columns:JSON.stringify(w)}),(0,e.createElement)(r,{isVisible:"false",message:f,inputId:"mp-payment-method-helper",id:"payment-method-helper"}),(0,e.createElement)("div",{id:"mp-box-loading"}))),(0,e.createElement)(m,{description:v,linkText:N,linkSrc:T,checkoutClass:"ticket"}))},y={name:_,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:n}=t.components,a=(0,c.decodeEntities)(k?.params?.fee_title||""),o=`${g} ${a}`;return(0,e.createElement)(n,{text:o})}),null),content:(0,e.createElement)(h,null),edit:(0,e.createElement)(h,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(p=k?.supports)&&void 0!==p?p:[]}};(0,t.registerPaymentMethod)(y)})(); \ No newline at end of file diff --git a/changelog.log b/changelog.log index 6ddf03a31..7045d7f0f 100644 --- a/changelog.log +++ b/changelog.log @@ -1,6 +1,10 @@ CHANGELOG: == Changelog == += v7.6.4 (31/07/2024) = +* Fixed: +- Prevents payment from being created if the currency conversion system fails. + = v7.6.3 (29/07/2024) = * Fixed: - Fix the size of the card logos at checkout. diff --git a/i18n/languages/woocommerce-mercadopago-es_AR.mo b/i18n/languages/woocommerce-mercadopago-es_AR.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_AR.po b/i18n/languages/woocommerce-mercadopago-es_AR.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_AR.po +++ b/i18n/languages/woocommerce-mercadopago-es_AR.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.mo b/i18n/languages/woocommerce-mercadopago-es_CL.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.po b/i18n/languages/woocommerce-mercadopago-es_CL.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CL.po +++ b/i18n/languages/woocommerce-mercadopago-es_CL.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.mo b/i18n/languages/woocommerce-mercadopago-es_CO.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.po b/i18n/languages/woocommerce-mercadopago-es_CO.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CO.po +++ b/i18n/languages/woocommerce-mercadopago-es_CO.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.mo b/i18n/languages/woocommerce-mercadopago-es_ES.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.po b/i18n/languages/woocommerce-mercadopago-es_ES.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_ES.po +++ b/i18n/languages/woocommerce-mercadopago-es_ES.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.mo b/i18n/languages/woocommerce-mercadopago-es_MX.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.po b/i18n/languages/woocommerce-mercadopago-es_MX.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_MX.po +++ b/i18n/languages/woocommerce-mercadopago-es_MX.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.mo b/i18n/languages/woocommerce-mercadopago-es_PE.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.po b/i18n/languages/woocommerce-mercadopago-es_PE.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_PE.po +++ b/i18n/languages/woocommerce-mercadopago-es_PE.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.mo b/i18n/languages/woocommerce-mercadopago-es_UY.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.po b/i18n/languages/woocommerce-mercadopago-es_UY.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_UY.po +++ b/i18n/languages/woocommerce-mercadopago-es_UY.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.mo b/i18n/languages/woocommerce-mercadopago-es_VE.mo index 58bff14e0956a25f5a1af9d0742cf84e2a674a23..9d5819efbcffc34f8c18a9d8a6bd05b0cd2a309b 100644 GIT binary patch delta 12778 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 D&>KAa diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.po b/i18n/languages/woocommerce-mercadopago-es_VE.po index 6b7bee5ed..b81978e27 100644 --- a/i18n/languages/woocommerce-mercadopago-es_VE.po +++ b/i18n/languages/woocommerce-mercadopago-es_VE.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Ver WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1101,7 +1101,7 @@ msgid "Example:" msgstr "Ejemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Hasta 12 pagos sin tarjeta" @@ -1111,17 +1111,17 @@ msgid "through Mercado Credito. Learn more" msgstr "con Mercado Crédito. Saber más" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compra ahora, paga después" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Con Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "llévalo ahora y paga mes a mes" @@ -1130,7 +1130,7 @@ msgid " Learn more" msgstr "Saber más" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Paga en hasta 12 meses" @@ -2242,101 +2242,111 @@ msgstr "Descuento de Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comisión de Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Hubo un error. Intenta de nuevo en unos minutos" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicia sesión en Mercado Pago y obtén beneficios" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Ingresa con facilidad" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagen de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Paga rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Usa tu dinero disponible o tarjetas guardadas." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagen de billetera azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Protege tu compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compra con confianza" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Recupera tu dinero si no recibes el producto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Recibe ayuda si tienes algún problema con tu compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagen de protección azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Accede a cuotas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Paga con o sin tarjeta de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Cuotas sin interés con bancos seleccionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagen de cuotas de teléfono azul" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Medios de pago disponibles" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2344,53 +2354,53 @@ msgstr "" "Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagen de redirección de Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Términos y condiciones" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Mensualidades sin tarjeta en Modo Test" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compra en hasta 12 pagos sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Elige la cantidad de pagos" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2398,98 +2408,98 @@ msgstr "" "Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres " "hacer." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirma tu pago" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "El pago se acredita al instante y está 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar " "tu compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saber más" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicia sesión en Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "¿Tienes dudas? Consulta nuestra " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ayuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeto a aprobación." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "con Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sin tarjeta de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Tarjeta de crédito en Modo Test" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Paga con tarjetas guardadas" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2497,162 +2507,162 @@ msgstr "" "¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para " "pagar más rápido con Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "¿Con qué tarjeta puedes pagar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Ver promociones vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Tarjetas de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Hasta 12 cuotas" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Tarjetas de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Completa los datos de tu tarjeta" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número de Tarjeta" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Datos obligatorios" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nombre del titular como aparece en la tarjeta" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimiento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de seguridad" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento del titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento no válido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Selecciona la cantidad de cuotas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Cuotas" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "del dorso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "del frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sin interés" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Más opciones" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Si corresponden intereses, serán aplicados por tu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "La tasa de interés es aplicada y cobrada por tu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Intereses" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número de tarjeta obligatorio" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número de tarjeta inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nombre del titular obligatorio" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nombre del titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Fecha de vencimiento inválido" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Fecha de vencimiento obligatorio" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de seguridad obligatorio" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de seguridad incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Coste de las cuotas" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total con cuotas" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "cuotas de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix en Modo Test" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2660,78 +2670,78 @@ msgstr "" "Es posible probar el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pago instantáneo" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Al confirmar tu compra, te mostraremos un código para realizar el pago." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Pix logo" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: El cliente no ha pagado todavía." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" "Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2739,39 +2749,39 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pago aprobado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2779,29 +2789,29 @@ msgstr "" "El pago se devolvió parcialmente al cliente. El montante reembolsado fue " "de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "El pago esta en mediación o la compra fue desconocida por el cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "El pago" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "fue notificado por Mercado Pago con estado" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Facturas en Modo Test" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2809,21 +2819,21 @@ msgstr "" "Es posible testear el flujo para generar una factura, pero no es posible " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecciona el punto de pago donde quieres pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "más opciones" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Seleccione una opción de pago" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2831,53 +2841,53 @@ msgstr "" "Excelente, procesamos tu orden de compra. Completa el pago con ticket para " "que terminemos de aprobarla." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir ticket" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE en Modo Test" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Puede probar el flujo para generar un pago con PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de persona " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Institución financiera" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Seleccione la entidad financiera" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Seleccione la institución" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " "vez." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2885,23 +2895,23 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2909,7 +2919,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2918,32 +2928,32 @@ msgstr "" "Estamos procesando su pago. En menos de 2 días le enviaremos por correo " "electrónico si se ha aprobado el pago o si se necesita información adicional." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2951,7 +2961,7 @@ msgstr "" "Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono " "se encuentra en la parte posterior de su tarjeta." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2959,21 +2969,21 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2981,7 +2991,7 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -2993,7 +3003,7 @@ msgstr "" "transacción de prueba con credenciales productivas. Asegúrese de que está " "utilizando la configuración de credenciales correcta para la acción deseada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3001,11 +3011,11 @@ msgstr "" "Intento de transacción no válido
No es posible pagar con " "el email introducido. Por favor, introduzca otro email." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3013,8 +3023,8 @@ msgstr "" "Tu banco necesita que autorices el pago
Llama al " "teléfono que está en la tarjeta o paga con otro medio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3023,10 +3033,10 @@ msgstr "" "Por motivos de seguridad, tu pago fue rechazado
Te recomendamos " "pagar con el medio de pago y dispositivo que sueles usar para compras online." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3036,7 +3046,7 @@ msgstr "" "strong>
Vuelve a ingresarlos tal como figuran en la tarjeta para " "finalizar el pago." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3044,7 +3054,7 @@ msgstr "" "Tu tarjeta de crédito no tiene límite disponible
Paga " "con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3052,7 +3062,7 @@ msgstr "" "Tu tarjeta de débito no tiene saldo suficiente
Paga con " "otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3061,7 +3071,7 @@ msgstr "" "Tu tarjeta no acepta la cantidad de pagos que seleccionaste
Elige una cantidad de pagos diferente o use otro medio." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3071,7 +3081,7 @@ msgstr "" "llamando al número que está al dorso de la tarjeta o elige otro medio de " "pago." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3079,7 +3089,7 @@ msgstr "" "Alcanzaste el límite de intentos de pago con esta tarjeta
Paga con otra tarjeta o elige otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3087,9 +3097,9 @@ msgstr "" "Tu pago fue rechazado porque ya pagaste esta compra
Revisa los consumos de tu tarjeta para verificarlo." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3097,7 +3107,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó tu pago
Te " "recomendamos pagar con otro medio de pago o comunicarte con tu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3107,7 +3117,7 @@ msgstr "" "b>
Te recomendamos pagar con el medio de pago y dispositivo que sueles " "usar para compras online." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3115,34 +3125,34 @@ msgstr "" "Tu pago fue rechazado porque hube un error
Te " "recomendamos intentar nuevamente o pagar con otro medio de pago." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Te estamos llevando a validar la tarjeta" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "con tu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Necesitamos confirmar que eres titular de la tarjeta." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recibiendo la respuesta de tu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Completa la validación del banco para aprobar tu pago" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.mo b/i18n/languages/woocommerce-mercadopago-pt_BR.mo index 9fab9ee5af4f1bbe48ac8186cc59b1949c7fb548..50de9b1c03ead09a7479eb6e828d56fbfc7331ae 100644 GIT binary patch delta 12886 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

psT%cpJ6ku@9Jk?ZUPX%o5DS zdc^xs7hcCe^!m#TC>YgoHPnp~Y`!;EB_56;I1^pC5-Z|6Ha>w{iSJ;4T>Fsu*P8wH z(ELTB+TZMS;-07v$u-oI*Zjwvmw}y#=cC$Bp*CCazvlJbk7tNWJTf1g^QZyUcf36R zXGK@*S^R)}w%g0g^ZwQ;X6%kJG~}Vy>O~xa=dl^K@;31loI-pSGqHbhlRt<_#1SRD zJWH5@zQh@*nax2Bd>v|!xzAH+Po*ONi%LrzhHUA3ie964Py_fGgRq*fmuFKoMh&Dr zM&LNq9$13<5UoZ(d<9G3F4XmJ+4j${3h@by!rL|+~1i?r93V| z?bZ#bk-m*3@f_;LKck-PDrx}#qL!eHzn5qCH%1q6UsQe)#^6TO5*$UnrVmlq`;_%^ zQnfoPQqi}&Hfp!0pk_kHvy@i|QYm^>bsVQ?M(&Zzu_u#SjvKPVH)@4(~Ogc40J^Fi?Qy>oUo7+_D~8QJ4w~1v|U0b*mHD5{fv1HFXMSiW6sG( zeJ)y)Z$&&EOW-4NI_?wKqx7L<6Mu`R@tF4AcT~!8@*V7m5tM42uz+|zj-?b*KZ-3W z+M{V$lk>V!7E#yn9o8jw;d8_;3NM}0mt1XRzdL+zo%*H^_{`SFw&gLuctlt4v-;1AL2ek&;UMk|)c@ znYgXJrYH4u^6T+7g|DCI7-)^gpKZNGG2YkPG`Ax00p-u4x^Y47U#QJAS2^dX$5Y-Q zj-sSfk9ll(706W~R~bW4$7;$IPmM{ixhdA?$zP!Kq>uk0A6?H;k9aoq>H1>+MP-x8 zJ3nI}jU&h{wz-4W2juoqM%h>&qi2aX<7YPaD)AP|ixeGclrFaJN$^JiaUJCd_d!Fd-5;TS5Xh6?Ry+f`Iyq3cp8qNJqzQAS5Vh+ic*7k4tX7QttMhS(Wc{H z^5-deYHv*GO+#mbwrb_*OwmtA9d~pR#}HgX@wRdKq6am@+!cuC(5mm^f5)Fx_LE<0 z&-~CfB-z_%lMka*we3aNz@GC3ZYDl#+gcNUOqoa-Pp$%e)WCJbsm1sjWf17NNGV2R zYf1;oEaHkqyW)e~&)YLjTH|Ty%o#d9C0EDh*I*NqcGUb7@i(Xm`keYf%2`UHy;i68 zr=$>jQ+}uIzhgWV{T}m^7r(LwKGyIh$)LwN&;`qB--m5bKgi~y59idPKGa@Y7T=?! z6fLS1oPN}w!nu^G)Qj7@t)QMoZWea2x%Y`bq3oydo0jMIf*!Ob zP;L_ccf3vIL#}&7Ijp}%^sy~%iV_k+-2AfV`JG3}m9|CHrPSn-y_7i0N=g7-H>X5V zX3+iyIUV}-G?v^|;=wlOY2XjHjaO0E585w@uh?93FW#UHByW(YMhE{LQ>la#_n{^P5<860wwP zlyJ&T$_`2x9q0(=qISgk-K81z!JaHX%gNQEL=e-J)1J0Ji2tEJ#-1adpo}Cx5TC|+ zN^(THxu6%tpJY6?#mA2)$XzD)xlNYA)sLMMKwOG*zQQ$>V~@4vQ~%n=jj$5s8s|Jo z@#31Ym>x>o0+*F+dwtX~Kq->(>qAaE8X!+O}y4sxbv6QbV2PlWg$556~Z@~FQ zsN;WL{3IGcz>RMD=wL7ji3 zwv23F+tSzepfH*G49XGPCW=#P(eosG-rvMuQSV;lpA?o*pO&jSjU$D!fR@sfu8)oT zBl2G4*6mJBdaCAbzd@HG!$;+g%goO#80X4QAD8JGRp3e=GbVdf=5SYf?(m}914DLS zpE}z+DL>OSF`c$tS7v^GUVd#?kL=9!f=t)A{6bgy$n;UUF8)h*jmVtn${CeAeq3h3 z?(7+Hopzr*dN(GiwQF4Zq;%KtOjp+U{Ja9!hg-Nw_NZa$!_!@vu3>o@`Kpb{%XbxI zj(26G=MLL__|{DC#7=qRCuF+D=XmZ}+toXhp}KPOCZy+hYMD8%^z4!2a|_HZ^9pu% Jyz^b9{{sdSWD)=X delta 12785 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 diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.po b/i18n/languages/woocommerce-mercadopago-pt_BR.po index 5c8f8c5d9..4c5900d43 100644 --- a/i18n/languages/woocommerce-mercadopago-pt_BR.po +++ b/i18n/languages/woocommerce-mercadopago-pt_BR.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -15,22 +15,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.4.4\n" -#: ../../src/WoocommerceMercadoPago.php:496, +#: ../../src/WoocommerceMercadoPago.php:499, #: ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "Ativar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:497, +#: ../../src/WoocommerceMercadoPago.php:500, #: ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "Instalar WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:498, +#: ../../src/WoocommerceMercadoPago.php:501, #: ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "Veja WooCommerce" -#: ../../src/WoocommerceMercadoPago.php:500, +#: ../../src/WoocommerceMercadoPago.php:503, #: ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -1100,7 +1100,7 @@ msgid "Example:" msgstr "Exemplo:" #: ../../src/Translations/AdminTranslations.php:592, -#: ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "Até 12x sem cartão" @@ -1110,17 +1110,17 @@ msgid "through Mercado Credito. Learn more" msgstr "com o Mercado Crédito. Saiba mais" #: ../../src/Translations/AdminTranslations.php:598, -#: ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "Compre agora, pague depois" #: ../../src/Translations/AdminTranslations.php:604, -#: ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "Com o Mercado Crédito," #: ../../src/Translations/AdminTranslations.php:605, -#: ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "você compra agora e paga por mês" @@ -1129,7 +1129,7 @@ msgid " Learn more" msgstr "Saiba mais" #: ../../src/Translations/AdminTranslations.php:611, -#: ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "Pague em até 12x" @@ -2246,101 +2246,111 @@ msgstr "Desconto do Mercado Pago" msgid "Mercado Pago Commission" msgstr "Comissão do Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, +#: ../../src/Translations/StoreTranslations.php:151, +#: ../../src/Translations/StoreTranslations.php:190, +#: ../../src/Translations/StoreTranslations.php:294, +#: ../../src/Translations/StoreTranslations.php:329, +#: ../../src/Translations/StoreTranslations.php:382, +#: ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "Houve um erro. Tente novamente em alguns minutos." + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:122, -#: ../../src/Translations/StoreTranslations.php:161, -#: ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, +#: ../../src/Translations/StoreTranslations.php:165, +#: ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utilize meios do Mercado Pago sem cobranças reais. " -#: ../../src/Translations/StoreTranslations.php:123, -#: ../../src/Translations/StoreTranslations.php:162, -#: ../../src/Translations/StoreTranslations.php:239, -#: ../../src/Translations/StoreTranslations.php:360, -#: ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, +#: ../../src/Translations/StoreTranslations.php:166, +#: ../../src/Translations/StoreTranslations.php:244, +#: ../../src/Translations/StoreTranslations.php:368, +#: ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "Consulte as regras do modo teste." -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "Inicie sessão no Mercado Pago e garanta vantagens" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "Entre fácil" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "Inicie sessão com seu mesmo e-mail e senha do Mercado Livre." -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "Imagem de telefone azul" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "Pague rápido" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "Use seus cartões salvos, Pix ou saldo disponível." -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "Use seu saldo disponível no Mercado Pago Wallet ou cartões salvos." -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "Use seu dinheiro disponível e cartões salvos." -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "Imagem de carteira azul" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "Proteja sua compra" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "Compre com confiança" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "Receba o dinheiro de volta se você não receber o produto." -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "Receba ajuda se tiver algum problema com sua compra." -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "Imagem de proteção azul" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "Use parcelas" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "Pague com ou sem cartão de crédito." -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "Parcelas sem acréscimos em bancos selecionados." -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "Imagem de telefone azul com parcelas" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "Meios de pagamento disponíveis" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "" "By continuing, you will be taken to Mercado Pago to safely complete your " "purchase." @@ -2348,53 +2358,53 @@ msgstr "" "Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma " "segura." -#: ../../src/Translations/StoreTranslations.php:144, -#: ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, +#: ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "Imagem de redirecionamento do Checkout Pro" -#: ../../src/Translations/StoreTranslations.php:145, -#: ../../src/Translations/StoreTranslations.php:176, -#: ../../src/Translations/StoreTranslations.php:263, -#: ../../src/Translations/StoreTranslations.php:305, -#: ../../src/Translations/StoreTranslations.php:366, -#: ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, +#: ../../src/Translations/StoreTranslations.php:180, +#: ../../src/Translations/StoreTranslations.php:268, +#: ../../src/Translations/StoreTranslations.php:311, +#: ../../src/Translations/StoreTranslations.php:374, +#: ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "Ao continuar, você concorda com nossos" -#: ../../src/Translations/StoreTranslations.php:146, -#: ../../src/Translations/StoreTranslations.php:177, -#: ../../src/Translations/StoreTranslations.php:264, -#: ../../src/Translations/StoreTranslations.php:306, -#: ../../src/Translations/StoreTranslations.php:367, -#: ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, +#: ../../src/Translations/StoreTranslations.php:181, +#: ../../src/Translations/StoreTranslations.php:269, +#: ../../src/Translations/StoreTranslations.php:312, +#: ../../src/Translations/StoreTranslations.php:375, +#: ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "Termos e condições" -#: ../../src/Translations/StoreTranslations.php:147, -#: ../../src/Translations/StoreTranslations.php:242, -#: ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, +#: ../../src/Translations/StoreTranslations.php:247, +#: ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "Pagar com Mercado Pago" -#: ../../src/Translations/StoreTranslations.php:148, -#: ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, +#: ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpar carrinho" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "Parcelado sem cartão em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "Compre em até 12x sem cartão de crédito" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "Escolha o número de parcelas" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "" "Learn your credit limit on Mercado Credito and choose the amount of " "installments." @@ -2402,101 +2412,101 @@ msgstr "" "Saiba seu limite disponível no Mercado Crédito e escolha em quantas parcelas " "quer pagar." -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "Passo 1" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "Confirme seu pagamento" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "O pagamento é aprovado na hora e é 100% protegido. " -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "Passo 2" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "Pague por mês" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "" "Pague pela sua conta Mercado Pago com o meio de pagamento que preferir." -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "Passo 3" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "" "Se você ainda não tiver o Mercado Crédito, basta ativá-lo na hora de pagar." -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "" "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" "Ao continuar, vamos te redirecionar ao Mercado Pago para iniciar sessão e " "concluir sua compra." -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "Saiba mais" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "Compre com o Mercado Crédito sem cartão e pague por mês" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "" "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" "Adicione seu produto ao carrinho de compras e, na hora de pagar, selecione o " "Mercado Crédito." -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "Inicie sessão no Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "" "Choose the amount of installments that best suit you and you’re all set!" msgstr "Escolha o número de parcelas que melhor se adapte a você e pronto!" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "Dúvidas? Confira nossa página de " -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "Ajuda" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "Crédito sujeito a aprovação." -#: ../../src/Translations/StoreTranslations.php:200, -#: ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, +#: ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "com o Mercado Crédito" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "sem cartão de crédito" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "Cartões de crédito em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "Pague com cartões salvos" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "" "Do you have a Mercado Libre account? Then use the same email and password to " "pay faster with Mercado Pago." @@ -2504,162 +2514,162 @@ msgstr "" "Tem conta Mercado Livre? Use o mesmo e-mail e senha para pagar mais rápido " "com Mercado Pago." -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "Quais cartões você pode usar?" -#: ../../src/Translations/StoreTranslations.php:244, -#: ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, +#: ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "Promoções vigentes" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "Cartões de crédito" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "Até 12x" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "Cartões de débito" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "Preencha os dados do seu cartão" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "Número do cartão" -#: ../../src/Translations/StoreTranslations.php:251, -#: ../../src/Translations/StoreTranslations.php:253, -#: ../../src/Translations/StoreTranslations.php:255, -#: ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, +#: ../../src/Translations/StoreTranslations.php:258, +#: ../../src/Translations/StoreTranslations.php:260, +#: ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "Dado obrigatório" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "Nome do titular como aparece no cartão" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "Vencimento" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "Código de segurança" -#: ../../src/Translations/StoreTranslations.php:258, -#: ../../src/Translations/StoreTranslations.php:361, -#: ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, +#: ../../src/Translations/StoreTranslations.php:369, +#: ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "Documento do titular" -#: ../../src/Translations/StoreTranslations.php:259, -#: ../../src/Translations/StoreTranslations.php:362, -#: ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, +#: ../../src/Translations/StoreTranslations.php:370, +#: ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "Número de documento inválido" -#: ../../src/Translations/StoreTranslations.php:260, -#: ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, +#: ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "Escolha o número de parcelas" -#: ../../src/Translations/StoreTranslations.php:261, -#: ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, +#: ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "Banco emissor" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "mm/aa" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "Parcelamento" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "do verso" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "da frente" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "dígitos" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "Sem acréscimos" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "Mais opções" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." -msgstr "Se houverem acréscimos, eles serão aplicados pelo seu banco." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." +msgstr "A taxa de juros é aplicada e cobrada por seu banco." -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "Acréscimos" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "Número do cartão é obrigatório" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "Número do cartão inválido" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "Nome do titular é obrigatório" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "Nome do titular inválido" -#: ../../src/Translations/StoreTranslations.php:279, -#: ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, +#: ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "Data de vencimento inválida" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "Data de vencimento incompleta" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "Código de segurança é obrigatório" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "Código de segurança incompleto" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "Custo do parcelamento" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "Total parcelado" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "x de" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "Pix em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "" "You can test the flow to generate a code, but you cannot finalize the " "payment." @@ -2667,77 +2677,77 @@ msgstr "" "É possível testar o fluxo para gerar uma fatura, mas não é possível " "finalizar o pagamento." -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "Pague de forma segura e instantânea" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "" "By confirming your purchase, we will show you a code to make the payment." msgstr "" "Ao confirmar a compra, nós vamos te mostrar o código para fazer o pagamento." -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "Logo Pix" -#: ../../src/Translations/StoreTranslations.php:307, -#: ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, +#: ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "Código válido por " -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "Agora é só pagar com o Pix para finalizar sua compra" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "Como pagar com Pix:" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "Acesse o app ou site do seu banco" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "Busque a opção de pagar com Pix" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "Leia o QR code ou código Pix" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "Pronto! Você verá a confirmação do pagamento" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "Valor a pagar: " -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "Escaneie o QR code:" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Se preferir, você pode pagar copiando e colando o seguinte código" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "Copiar código" -#: ../../src/Translations/StoreTranslations.php:319, -#: ../../src/Translations/StoreTranslations.php:373, -#: ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, +#: ../../src/Translations/StoreTranslations.php:381, +#: ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "Mercado Pago: Cliente ainda não pagou." -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "" "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "Mercado Pago: Agora é só pagar com o Pix para finalizar sua compra." -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -2745,39 +2755,39 @@ msgstr "" "Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu " "banco." -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "30 minutos" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "Pagamento aprovado." -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "Esperando o pagamento via Pix." -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "Esperando o pagamento." -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "O cliente ainda não realizou o pagamento." -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "O pagamento está em revisão." -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "O pagamento foi recusado. O cliente pode tentar novamente." -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "O pagamento foi estornado ao cliente." -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "" "The payment was partially returned to the customer. the amount refunded " "was : " @@ -2785,30 +2795,30 @@ msgstr "" "O pagamento já foi devolvido parcialmente ao cliente. O valor reembolsado " "foi de : " -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "O pagamento foi cancelado." -#: ../../src/Translations/StoreTranslations.php:343, -#: ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, +#: ../../src/Translations/StoreTranslations.php:352 msgid "" "The payment is in mediation or the purchase was unknown by the customer." msgstr "" "O pagamento está em mediação ou a compra não foi reconhecida pelo cliente." -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "O pagamento" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "foi notificado pelo Mercado Pago com status" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "Meios offline em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "" "You can test the flow to generate an invoice, but you cannot finalize the " "payment." @@ -2816,21 +2826,21 @@ msgstr "" "É possível testar o fluxo para gerar uma fatura, mas não é possível " "finalizar o pagamento." -#: ../../src/Translations/StoreTranslations.php:363, -#: ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, +#: ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "Selecione onde você quer pagar" -#: ../../src/Translations/StoreTranslations.php:364, -#: ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, +#: ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "mais opções" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "Selecione uma opção de pagamento" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "" "Great, we processed your purchase order. Complete the payment with ticket so " "that we finish approving it." @@ -2838,52 +2848,52 @@ msgstr "" "Ótimo, processamos seu pedido. Complete o pagamento com ticket para que " "possamos aprovar o pedido." -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "Imprimir boleto" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr " e " -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "aqui" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "Checkout PSE em Modo Teste" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "Você pode testar o fluxo para gerar um pagamento com o PSE" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "Tipo de pessoa " -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "Instituição financeira" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "Selecione a instituição financeira" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "Selecione a instituição" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente." -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -2891,23 +2901,23 @@ msgstr "" "Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " "corretamente todas as informações no formulário de checkout?" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "Ver o resumo do pedido" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente." -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "Clique para tentar novamente" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "Pronto, aceitamos seu pagamento!" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -2915,7 +2925,7 @@ msgstr "" "Estamos processando seu pagamento. Em menos de uma hora você será notificado " "por email." -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "" "We are processing your payment. In less than 2 days we will send you by " "email if the payment has been approved or if additional information is " @@ -2925,32 +2935,32 @@ msgstr "" "notificado por email se o pagamento foi aprovado ou se são necessárias " "informações adicionais." -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "Verifique o número do cartão." -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "Verifique a data de expiração." -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "Verifique as informações preenchidas." -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "Verifique o código de segurança informado." -#: ../../src/Translations/StoreTranslations.php:423, -#: ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, +#: ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "Não foi possível processar seu pagamento." -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "Você deve autorizar o pagamento dos seus pedidos." -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -2958,7 +2968,7 @@ msgstr "" "Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do " "seu cartão." -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -2966,7 +2976,7 @@ msgstr "" "Você já realizou o pagamento para esse valor. Se precisa pagar novamente, " "use outro cartão ou outro método de pagamento." -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -2974,15 +2984,15 @@ msgstr "" "Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se " "dinheiro." -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "Seu pagamento não possui saldo suficiente." -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "Seu pagamento não pode processar o parcelamento selecionado." -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -2990,7 +3000,7 @@ msgstr "" "Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou " "outro método de pagamento." -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "" "Invalid transaction attempt
You are trying to perform a " "productive transaction using test credentials, or test transaction using " @@ -3002,7 +3012,7 @@ msgstr "" "transação de teste usando credenciais produtivas. Verifique se está usando " "as configurações de credencial corretas para a ação desejada." -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "" "Invalid transaction attempt
It is not possible to pay " "with the email address entered. Please enter another e-mail address." @@ -3010,11 +3020,11 @@ msgstr "" "Tentativa de transação inválida
Não é possível pagar com " "o endereço de e-mail informado. Digite outro endereço de e-mail." -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "Este método de pagamento não pôde processar o seu pagamento." -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "" "Your bank needs you to authorize the payment
Please call " "the telephone number on your card or pay with another method." @@ -3023,8 +3033,8 @@ msgstr "" "autorizar, acesse o app do banco ou ligue para o telefone que está no " "cartão. Se preferir, você também pode pagar com outro meio." -#: ../../src/Translations/StoreTranslations.php:447, -#: ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, +#: ../../src/Translations/StoreTranslations.php:460 msgid "" "For safety reasons, your payment was declined
We " "recommended paying with your usual payment method and device for online " @@ -3034,10 +3044,10 @@ msgstr "" "você pague com o meio de pagamento e dispositivo que costuma usar para " "compras on-line." -#: ../../src/Translations/StoreTranslations.php:449, -#: ../../src/Translations/StoreTranslations.php:450, -#: ../../src/Translations/StoreTranslations.php:451, -#: ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, +#: ../../src/Translations/StoreTranslations.php:462, +#: ../../src/Translations/StoreTranslations.php:463, +#: ../../src/Translations/StoreTranslations.php:464 msgid "" "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete " @@ -3047,7 +3057,7 @@ msgstr "" "strong>
Insira os dados de forma como aparecem no cartão ou no app do seu " "banco para concluir o pagamento." -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "" "Your credit card has no available limit
Please pay using " "another card or choose another payment method." @@ -3055,7 +3065,7 @@ msgstr "" "O banco emissor do cartão recusou seu pagamento
Pague " "com outro cartão ou escolha outro meio de pagamento." -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "" "Your debit card has insufficient founds
Please pay using " "another card or choose another payment method." @@ -3063,7 +3073,7 @@ msgstr "" "O banco emissor do cartão recusou seu pagamento
Pague " "com outro cartão ou escolha outro meio de pagamento." -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "" "Your card does not accept the number of installments selected
Please choose a different number of installments or use a " @@ -3072,7 +3082,7 @@ msgstr "" "Seu cartão não aceita o parcelamento selecionado
Escolha " "uma opção de parcelamento diferente ou use outro meio de pagamento ." -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "" "You need to activate your card
Please contact your bank " "by calling the number on the back of your card or choose another payment " @@ -3081,7 +3091,7 @@ msgstr "" "Seu cartão está bloqueado
Acesse o app ou entre em " "contato com o banco para desbloquear ou pague com outro meio." -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "" "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." @@ -3089,7 +3099,7 @@ msgstr "" "Você alcançou o limite de tentativas de pagamento com este cartão
Pague com outro cartão ou escolha outro meio de pagamento." -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "" "Your payment was declined because you already paid for this " "purchase
Check your card transactions to verify it." @@ -3097,9 +3107,9 @@ msgstr "" "Seu pagamento foi recusado porque você já pagou esta compra
Consulte os gastos do seu cartão para confirmar a transação." -#: ../../src/Translations/StoreTranslations.php:459, -#: ../../src/Translations/StoreTranslations.php:460, -#: ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, +#: ../../src/Translations/StoreTranslations.php:472, +#: ../../src/Translations/StoreTranslations.php:473 msgid "" "The card issuing bank declined the payment
We " "recommended paying with another payment method or contact your bank." @@ -3108,7 +3118,7 @@ msgstr "" "strong>
Recomendamos que você pague com outro meio de pagamento ou entre " "em contato com seu banco." -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "" "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device " @@ -3117,7 +3127,7 @@ msgstr "" "Seu pagamento foi recusado
Recomendamos que você pague " "com o meio de pagamento e dispositivo que costuma usar para compras on-line." -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "" "Your payment was declined because something went wrong
We recommended trying again or paying with another method." @@ -3125,34 +3135,34 @@ msgstr "" "Seu pagamento foi recusado devido a um erro
Por favor, " "tente novamente ou use outro meio de pagamento." -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "Estamos levando você para validar o cartão" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "com seu banco" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "Precisamos confirmar que você é o titular do cartão." -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "Estamos recebendo a resposta do seu banco" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "Conclua a validação bancária para aprovar seu pagamento" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "" "Please keep this page open. If you close it, you will not be able to resume " "the validation." msgstr "" "Mantenha esta tela aberta. Se você fechá-la, não poderá retomar a validação." -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "" "For safety reasons, your payment was declined
We recommend paying " "with your usual payment method and device for online purchases." diff --git a/i18n/languages/woocommerce-mercadopago.pot b/i18n/languages/woocommerce-mercadopago.pot index d6403a397..49aec6eae 100644 --- a/i18n/languages/woocommerce-mercadopago.pot +++ b/i18n/languages/woocommerce-mercadopago.pot @@ -7,7 +7,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Last-Translator: Mercado Pago Developers \n" -"POT-Creation-Date: 2024-06-10 20:30+0000\n" +"POT-Creation-Date: 2024-07-31 17:10+0000\n" "Project-Id-Version: undefined\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" @@ -16,19 +16,19 @@ msgstr "" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../src/WoocommerceMercadoPago.php:496, ../../src/Translations/AdminTranslations.php:172 +#: ../../src/WoocommerceMercadoPago.php:499, ../../src/Translations/AdminTranslations.php:172 msgid "Activate WooCommerce" msgstr "" -#: ../../src/WoocommerceMercadoPago.php:497, ../../src/Translations/AdminTranslations.php:173 +#: ../../src/WoocommerceMercadoPago.php:500, ../../src/Translations/AdminTranslations.php:173 msgid "Install WooCommerce" msgstr "" -#: ../../src/WoocommerceMercadoPago.php:498, ../../src/Translations/AdminTranslations.php:174 +#: ../../src/WoocommerceMercadoPago.php:501, ../../src/Translations/AdminTranslations.php:174 msgid "See WooCommerce" msgstr "" -#: ../../src/WoocommerceMercadoPago.php:500, ../../src/Translations/AdminTranslations.php:163 +#: ../../src/WoocommerceMercadoPago.php:503, ../../src/Translations/AdminTranslations.php:163 msgid "The Mercado Pago module needs an active version of %s in order to work!" msgstr "" @@ -816,7 +816,7 @@ msgstr "" msgid "Example:" msgstr "" -#: ../../src/Translations/AdminTranslations.php:592, ../../src/Translations/StoreTranslations.php:199 +#: ../../src/Translations/AdminTranslations.php:592, ../../src/Translations/StoreTranslations.php:204 msgid "Up to 12 installments without cards" msgstr "" @@ -824,15 +824,15 @@ msgstr "" msgid "through Mercado Credito. Learn more" msgstr "" -#: ../../src/Translations/AdminTranslations.php:598, ../../src/Translations/StoreTranslations.php:205 +#: ../../src/Translations/AdminTranslations.php:598, ../../src/Translations/StoreTranslations.php:210 msgid "Buy now, pay later" msgstr "" -#: ../../src/Translations/AdminTranslations.php:604, ../../src/Translations/StoreTranslations.php:211 +#: ../../src/Translations/AdminTranslations.php:604, ../../src/Translations/StoreTranslations.php:216 msgid "With Mercado Credito," msgstr "" -#: ../../src/Translations/AdminTranslations.php:605, ../../src/Translations/StoreTranslations.php:212 +#: ../../src/Translations/AdminTranslations.php:605, ../../src/Translations/StoreTranslations.php:217 msgid "get it now and pay month by month" msgstr "" @@ -840,7 +840,7 @@ msgstr "" msgid " Learn more" msgstr "" -#: ../../src/Translations/AdminTranslations.php:611, ../../src/Translations/StoreTranslations.php:217 +#: ../../src/Translations/AdminTranslations.php:611, ../../src/Translations/StoreTranslations.php:222 msgid "Pay in up to 12 installments" msgstr "" @@ -1708,718 +1708,722 @@ msgstr "" msgid "Mercado Pago Commission" msgstr "" -#: ../../src/Translations/StoreTranslations.php:121 +#: ../../src/Translations/StoreTranslations.php:110, ../../src/Translations/StoreTranslations.php:151, ../../src/Translations/StoreTranslations.php:190, ../../src/Translations/StoreTranslations.php:294, ../../src/Translations/StoreTranslations.php:329, ../../src/Translations/StoreTranslations.php:382, ../../src/Translations/StoreTranslations.php:410 +msgid "There was an error. Please try again in a few minutes." +msgstr "" + +#: ../../src/Translations/StoreTranslations.php:123 msgid "Checkout Pro in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:122, ../../src/Translations/StoreTranslations.php:161, ../../src/Translations/StoreTranslations.php:238 +#: ../../src/Translations/StoreTranslations.php:124, ../../src/Translations/StoreTranslations.php:165, ../../src/Translations/StoreTranslations.php:243 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "" -#: ../../src/Translations/StoreTranslations.php:123, ../../src/Translations/StoreTranslations.php:162, ../../src/Translations/StoreTranslations.php:239, ../../src/Translations/StoreTranslations.php:360, ../../src/Translations/StoreTranslations.php:388 +#: ../../src/Translations/StoreTranslations.php:125, ../../src/Translations/StoreTranslations.php:166, ../../src/Translations/StoreTranslations.php:244, ../../src/Translations/StoreTranslations.php:368, ../../src/Translations/StoreTranslations.php:398 msgid "See the rules for the test mode." msgstr "" -#: ../../src/Translations/StoreTranslations.php:124 +#: ../../src/Translations/StoreTranslations.php:126 msgid "Log in to Mercado Pago and earn benefits" msgstr "" -#: ../../src/Translations/StoreTranslations.php:125 +#: ../../src/Translations/StoreTranslations.php:127 msgid "Easy login" msgstr "" -#: ../../src/Translations/StoreTranslations.php:126 +#: ../../src/Translations/StoreTranslations.php:128 msgid "Log in with the same email and password you use in Mercado Libre." msgstr "" -#: ../../src/Translations/StoreTranslations.php:127 +#: ../../src/Translations/StoreTranslations.php:129 msgid "Blue phone image" msgstr "" -#: ../../src/Translations/StoreTranslations.php:128 +#: ../../src/Translations/StoreTranslations.php:130 msgid "Quick payments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:129 +#: ../../src/Translations/StoreTranslations.php:131 msgid "Use your saved cards, Pix or available balance." msgstr "" -#: ../../src/Translations/StoreTranslations.php:130 +#: ../../src/Translations/StoreTranslations.php:132 msgid "Use your available Mercado Pago Wallet balance or saved cards." msgstr "" -#: ../../src/Translations/StoreTranslations.php:131 +#: ../../src/Translations/StoreTranslations.php:133 msgid "Use your available money or saved cards." msgstr "" -#: ../../src/Translations/StoreTranslations.php:132 +#: ../../src/Translations/StoreTranslations.php:134 msgid "Blue wallet image" msgstr "" -#: ../../src/Translations/StoreTranslations.php:133 +#: ../../src/Translations/StoreTranslations.php:135 msgid "Protected purchases" msgstr "" -#: ../../src/Translations/StoreTranslations.php:134 +#: ../../src/Translations/StoreTranslations.php:136 msgid "Reliable purchases" msgstr "" -#: ../../src/Translations/StoreTranslations.php:135 +#: ../../src/Translations/StoreTranslations.php:137 msgid "Get your money back in case you don't receive your product." msgstr "" -#: ../../src/Translations/StoreTranslations.php:136 +#: ../../src/Translations/StoreTranslations.php:138 msgid "Get help if you have a problem with your purchase." msgstr "" -#: ../../src/Translations/StoreTranslations.php:137 +#: ../../src/Translations/StoreTranslations.php:139 msgid "Blue protection image" msgstr "" -#: ../../src/Translations/StoreTranslations.php:138 +#: ../../src/Translations/StoreTranslations.php:140 msgid "Installments option" msgstr "" -#: ../../src/Translations/StoreTranslations.php:139 +#: ../../src/Translations/StoreTranslations.php:141 msgid "Pay with or without a credit card." msgstr "" -#: ../../src/Translations/StoreTranslations.php:140 +#: ../../src/Translations/StoreTranslations.php:142 msgid "Interest-free installments with selected banks." msgstr "" -#: ../../src/Translations/StoreTranslations.php:141 +#: ../../src/Translations/StoreTranslations.php:143 msgid "Blue phone installments image" msgstr "" -#: ../../src/Translations/StoreTranslations.php:142 +#: ../../src/Translations/StoreTranslations.php:144 msgid "Available payment methods" msgstr "" -#: ../../src/Translations/StoreTranslations.php:143 +#: ../../src/Translations/StoreTranslations.php:145 msgid "By continuing, you will be taken to Mercado Pago to safely complete your purchase." msgstr "" -#: ../../src/Translations/StoreTranslations.php:144, ../../src/Translations/StoreTranslations.php:175 +#: ../../src/Translations/StoreTranslations.php:146, ../../src/Translations/StoreTranslations.php:179 msgid "Checkout Pro redirect info image" msgstr "" -#: ../../src/Translations/StoreTranslations.php:145, ../../src/Translations/StoreTranslations.php:176, ../../src/Translations/StoreTranslations.php:263, ../../src/Translations/StoreTranslations.php:305, ../../src/Translations/StoreTranslations.php:366, ../../src/Translations/StoreTranslations.php:398 +#: ../../src/Translations/StoreTranslations.php:147, ../../src/Translations/StoreTranslations.php:180, ../../src/Translations/StoreTranslations.php:268, ../../src/Translations/StoreTranslations.php:311, ../../src/Translations/StoreTranslations.php:374, ../../src/Translations/StoreTranslations.php:408 msgid "By continuing, you agree with our" msgstr "" -#: ../../src/Translations/StoreTranslations.php:146, ../../src/Translations/StoreTranslations.php:177, ../../src/Translations/StoreTranslations.php:264, ../../src/Translations/StoreTranslations.php:306, ../../src/Translations/StoreTranslations.php:367, ../../src/Translations/StoreTranslations.php:399 +#: ../../src/Translations/StoreTranslations.php:148, ../../src/Translations/StoreTranslations.php:181, ../../src/Translations/StoreTranslations.php:269, ../../src/Translations/StoreTranslations.php:312, ../../src/Translations/StoreTranslations.php:375, ../../src/Translations/StoreTranslations.php:409 msgid "Terms and conditions" msgstr "" -#: ../../src/Translations/StoreTranslations.php:147, ../../src/Translations/StoreTranslations.php:242, ../../src/Translations/StoreTranslations.php:287 +#: ../../src/Translations/StoreTranslations.php:149, ../../src/Translations/StoreTranslations.php:247, ../../src/Translations/StoreTranslations.php:292 msgid "Pay with Mercado Pago" msgstr "" -#: ../../src/Translations/StoreTranslations.php:148, ../../src/Translations/StoreTranslations.php:288 +#: ../../src/Translations/StoreTranslations.php:150, ../../src/Translations/StoreTranslations.php:293 msgid "Cancel & Clear Cart" msgstr "" -#: ../../src/Translations/StoreTranslations.php:160 +#: ../../src/Translations/StoreTranslations.php:164 msgid "No card installments in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:163 +#: ../../src/Translations/StoreTranslations.php:167 msgid "Buy in up to 12 installments without credit cards" msgstr "" -#: ../../src/Translations/StoreTranslations.php:164 +#: ../../src/Translations/StoreTranslations.php:168 msgid "Choose the amount of installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:165 +#: ../../src/Translations/StoreTranslations.php:169 msgid "Learn your credit limit on Mercado Credito and choose the amount of installments." msgstr "" -#: ../../src/Translations/StoreTranslations.php:166 +#: ../../src/Translations/StoreTranslations.php:170 msgid "Step 1" msgstr "" -#: ../../src/Translations/StoreTranslations.php:167 +#: ../../src/Translations/StoreTranslations.php:171 msgid "Confirm your installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:168 +#: ../../src/Translations/StoreTranslations.php:172 msgid "Payment is credited immediately and 100% protected. " msgstr "" -#: ../../src/Translations/StoreTranslations.php:169 +#: ../../src/Translations/StoreTranslations.php:173 msgid "Step 2" msgstr "" -#: ../../src/Translations/StoreTranslations.php:170 +#: ../../src/Translations/StoreTranslations.php:174 msgid "Pay month by month" msgstr "" -#: ../../src/Translations/StoreTranslations.php:171 +#: ../../src/Translations/StoreTranslations.php:175 msgid "Pay from your Mercado Pago account with the method of your choice." msgstr "" -#: ../../src/Translations/StoreTranslations.php:172 +#: ../../src/Translations/StoreTranslations.php:176 msgid "Step 3" msgstr "" -#: ../../src/Translations/StoreTranslations.php:173 +#: ../../src/Translations/StoreTranslations.php:177 msgid "If you don’t have Mercado Credito yet, activate it when paying." msgstr "" -#: ../../src/Translations/StoreTranslations.php:174 +#: ../../src/Translations/StoreTranslations.php:178 msgid "Next, we’ll take you to Mercado Pago to log in and complete your purchase." msgstr "" -#: ../../src/Translations/StoreTranslations.php:178 +#: ../../src/Translations/StoreTranslations.php:182 msgid "Learn more" msgstr "" -#: ../../src/Translations/StoreTranslations.php:179 +#: ../../src/Translations/StoreTranslations.php:183 msgid "Buy through Mercado Credito without cards and pay month by month" msgstr "" -#: ../../src/Translations/StoreTranslations.php:180 +#: ../../src/Translations/StoreTranslations.php:184 msgid "Add your product to the cart and, for the payment, select Mercado Credito." msgstr "" -#: ../../src/Translations/StoreTranslations.php:181 +#: ../../src/Translations/StoreTranslations.php:185 msgid "Log in to Mercado Pago." msgstr "" -#: ../../src/Translations/StoreTranslations.php:182 +#: ../../src/Translations/StoreTranslations.php:186 msgid "Choose the amount of installments that best suit you and you’re all set!" msgstr "" -#: ../../src/Translations/StoreTranslations.php:183 +#: ../../src/Translations/StoreTranslations.php:187 msgid "Any Questions? Check our " msgstr "" -#: ../../src/Translations/StoreTranslations.php:184 +#: ../../src/Translations/StoreTranslations.php:188 msgid "Help" msgstr "" -#: ../../src/Translations/StoreTranslations.php:185 +#: ../../src/Translations/StoreTranslations.php:189 msgid "Credit subject to approval." msgstr "" -#: ../../src/Translations/StoreTranslations.php:200, ../../src/Translations/StoreTranslations.php:206 +#: ../../src/Translations/StoreTranslations.php:205, ../../src/Translations/StoreTranslations.php:211 msgid "through Mercado Credito" msgstr "" -#: ../../src/Translations/StoreTranslations.php:218 +#: ../../src/Translations/StoreTranslations.php:223 msgid "without credit card" msgstr "" -#: ../../src/Translations/StoreTranslations.php:237 +#: ../../src/Translations/StoreTranslations.php:242 msgid "Checkout Custom in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:240 +#: ../../src/Translations/StoreTranslations.php:245 msgid "Pay with saved cards" msgstr "" -#: ../../src/Translations/StoreTranslations.php:241 +#: ../../src/Translations/StoreTranslations.php:246 msgid "Do you have a Mercado Libre account? Then use the same email and password to pay faster with Mercado Pago." msgstr "" -#: ../../src/Translations/StoreTranslations.php:243 +#: ../../src/Translations/StoreTranslations.php:248 msgid "With which card can you pay?" msgstr "" -#: ../../src/Translations/StoreTranslations.php:244, ../../src/Translations/StoreTranslations.php:248 +#: ../../src/Translations/StoreTranslations.php:249, ../../src/Translations/StoreTranslations.php:253 msgid "See current promotions" msgstr "" -#: ../../src/Translations/StoreTranslations.php:245 +#: ../../src/Translations/StoreTranslations.php:250 msgid "Credit cards" msgstr "" -#: ../../src/Translations/StoreTranslations.php:246 +#: ../../src/Translations/StoreTranslations.php:251 msgid "Up to 12 installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:247 +#: ../../src/Translations/StoreTranslations.php:252 msgid "Debit cards" msgstr "" -#: ../../src/Translations/StoreTranslations.php:249 +#: ../../src/Translations/StoreTranslations.php:254 msgid "Fill in your card details" msgstr "" -#: ../../src/Translations/StoreTranslations.php:250 +#: ../../src/Translations/StoreTranslations.php:255 msgid "Card number" msgstr "" -#: ../../src/Translations/StoreTranslations.php:251, ../../src/Translations/StoreTranslations.php:253, ../../src/Translations/StoreTranslations.php:255, ../../src/Translations/StoreTranslations.php:257 +#: ../../src/Translations/StoreTranslations.php:256, ../../src/Translations/StoreTranslations.php:258, ../../src/Translations/StoreTranslations.php:260, ../../src/Translations/StoreTranslations.php:262 msgid "Required data" msgstr "" -#: ../../src/Translations/StoreTranslations.php:252 +#: ../../src/Translations/StoreTranslations.php:257 msgid "Holder name as it appears on the card" msgstr "" -#: ../../src/Translations/StoreTranslations.php:254 +#: ../../src/Translations/StoreTranslations.php:259 msgid "Expiration" msgstr "" -#: ../../src/Translations/StoreTranslations.php:256 +#: ../../src/Translations/StoreTranslations.php:261 msgid "Security Code" msgstr "" -#: ../../src/Translations/StoreTranslations.php:258, ../../src/Translations/StoreTranslations.php:361, ../../src/Translations/StoreTranslations.php:389 +#: ../../src/Translations/StoreTranslations.php:263, ../../src/Translations/StoreTranslations.php:369, ../../src/Translations/StoreTranslations.php:399 msgid "Holder document" msgstr "" -#: ../../src/Translations/StoreTranslations.php:259, ../../src/Translations/StoreTranslations.php:362, ../../src/Translations/StoreTranslations.php:390 +#: ../../src/Translations/StoreTranslations.php:264, ../../src/Translations/StoreTranslations.php:370, ../../src/Translations/StoreTranslations.php:400 msgid "Invalid document" msgstr "" -#: ../../src/Translations/StoreTranslations.php:260, ../../src/Translations/StoreTranslations.php:262 +#: ../../src/Translations/StoreTranslations.php:265, ../../src/Translations/StoreTranslations.php:267 msgid "Select the number of installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:261, ../../src/Translations/StoreTranslations.php:266 +#: ../../src/Translations/StoreTranslations.php:266, ../../src/Translations/StoreTranslations.php:271 msgid "Issuer" msgstr "" -#: ../../src/Translations/StoreTranslations.php:265 +#: ../../src/Translations/StoreTranslations.php:270 msgid "mm/yy" msgstr "" -#: ../../src/Translations/StoreTranslations.php:267 +#: ../../src/Translations/StoreTranslations.php:272 msgid "Installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:268 +#: ../../src/Translations/StoreTranslations.php:273 msgid "on the back" msgstr "" -#: ../../src/Translations/StoreTranslations.php:269 +#: ../../src/Translations/StoreTranslations.php:274 msgid "on the front" msgstr "" -#: ../../src/Translations/StoreTranslations.php:270 +#: ../../src/Translations/StoreTranslations.php:275 msgid "digits" msgstr "" -#: ../../src/Translations/StoreTranslations.php:271 +#: ../../src/Translations/StoreTranslations.php:276 msgid "No fee" msgstr "" -#: ../../src/Translations/StoreTranslations.php:272 +#: ../../src/Translations/StoreTranslations.php:277 msgid "More options" msgstr "" -#: ../../src/Translations/StoreTranslations.php:273 -msgid "If interest is applicable, it will be charged by your bank." +#: ../../src/Translations/StoreTranslations.php:278 +msgid "The interest rate is applied and charged by your bank." msgstr "" -#: ../../src/Translations/StoreTranslations.php:274 +#: ../../src/Translations/StoreTranslations.php:279 msgid "Interest" msgstr "" -#: ../../src/Translations/StoreTranslations.php:275 +#: ../../src/Translations/StoreTranslations.php:280 msgid "Card number is required" msgstr "" -#: ../../src/Translations/StoreTranslations.php:276 +#: ../../src/Translations/StoreTranslations.php:281 msgid "Card number invalid" msgstr "" -#: ../../src/Translations/StoreTranslations.php:277 +#: ../../src/Translations/StoreTranslations.php:282 msgid "Holder name is required" msgstr "" -#: ../../src/Translations/StoreTranslations.php:278 +#: ../../src/Translations/StoreTranslations.php:283 msgid "Holder name invalid" msgstr "" -#: ../../src/Translations/StoreTranslations.php:279, ../../src/Translations/StoreTranslations.php:281 +#: ../../src/Translations/StoreTranslations.php:284, ../../src/Translations/StoreTranslations.php:286 msgid "Expiration date invalid" msgstr "" -#: ../../src/Translations/StoreTranslations.php:280 +#: ../../src/Translations/StoreTranslations.php:285 msgid "Expiration date incomplete" msgstr "" -#: ../../src/Translations/StoreTranslations.php:282 +#: ../../src/Translations/StoreTranslations.php:287 msgid "Security code is required" msgstr "" -#: ../../src/Translations/StoreTranslations.php:283 +#: ../../src/Translations/StoreTranslations.php:288 msgid "Security code incomplete" msgstr "" -#: ../../src/Translations/StoreTranslations.php:284 +#: ../../src/Translations/StoreTranslations.php:289 msgid "Cost of installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:285 +#: ../../src/Translations/StoreTranslations.php:290 msgid "Total with installments" msgstr "" -#: ../../src/Translations/StoreTranslations.php:286 +#: ../../src/Translations/StoreTranslations.php:291 msgid "installments of" msgstr "" -#: ../../src/Translations/StoreTranslations.php:300 +#: ../../src/Translations/StoreTranslations.php:306 msgid "Pix in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:301 +#: ../../src/Translations/StoreTranslations.php:307 msgid "You can test the flow to generate a code, but you cannot finalize the payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:302 +#: ../../src/Translations/StoreTranslations.php:308 msgid "Pay instantly" msgstr "" -#: ../../src/Translations/StoreTranslations.php:303 +#: ../../src/Translations/StoreTranslations.php:309 msgid "By confirming your purchase, we will show you a code to make the payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:304 +#: ../../src/Translations/StoreTranslations.php:310 msgid "Pix logo" msgstr "" -#: ../../src/Translations/StoreTranslations.php:307, ../../src/Translations/StoreTranslations.php:316 +#: ../../src/Translations/StoreTranslations.php:313, ../../src/Translations/StoreTranslations.php:322 msgid "Code valid for " msgstr "" -#: ../../src/Translations/StoreTranslations.php:308 +#: ../../src/Translations/StoreTranslations.php:314 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "" -#: ../../src/Translations/StoreTranslations.php:309 +#: ../../src/Translations/StoreTranslations.php:315 msgid "How to pay with Pix:" msgstr "" -#: ../../src/Translations/StoreTranslations.php:310 +#: ../../src/Translations/StoreTranslations.php:316 msgid "Go to your bank's app or website" msgstr "" -#: ../../src/Translations/StoreTranslations.php:311 +#: ../../src/Translations/StoreTranslations.php:317 msgid "Search for the option to pay with Pix" msgstr "" -#: ../../src/Translations/StoreTranslations.php:312 +#: ../../src/Translations/StoreTranslations.php:318 msgid "Scan the QR code or Pix code" msgstr "" -#: ../../src/Translations/StoreTranslations.php:313 +#: ../../src/Translations/StoreTranslations.php:319 msgid "Done! You will see the payment confirmation" msgstr "" -#: ../../src/Translations/StoreTranslations.php:314 +#: ../../src/Translations/StoreTranslations.php:320 msgid "Value: " msgstr "" -#: ../../src/Translations/StoreTranslations.php:315 +#: ../../src/Translations/StoreTranslations.php:321 msgid "Scan the QR code:" msgstr "" -#: ../../src/Translations/StoreTranslations.php:317 +#: ../../src/Translations/StoreTranslations.php:323 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "" -#: ../../src/Translations/StoreTranslations.php:318 +#: ../../src/Translations/StoreTranslations.php:324 msgid "Copy code" msgstr "" -#: ../../src/Translations/StoreTranslations.php:319, ../../src/Translations/StoreTranslations.php:373, ../../src/Translations/StoreTranslations.php:397 +#: ../../src/Translations/StoreTranslations.php:325, ../../src/Translations/StoreTranslations.php:381, ../../src/Translations/StoreTranslations.php:407 msgid "Mercado Pago: The customer has not paid yet." msgstr "" -#: ../../src/Translations/StoreTranslations.php:320 +#: ../../src/Translations/StoreTranslations.php:326 msgid "Mercado Pago: Now you just need to pay with Pix to finalize your purchase." msgstr "" -#: ../../src/Translations/StoreTranslations.php:321 +#: ../../src/Translations/StoreTranslations.php:327 msgid "Scan the QR code below or copy and paste the code into your bank's application." msgstr "" -#: ../../src/Translations/StoreTranslations.php:322 +#: ../../src/Translations/StoreTranslations.php:328 msgid "30 minutes" msgstr "" -#: ../../src/Translations/StoreTranslations.php:334 +#: ../../src/Translations/StoreTranslations.php:342 msgid "Payment approved." msgstr "" -#: ../../src/Translations/StoreTranslations.php:335 +#: ../../src/Translations/StoreTranslations.php:343 msgid "Waiting for the Pix payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:336 +#: ../../src/Translations/StoreTranslations.php:344 msgid "Waiting for the ticket payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:337 +#: ../../src/Translations/StoreTranslations.php:345 msgid "The customer has not made the payment yet." msgstr "" -#: ../../src/Translations/StoreTranslations.php:338 +#: ../../src/Translations/StoreTranslations.php:346 msgid "Payment is pending review." msgstr "" -#: ../../src/Translations/StoreTranslations.php:339 +#: ../../src/Translations/StoreTranslations.php:347 msgid "Payment was declined. The customer can try again." msgstr "" -#: ../../src/Translations/StoreTranslations.php:340 +#: ../../src/Translations/StoreTranslations.php:348 msgid "Payment was returned to the customer." msgstr "" -#: ../../src/Translations/StoreTranslations.php:341 +#: ../../src/Translations/StoreTranslations.php:349 msgid "The payment was partially returned to the customer. the amount refunded was : " msgstr "" -#: ../../src/Translations/StoreTranslations.php:342 +#: ../../src/Translations/StoreTranslations.php:350 msgid "Payment was canceled." msgstr "" -#: ../../src/Translations/StoreTranslations.php:343, ../../src/Translations/StoreTranslations.php:344 +#: ../../src/Translations/StoreTranslations.php:351, ../../src/Translations/StoreTranslations.php:352 msgid "The payment is in mediation or the purchase was unknown by the customer." msgstr "" -#: ../../src/Translations/StoreTranslations.php:345 +#: ../../src/Translations/StoreTranslations.php:353 msgid "The payment" msgstr "" -#: ../../src/Translations/StoreTranslations.php:346 +#: ../../src/Translations/StoreTranslations.php:354 msgid "was notified by Mercado Pago with status" msgstr "" -#: ../../src/Translations/StoreTranslations.php:358 +#: ../../src/Translations/StoreTranslations.php:366 msgid "Offline Methods in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:359 +#: ../../src/Translations/StoreTranslations.php:367 msgid "You can test the flow to generate an invoice, but you cannot finalize the payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:363, ../../src/Translations/StoreTranslations.php:391 +#: ../../src/Translations/StoreTranslations.php:371, ../../src/Translations/StoreTranslations.php:401 msgid "Select where you want to pay" msgstr "" -#: ../../src/Translations/StoreTranslations.php:364, ../../src/Translations/StoreTranslations.php:392 +#: ../../src/Translations/StoreTranslations.php:372, ../../src/Translations/StoreTranslations.php:402 msgid "more options" msgstr "" -#: ../../src/Translations/StoreTranslations.php:365 +#: ../../src/Translations/StoreTranslations.php:373 msgid "Select a payment method" msgstr "" -#: ../../src/Translations/StoreTranslations.php:368 +#: ../../src/Translations/StoreTranslations.php:376 msgid "Great, we processed your purchase order. Complete the payment with ticket so that we finish approving it." msgstr "" -#: ../../src/Translations/StoreTranslations.php:369 +#: ../../src/Translations/StoreTranslations.php:377 msgid "Print ticket" msgstr "" -#: ../../src/Translations/StoreTranslations.php:370 +#: ../../src/Translations/StoreTranslations.php:378 msgid " and " msgstr "" -#: ../../src/Translations/StoreTranslations.php:371 +#: ../../src/Translations/StoreTranslations.php:379 msgid "To print the ticket again click" msgstr "" -#: ../../src/Translations/StoreTranslations.php:372 +#: ../../src/Translations/StoreTranslations.php:380 msgid "here" msgstr "" -#: ../../src/Translations/StoreTranslations.php:386 +#: ../../src/Translations/StoreTranslations.php:396 msgid "Checkout PSE in Test Mode" msgstr "" -#: ../../src/Translations/StoreTranslations.php:387 +#: ../../src/Translations/StoreTranslations.php:397 msgid "You can test the flow to generate a payment with PSE" msgstr "" -#: ../../src/Translations/StoreTranslations.php:393 +#: ../../src/Translations/StoreTranslations.php:403 msgid "Person type " msgstr "" -#: ../../src/Translations/StoreTranslations.php:394 +#: ../../src/Translations/StoreTranslations.php:404 msgid "Financial institution" msgstr "" -#: ../../src/Translations/StoreTranslations.php:395 +#: ../../src/Translations/StoreTranslations.php:405 msgid "Select the financial institution" msgstr "" -#: ../../src/Translations/StoreTranslations.php:396 +#: ../../src/Translations/StoreTranslations.php:406 msgid "Select the institution" msgstr "" -#: ../../src/Translations/StoreTranslations.php:411 +#: ../../src/Translations/StoreTranslations.php:423 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -#: ../../src/Translations/StoreTranslations.php:412 +#: ../../src/Translations/StoreTranslations.php:424 msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?" msgstr "" -#: ../../src/Translations/StoreTranslations.php:413 +#: ../../src/Translations/StoreTranslations.php:425 msgid "See your order form" msgstr "" -#: ../../src/Translations/StoreTranslations.php:414 +#: ../../src/Translations/StoreTranslations.php:426 msgid "Your payment was declined. You can try again." msgstr "" -#: ../../src/Translations/StoreTranslations.php:415 +#: ../../src/Translations/StoreTranslations.php:427 msgid "Click to try again" msgstr "" -#: ../../src/Translations/StoreTranslations.php:416 +#: ../../src/Translations/StoreTranslations.php:428 msgid "That's it, payment accepted!" msgstr "" -#: ../../src/Translations/StoreTranslations.php:417 +#: ../../src/Translations/StoreTranslations.php:429 msgid "We are processing your payment. In less than an hour we will send you the result by email." msgstr "" -#: ../../src/Translations/StoreTranslations.php:418 +#: ../../src/Translations/StoreTranslations.php:430 msgid "We are processing your payment. In less than 2 days we will send you by email if the payment has been approved or if additional information is needed." msgstr "" -#: ../../src/Translations/StoreTranslations.php:419 +#: ../../src/Translations/StoreTranslations.php:431 msgid "Check the card number." msgstr "" -#: ../../src/Translations/StoreTranslations.php:420 +#: ../../src/Translations/StoreTranslations.php:432 msgid "Check the expiration date." msgstr "" -#: ../../src/Translations/StoreTranslations.php:421 +#: ../../src/Translations/StoreTranslations.php:433 msgid "Check the information provided." msgstr "" -#: ../../src/Translations/StoreTranslations.php:422 +#: ../../src/Translations/StoreTranslations.php:434 msgid "Check the informed security code." msgstr "" -#: ../../src/Translations/StoreTranslations.php:423, ../../src/Translations/StoreTranslations.php:424 +#: ../../src/Translations/StoreTranslations.php:435, ../../src/Translations/StoreTranslations.php:436 msgid "Your payment cannot be processed." msgstr "" -#: ../../src/Translations/StoreTranslations.php:425 +#: ../../src/Translations/StoreTranslations.php:437 msgid "You must authorize payments for your orders." msgstr "" -#: ../../src/Translations/StoreTranslations.php:426 +#: ../../src/Translations/StoreTranslations.php:438 msgid "Contact your card issuer to activate it. The phone is on the back of your card." msgstr "" -#: ../../src/Translations/StoreTranslations.php:427 +#: ../../src/Translations/StoreTranslations.php:439 msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:428 +#: ../../src/Translations/StoreTranslations.php:440 msgid "Your payment was declined. Please select another payment method. It is recommended in cash." msgstr "" -#: ../../src/Translations/StoreTranslations.php:429 +#: ../../src/Translations/StoreTranslations.php:441 msgid "Your payment does not have sufficient funds." msgstr "" -#: ../../src/Translations/StoreTranslations.php:430 +#: ../../src/Translations/StoreTranslations.php:442 msgid "Payment cannot process the selected fee." msgstr "" -#: ../../src/Translations/StoreTranslations.php:431 +#: ../../src/Translations/StoreTranslations.php:443 msgid "You have reached the limit of allowed attempts. Choose another card or other payment method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:432 +#: ../../src/Translations/StoreTranslations.php:444 msgid "Invalid transaction attempt
You are trying to perform a productive transaction using test credentials, or test transaction using productive credentials. Please ensure that you are using the correct environment settings for the desired action." msgstr "" -#: ../../src/Translations/StoreTranslations.php:433 +#: ../../src/Translations/StoreTranslations.php:445 msgid "Invalid transaction attempt
It is not possible to pay with the email address entered. Please enter another e-mail address." msgstr "" -#: ../../src/Translations/StoreTranslations.php:434 +#: ../../src/Translations/StoreTranslations.php:446 msgid "This payment method cannot process your payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:446 +#: ../../src/Translations/StoreTranslations.php:458 msgid "Your bank needs you to authorize the payment
Please call the telephone number on your card or pay with another method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:447, ../../src/Translations/StoreTranslations.php:448 +#: ../../src/Translations/StoreTranslations.php:459, ../../src/Translations/StoreTranslations.php:460 msgid "For safety reasons, your payment was declined
We recommended paying with your usual payment method and device for online purchases." msgstr "" -#: ../../src/Translations/StoreTranslations.php:449, ../../src/Translations/StoreTranslations.php:450, ../../src/Translations/StoreTranslations.php:451, ../../src/Translations/StoreTranslations.php:452 +#: ../../src/Translations/StoreTranslations.php:461, ../../src/Translations/StoreTranslations.php:462, ../../src/Translations/StoreTranslations.php:463, ../../src/Translations/StoreTranslations.php:464 msgid "One or more card details were entered incorrecctly
Please enter them again as they appear on the card to complete the payment." msgstr "" -#: ../../src/Translations/StoreTranslations.php:453 +#: ../../src/Translations/StoreTranslations.php:465 msgid "Your credit card has no available limit
Please pay using another card or choose another payment method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:454 +#: ../../src/Translations/StoreTranslations.php:466 msgid "Your debit card has insufficient founds
Please pay using another card or choose another payment method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:455 +#: ../../src/Translations/StoreTranslations.php:467 msgid "Your card does not accept the number of installments selected
Please choose a different number of installments or use a different payment method ." msgstr "" -#: ../../src/Translations/StoreTranslations.php:456 +#: ../../src/Translations/StoreTranslations.php:468 msgid "You need to activate your card
Please contact your bank by calling the number on the back of your card or choose another payment method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:457 +#: ../../src/Translations/StoreTranslations.php:469 msgid "You reached the limit of payment attempts with this card
Please pay using another card or choose another payment method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:458 +#: ../../src/Translations/StoreTranslations.php:470 msgid "Your payment was declined because you already paid for this purchase
Check your card transactions to verify it." msgstr "" -#: ../../src/Translations/StoreTranslations.php:459, ../../src/Translations/StoreTranslations.php:460, ../../src/Translations/StoreTranslations.php:461 +#: ../../src/Translations/StoreTranslations.php:471, ../../src/Translations/StoreTranslations.php:472, ../../src/Translations/StoreTranslations.php:473 msgid "The card issuing bank declined the payment
We recommended paying with another payment method or contact your bank." msgstr "" -#: ../../src/Translations/StoreTranslations.php:462 +#: ../../src/Translations/StoreTranslations.php:474 msgid "For safety reasons, the card issuing bank declined the payment
We recommended paying with your usual payment method and device for online purchases." msgstr "" -#: ../../src/Translations/StoreTranslations.php:463 +#: ../../src/Translations/StoreTranslations.php:475 msgid "Your payment was declined because something went wrong
We recommended trying again or paying with another method." msgstr "" -#: ../../src/Translations/StoreTranslations.php:475 +#: ../../src/Translations/StoreTranslations.php:487 msgid "We are taking you to validate the card" msgstr "" -#: ../../src/Translations/StoreTranslations.php:476 +#: ../../src/Translations/StoreTranslations.php:488 msgid "with your bank" msgstr "" -#: ../../src/Translations/StoreTranslations.php:477 +#: ../../src/Translations/StoreTranslations.php:489 msgid "We need to confirm that you are the cardholder." msgstr "" -#: ../../src/Translations/StoreTranslations.php:478 +#: ../../src/Translations/StoreTranslations.php:490 msgid "We are receiving the response from your bank" msgstr "" -#: ../../src/Translations/StoreTranslations.php:479 +#: ../../src/Translations/StoreTranslations.php:491 msgid "Complete the bank validation so your payment can be approved" msgstr "" -#: ../../src/Translations/StoreTranslations.php:480 +#: ../../src/Translations/StoreTranslations.php:492 msgid "Please keep this page open. If you close it, you will not be able to resume the validation." msgstr "" -#: ../../src/Translations/StoreTranslations.php:481 +#: ../../src/Translations/StoreTranslations.php:493 msgid "For safety reasons, your payment was declined
We recommend paying with your usual payment method and device for online purchases." msgstr "" diff --git a/package.json b/package.json index c418072c5..ad860a66b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-mercadopago", "description": "Woocommerce MercadoPago Payment Gateway", - "version": "7.6.3", + "version": "7.6.4", "main": "main.js", "repository": { "type": "git", diff --git a/packages/narciso/styles/checkout-custom.css b/packages/narciso/styles/checkout-custom.css index 5fce76dd7..65c9a6ae4 100644 --- a/packages/narciso/styles/checkout-custom.css +++ b/packages/narciso/styles/checkout-custom.css @@ -486,3 +486,8 @@ form div div .mp-checkout-custom-card-form-title { padding-bottom: 25px !important; padding-left: 0 !important } + +.alert-message { + color: red; + font-weight: bold; +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index 42bdbd17c..4d4d486f3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce Requires at least: 6.3 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 7.6.3 +Stable tag: 7.6.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -137,7 +137,6 @@ Check out our getMessage()}", + self::LOG_SOURCE + ); + } + return [ + 'currencyRatio' => $currencyRatio, + 'amount' => $amount, + ]; + } } diff --git a/src/Gateways/BasicGateway.php b/src/Gateways/BasicGateway.php index 78bdb4956..ac2480581 100644 --- a/src/Gateways/BasicGateway.php +++ b/src/Gateways/BasicGateway.php @@ -287,7 +287,7 @@ public function getPaymentFieldsParams(): array $checkoutBenefitsItems = $this->getBenefits(); $paymentMethods = $this->getPaymentMethods(); $paymentMethodsTitle = count($paymentMethods) != 0 ? $this->storeTranslations['payment_methods_title'] : ''; - + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return [ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], @@ -305,7 +305,8 @@ public function getPaymentFieldsParams(): array 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'fee_title' => $this->getFeeTitle(), + 'amount' => $amountAndCurrencyRatio['amount'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Gateways/CreditsGateway.php b/src/Gateways/CreditsGateway.php index d0114acd0..90da3c385 100644 --- a/src/Gateways/CreditsGateway.php +++ b/src/Gateways/CreditsGateway.php @@ -230,6 +230,7 @@ public function getPaymentFieldsParams(): array '.png', true ); + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return [ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], @@ -245,7 +246,8 @@ public function getPaymentFieldsParams(): array 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'fee_title' => $this->getFeeTitle(), + 'amount' => $amountAndCurrencyRatio['amount'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Gateways/CustomGateway.php b/src/Gateways/CustomGateway.php index 80800ccd4..af3b9515f 100644 --- a/src/Gateways/CustomGateway.php +++ b/src/Gateways/CustomGateway.php @@ -333,6 +333,7 @@ public function payment_fields(): void */ public function getPaymentFieldsParams(): array { + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return [ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], @@ -370,9 +371,9 @@ public function getPaymentFieldsParams(): array 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'amount' => $this->getAmount(), - 'currency_ratio' => $this->mercadopago->helpers->currency->getRatio($this), - 'fee_title' => $this->getFeeTitle(), + 'amount' => $amountAndCurrencyRatio['amount'], + 'currency_ratio' => $amountAndCurrencyRatio['currencyRatio'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Gateways/PixGateway.php b/src/Gateways/PixGateway.php index 228efd801..6955ab7b0 100644 --- a/src/Gateways/PixGateway.php +++ b/src/Gateways/PixGateway.php @@ -167,6 +167,7 @@ public function payment_fields(): void */ public function getPaymentFieldsParams(): array { + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return [ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], @@ -178,7 +179,8 @@ public function getPaymentFieldsParams(): array 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'fee_title' => $this->getFeeTitle(), + 'amount' => $amountAndCurrencyRatio['amount'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Gateways/PseGateway.php b/src/Gateways/PseGateway.php index c905d7a24..866bcc24a 100644 --- a/src/Gateways/PseGateway.php +++ b/src/Gateways/PseGateway.php @@ -243,7 +243,7 @@ public function getPaymentFieldsParams(): array { $currentUser = $this->mercadopago->helpers->currentUser->getCurrentUser(); $loggedUserEmail = ($currentUser->ID != 0) ? $currentUser->user_email : null; - + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return ['test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], 'test_mode_description' => $this->storeTranslations['test_mode_description'], @@ -253,13 +253,11 @@ public function getPaymentFieldsParams(): array 'input_document_helper' => $this->storeTranslations['input_document_helper'], 'pse_text_label' => $this->storeTranslations['pse_text_label'], 'input_table_button' => $this->storeTranslations['input_table_button'], - 'amount' => $this->getAmount(), 'site_id' => $this->mercadopago->sellerConfig->getSiteId(), 'payer_email' => esc_js($loggedUserEmail), 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'currency_ratio' => $this->mercadopago->helpers->currency->getRatio($this), 'woocommerce_currency' => get_woocommerce_currency(), 'account_currency' => $this->mercadopago->helpers->country->getCountryConfigs(), 'financial_institutions' => json_encode($this->getFinancialInstitutions()), @@ -267,6 +265,9 @@ public function getPaymentFieldsParams(): array 'financial_institutions_label' => $this->storeTranslations['financial_institutions_label'], 'financial_institutions_helper' => $this->storeTranslations['financial_institutions_helper'], 'financial_placeholder' => $this->storeTranslations['financial_placeholder'], + 'amount' => $amountAndCurrencyRatio['amount'], + 'currency_ratio' => $amountAndCurrencyRatio['currencyRatio'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Gateways/TicketGateway.php b/src/Gateways/TicketGateway.php index 65a1113d4..1c0b0adb5 100644 --- a/src/Gateways/TicketGateway.php +++ b/src/Gateways/TicketGateway.php @@ -255,7 +255,7 @@ public function getPaymentFieldsParams(): array $address .= (!empty($address2) ? ' - ' . $address2 : ''); $country = $this->mercadopago->helpers->currentUser->getCurrentUserMeta('billing_country', true); $address .= (!empty($country) ? ' - ' . $country : ''); - + $amountAndCurrencyRatio = $this->getAmountAndCurrency(); return [ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(), 'test_mode_title' => $this->storeTranslations['test_mode_title'], @@ -270,15 +270,15 @@ public function getPaymentFieldsParams(): array 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'], 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'], 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'], - 'amount' => $this->getAmount(), 'payment_methods' => $this->getPaymentMethods(), 'site_id' => $this->mercadopago->sellerConfig->getSiteId(), 'payer_email' => esc_js($loggedUserEmail), - 'currency_ratio' => $this->mercadopago->helpers->currency->getRatio($this), 'woocommerce_currency' => get_woocommerce_currency(), 'account_currency' => $this->mercadopago->helpers->country->getCountryConfigs(), 'febraban' => $this->getFebrabanInfo($currentUser, $address), - 'fee_title' => $this->getFeeTitle(), + 'amount' => $amountAndCurrencyRatio['amount'], + 'currency_ratio' => $amountAndCurrencyRatio['currencyRatio'], + 'message_error_amount' => $this->storeTranslations['message_error_amount'], ]; } diff --git a/src/Helpers/Currency.php b/src/Helpers/Currency.php index 4b66f3836..4d8ebb9e1 100644 --- a/src/Helpers/Currency.php +++ b/src/Helpers/Currency.php @@ -225,22 +225,12 @@ public function handleCurrencyNotices(AbstractGateway $gateway): void private function loadRatio(): float { $response = $this->getCurrencyConversion(); - - try { - if ($response['status'] !== 200) { - throw new \Exception(json_encode($response['data'])); - } - - if (isset($response['data']['ratio']) && $response['data']['ratio'] > 0) { - return $response['data']['ratio']; - } - } catch (\Exception $e) { - $this->logs->file->error( - "Mercado pago gave error to get currency value: {$e->getMessage()}", - __CLASS__ - ); + if ($response['status'] !== 200) { + throw new \Exception(json_encode($response['data'])); + } + if (isset($response['data']['ratio']) && $response['data']['ratio'] > 0) { + return $response['data']['ratio']; } - return self::DEFAULT_RATIO; } diff --git a/src/Translations/StoreTranslations.php b/src/Translations/StoreTranslations.php index 1219bd8ad..c7c96a88a 100644 --- a/src/Translations/StoreTranslations.php +++ b/src/Translations/StoreTranslations.php @@ -107,6 +107,8 @@ private function setCommonCheckoutTranslations(): void 'store_discount' => __('Discount provided by store', 'woocommerce-mercadopago'), 'cart_discount' => __('Mercado Pago Discount', 'woocommerce-mercadopago'), 'cart_commission' => __('Mercado Pago Commission', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), + ]; } @@ -146,6 +148,8 @@ private function setBasicCheckoutTranslations(): void 'terms_and_conditions_link_text' => __('Terms and conditions', 'woocommerce-mercadopago'), 'pay_with_mp_title' => __('Pay with Mercado Pago', 'woocommerce-mercadopago'), 'cancel_url_text' => __('Cancel & Clear Cart', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), + ]; } @@ -182,7 +186,8 @@ private function setCreditsCheckoutTranslations(): void 'modal_step_3' => __('Choose the amount of installments that best suit you and you’re all set!', 'woocommerce-mercadopago'), 'modal_footer' => __('Any Questions? Check our ', 'woocommerce-mercadopago'), 'modal_footer_link' => __('Help', 'woocommerce-mercadopago'), - 'modal_footer_init' => __('Credit subject to approval.', 'woocommerce-mercadopago') + 'modal_footer_init' => __('Credit subject to approval.', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), ]; $this->creditsCheckout = array_merge($this->creditsCheckout, $this->setCreditsTooltipTranslations()); } @@ -270,7 +275,7 @@ private function setCustomCheckoutTranslations(): void 'cvv_text' => __('digits', 'woocommerce-mercadopago'), 'installment_obs_fee' => __('No fee', 'woocommerce-mercadopago'), 'installment_button' => __('More options', 'woocommerce-mercadopago'), - 'bank_interest_text' => __('If interest is applicable, it will be charged by your bank.', 'woocommerce-mercadopago'), + 'bank_interest_text' => __('The interest rate is applied and charged by your bank.', 'woocommerce-mercadopago'), 'interest_text' => __('Interest', 'woocommerce-mercadopago'), 'input_helper_message_invalid_type' => __('Card number is required', 'woocommerce-mercadopago'), 'input_helper_message_invalid_length' => __('Card number invalid', 'woocommerce-mercadopago'), @@ -286,6 +291,7 @@ private function setCustomCheckoutTranslations(): void 'text_installments' => __('installments of', 'woocommerce-mercadopago'), 'wallet_button_order_receipt_title' => __('Pay with Mercado Pago', 'woocommerce-mercadopago'), 'cancel_url_text' => __('Cancel & Clear Cart', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), ]; } @@ -320,6 +326,8 @@ private function setPixCheckoutTranslations(): void 'congrats_title' => __('Mercado Pago: Now you just need to pay with Pix to finalize your purchase.', 'woocommerce-mercadopago'), 'congrats_subtitle' => __('Scan the QR code below or copy and paste the code into your bank\'s application.', 'woocommerce-mercadopago'), 'expiration_30_minutes' => __('30 minutes', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), + ]; } @@ -371,6 +379,8 @@ private function setTicketCheckoutTranslations(): void 'congrats_title' => __('To print the ticket again click', 'woocommerce-mercadopago'), 'congrats_subtitle' => __('here', 'woocommerce-mercadopago'), 'customer_not_paid' => __('Mercado Pago: The customer has not paid yet.', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), + ]; } @@ -397,6 +407,8 @@ private function setPseCheckoutTranslations(): void 'customer_not_paid' => __('Mercado Pago: The customer has not paid yet.', 'woocommerce-mercadopago'), 'terms_and_conditions_description' => __('By continuing, you agree with our', 'woocommerce-mercadopago'), 'terms_and_conditions_link_text' => __('Terms and conditions', 'woocommerce-mercadopago'), + 'message_error_amount' => __('There was an error. Please try again in a few minutes.', 'woocommerce-mercadopago'), + ]; } diff --git a/src/WoocommerceMercadoPago.php b/src/WoocommerceMercadoPago.php index cf6c224b3..298f143ba 100644 --- a/src/WoocommerceMercadoPago.php +++ b/src/WoocommerceMercadoPago.php @@ -33,7 +33,7 @@ class WoocommerceMercadoPago /** * @const */ - private const PLUGIN_VERSION = '7.6.3'; + private const PLUGIN_VERSION = '7.6.4'; /** * @const diff --git a/templates/public/checkouts/basic-checkout.php b/templates/public/checkouts/basic-checkout.php index 6adea8806..e5d73cfd1 100644 --- a/templates/public/checkouts/basic-checkout.php +++ b/templates/public/checkouts/basic-checkout.php @@ -17,7 +17,8 @@ * @var string $terms_and_conditions_description * @var string $terms_and_conditions_link_text * @var string $terms_and_conditions_link_src - * + * @var string $amount + * @var string $message_error_amount * @see \MercadoPago\Woocommerce\Gateways\BasicGateway */ @@ -28,7 +29,12 @@ ?>