diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 000000000..591d4aede --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +repos: + # Websec hook is MANDATORY, DO NOT comment it. + - repo: https://github.com/mercadolibre/fury_websec-git-hooks + rev: v1.0.5 + hooks: + - id: pre_commit_hook + stages: [commit] + - id: post_commit_hook + stages: [post-commit] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6fb470a..1d78bcec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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). +## [6.5.0] - 2022-12-22 + +### Added +- Added Mercado Credits payment method +- Added user permissions needed (administrator or editor) for security + +### Changed +- Documented use of a 3rd Party or external service +- Improved Checkout Pro layout + +### Fixed +- Removed nonce validation from checkouts to use WC nonce validation + ## [6.4.1] - 2022-12-14 ### Added diff --git a/assets/css/credits/example-info.css b/assets/css/credits/example-info.css index 2666b4ed0..3ce34b368 100644 --- a/assets/css/credits/example-info.css +++ b/assets/css/credits/example-info.css @@ -11,7 +11,21 @@ border-radius: 8px; font-family: Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif; color: #646970; +} +.credits-info-preview-container { + display: flex; + justify-content: flex-start; + padding: 24px; + flex-direction: row; + align-items: flex-start; + max-width: 512px; + max-height: 742px; + background: #FFFFFF; + box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1); + border-radius: 8px; + font-family: Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif; + color: #646970; } .credits-info-example-buttons-container { @@ -53,6 +67,28 @@ width: 20px; } +.credits-info-example-image-container { + width: 100%; + height: auto; + display: flex; + flex-direction: column; + margin: 0; +} + +.credits-info-example-image { + display: flex; + align-items: center; + justify-content: center; + height: auto; + background: #F5F5F5; + border-radius: 6px; + flex-direction: column; + flex: auto; + max-height: 480px; + padding: 30px; + margin: 0 60px; +} + .credits-info-example-gif-container { width: 100%; height: auto; @@ -75,6 +111,7 @@ padding: 30px; } +.credits-info-example-image>img, .credits-info-example-gif>img { display: flex; flex-direction: row; @@ -136,11 +173,31 @@ padding: 20px 0 30px; } +.credits-info-example-preview-pill { + padding: 3px 8px 2px; + background-color: rgba(71, 154, 209, 0.1); + border: none; + color: rgba(0, 158, 227, 1); + text-align: center; + text-decoration: none; + display: inline-block; + margin: 4px 2px; + border-radius: 46px; + width: fit-content; + align-self: flex-end; + margin: 0 0 24px 0 !important; +} + +.credits-info-example-preview-footer { + padding: 20px 0 0 0; +} + @media screen and (max-width: 768px) { .credits-info-example-container { max-height: 720px; } + .credits-info-example-image-container, .credits-info-example-gif-container { margin: 0; padding: 0; @@ -157,6 +214,7 @@ margin-bottom: 16px; } + .credits-info-preview-container, .credits-info-example-container { display: flex; padding: 24px; diff --git a/assets/css/credits/example-info.min.css b/assets/css/credits/example-info.min.css index 4afca9a87..d65c7cbc3 100644 --- a/assets/css/credits/example-info.min.css +++ b/assets/css/credits/example-info.min.css @@ -1 +1 @@ -.credits-info-example-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:1080px;max-height:640px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-example-buttons-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:176px;max-height:106px;background:#fff;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}.credits-info-example-blue-badge{height:auto;width:4px;border-radius:6px;padding:4px 0 4px 0}.credits-info-example-buttons-child{cursor:pointer;width:100%;height:100%;display:flex;flex:auto;flex-direction:row;justify-content:left;border-bottom:1px solid #1111;padding:2px}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-gif-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding-left:24px}.credits-info-example-gif{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px}.credits-info-example-gif>img{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:824px;padding-top:31px;padding-bottom:33px;max-height:480px;max-width:100%}.credits-info-example-buttons-content{display:flex;align-items:center;justify-content:left;flex-direction:row;padding:0 16px;max-width:100%}.credits-info-example-buttons-content>div{display:flex;justify-content:center}.credits-info-example-buttons-content p{padding-left:16px;flex:2}.credits-info-blue-color{background:#009ee3;color:#009ee3}.selected{color:#009ee3}.credits-info-example-text{padding:30px 0;color:#646970}.credits-info-example-text label{font-size:20px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}.credits-info-example-gif-container p{padding:20px 0 30px}@media screen and (max-width:768px){.credits-info-example-container{max-height:720px}.credits-info-example-gif-container{margin:0;padding:0;overflow:hidden}.credits-info-example-gif p{order:1}.credits-info-example-buttons-container{display:flex;order:0;margin-bottom:16px}.credits-info-example-container{display:flex;padding:24px;flex-direction:column;align-items:center}.credits-info-example-buttons-content{display:flex;align-items:center;padding:0 16px;max-width:100%;max-height:100%;font-size:small}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-buttons-content p{padding-left:16px}.credits-info-example-buttons-child{width:100%;height:40px}} \ No newline at end of file +.credits-info-example-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:1080px;max-height:640px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-preview-container{display:flex;justify-content:flex-start;padding:24px;flex-direction:row;align-items:flex-start;max-width:512px;max-height:742px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);border-radius:8px;font-family:Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;color:#646970}.credits-info-example-buttons-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:176px;max-height:106px;background:#fff;border-radius:6px;flex:none;order:0;align-self:stretch;flex-grow:0}.credits-info-example-blue-badge{height:auto;width:4px;border-radius:6px;padding:4px 0 4px 0}.credits-info-example-buttons-child{cursor:pointer;width:100%;height:100%;display:flex;flex:auto;flex-direction:row;justify-content:left;border-bottom:1px solid #1111;padding:2px}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-image-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0}.credits-info-example-image{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px;margin:0 60px}.credits-info-example-gif-container{width:100%;height:auto;display:flex;flex-direction:column;margin:0;padding-left:24px}.credits-info-example-gif{display:flex;align-items:center;justify-content:center;height:auto;background:#f5f5f5;border-radius:6px;flex-direction:column;flex:auto;max-height:480px;padding:30px}.credits-info-example-gif>img,.credits-info-example-image>img{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:824px;padding-top:31px;padding-bottom:33px;max-height:480px;max-width:100%}.credits-info-example-buttons-content{display:flex;align-items:center;justify-content:left;flex-direction:row;padding:0 16px;max-width:100%}.credits-info-example-buttons-content>div{display:flex;justify-content:center}.credits-info-example-buttons-content p{padding-left:16px;flex:2}.credits-info-blue-color{background:#009ee3;color:#009ee3}.selected{color:#009ee3}.credits-info-example-text{padding:30px 0;color:#646970}.credits-info-example-text label{font-size:20px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}.credits-info-example-gif-container p{padding:20px 0 30px}.credits-info-example-preview-pill{padding:3px 8px 2px;background-color:rgba(71,154,209,.1);border:none;color:#009ee3;text-align:center;text-decoration:none;display:inline-block;margin:4px 2px;border-radius:46px;width:fit-content;align-self:flex-end;margin:0 0 24px 0!important}.credits-info-example-preview-footer{padding:20px 0 0 0}@media screen and (max-width:768px){.credits-info-example-container{max-height:720px}.credits-info-example-gif-container,.credits-info-example-image-container{margin:0;padding:0;overflow:hidden}.credits-info-example-gif p{order:1}.credits-info-example-buttons-container{display:flex;order:0;margin-bottom:16px}.credits-info-example-container,.credits-info-preview-container{display:flex;padding:24px;flex-direction:column;align-items:center}.credits-info-example-buttons-content{display:flex;align-items:center;padding:0 16px;max-width:100%;max-height:100%;font-size:small}.credits-info-example-buttons-content>div:first-child{width:20px}.credits-info-example-buttons-content p{padding-left:16px}.credits-info-example-buttons-child{width:100%;height:40px}} \ No newline at end of file diff --git a/assets/css/mp-plugins-components.css b/assets/css/mp-plugins-components.css index a69954f0d..7d162deb0 100644 --- a/assets/css/mp-plugins-components.css +++ b/assets/css/mp-plugins-components.css @@ -1 +1 @@ -.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:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.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:Helvetica!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{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!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{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:400!important;height:40px!important;line-height:20px!important;outline:none!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!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:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;outline:none!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!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-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!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: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: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-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}.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 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!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-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!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:Helvetica!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-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:Helvetica!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:Helvetica!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:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!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:-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{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important;line-height:25px!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!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:Helvetica!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:Helvetica!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{width:100%!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}.mp-focus{border:1px solid #7f54b3!important}.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:Helvetica!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-family:Helvetica!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:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!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:Helvetica;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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!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-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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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-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-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!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:none!important}.mp-checkout-custom-card-input-iframe{border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!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:none!important}.mp-input-document{border-radius:8px!important;box-shadow:none!important;width:80%!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-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!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-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}.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-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!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-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{width:100%!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}.mp-focus{border:1px solid #7f54b3!important}.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:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper,.mp-input-document .mp-input .mp-document{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} diff --git a/assets/css/mp-plugins-components.min.css b/assets/css/mp-plugins-components.min.css index bf9f2c7d2..e39601eeb 100644 --- a/assets/css/mp-plugins-components.min.css +++ b/assets/css/mp-plugins-components.min.css @@ -1 +1 @@ -.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:Helvetica!important;font-size:14px;font-style:normal;line-height:16px;margin:0;padding:0;vertical-align:baseline;width:auto}.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:Helvetica!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{align-items:center!important;color:#000!important;display:flex;font-family:Helvetica!important;font-size:16px!important;font-style:normal!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{align-items:center!important;background:#009ee3!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;font-family:Helvetica!important;font-size:14px!important;font-style:normal!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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-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:Helvetica!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:80%!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-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!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: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: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-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}.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 8px!important}.mp-checkout-pro-test-mode{padding:0 0 25px!important}.mp-checkout-pro-payment-methods{padding-top:32px!important}.mp-checkout-pro-redirect{margin-top:24px!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-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!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:Helvetica!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-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:Helvetica!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:Helvetica!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:rgba(0,0,0,.9)!important;font-family:Helvetica!important;font-size:16px!important;font-style:normal!important;font-weight:700!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:-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{float:none!important;height:auto!important;margin:0!important;max-height:100%!important;max-width:100%!important;padding-right:12px!important;position:inherit!important;width:auto!important}.mp-checkout-benefits-item span{color:#0000008c!important;font-size:16px!important;line-height:25px!important}.mp-checkout-benefits-count-list-item{color:#009ee3!important;font-size:12px!important;font-style:normal!important;font-weight:600!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:Helvetica!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:Helvetica!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{width:100%!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}.mp-focus{border:1px solid #7f54b3!important}.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:Helvetica!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-family:Helvetica!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:14px!important;width:80%!important}.mp-input-document .mp-input-document-helper{color:#f23d4f!important;display:flex!important;font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif!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:Helvetica;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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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{align-items:center!important;background:#fff!important;border:1px solid #e5e5e5!important;border-radius:4px!important;box-sizing:border-box!important;display:flex;height:40px!important;justify-content:center!important;padding:4px!important;width:60px!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-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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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:Helvetica!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} \ No newline at end of file +.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-pro-content{padding:24px 16px 8px!important}.mp-checkout-pro-payment-methods{padding-top:32px!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-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:80%!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-vertical-line{border-left:1px solid rgba(0,0,0,.25)!important;height:36px!important;width:1px!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-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}.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-terms-and-conditions{align-items:center!important;display:flex!important;justify-content:center!important;padding-top:16px!important;text-align:center!important}.mp-checkout-container{border:0!important;font:inherit!important;font-size:100%!important;margin:0!important;padding:0!important;vertical-align:baseline!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-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{width:100%!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}.mp-focus{border:1px solid #7f54b3!important}.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: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} \ No newline at end of file diff --git a/assets/images/blue-phone-installments.png b/assets/images/blue-phone-installments.png new file mode 100644 index 000000000..8ff941414 Binary files /dev/null and b/assets/images/blue-phone-installments.png differ diff --git a/assets/images/blue-phone.png b/assets/images/blue-phone.png new file mode 100644 index 000000000..55a46ba64 Binary files /dev/null and b/assets/images/blue-phone.png differ diff --git a/assets/images/blue-protection.png b/assets/images/blue-protection.png new file mode 100644 index 000000000..c792ee94a Binary files /dev/null and b/assets/images/blue-protection.png differ diff --git a/assets/images/blue-wallet.png b/assets/images/blue-wallet.png new file mode 100644 index 000000000..39b8b0ba1 Binary files /dev/null and b/assets/images/blue-wallet.png differ diff --git a/assets/images/cho-pro-redirect-v2.png b/assets/images/cho-pro-redirect-v2.png new file mode 100644 index 000000000..bb2085f95 Binary files /dev/null and b/assets/images/cho-pro-redirect-v2.png differ diff --git a/assets/images/credits/MLA_checkout_preview.jpg b/assets/images/credits/MLA_checkout_preview.jpg new file mode 100644 index 000000000..71e92b155 Binary files /dev/null and b/assets/images/credits/MLA_checkout_preview.jpg differ diff --git a/assets/images/credits/MLB_checkout_preview.jpg b/assets/images/credits/MLB_checkout_preview.jpg new file mode 100644 index 000000000..1e0384025 Binary files /dev/null and b/assets/images/credits/MLB_checkout_preview.jpg differ diff --git a/assets/images/credits/MLM_checkout_preview.jpg b/assets/images/credits/MLM_checkout_preview.jpg new file mode 100644 index 000000000..578be74b4 Binary files /dev/null and b/assets/images/credits/MLM_checkout_preview.jpg differ diff --git a/assets/images/credits/checkout_preview.jpg b/assets/images/credits/checkout_preview.jpg new file mode 100644 index 000000000..d161ea984 Binary files /dev/null and b/assets/images/credits/checkout_preview.jpg differ diff --git a/assets/js/credits_config_mercadopago.js b/assets/js/credits_config_mercadopago.js new file mode 100644 index 000000000..7f7ddb039 --- /dev/null +++ b/assets/js/credits_config_mercadopago.js @@ -0,0 +1,113 @@ +/*jshint multistr: true */ + +const payment_mercado_pago_basic = { + initScreen: function () { + if (!this.hasConfigurations()) { + this.removeElements(); + return; + } + this.setInputMaxLength(); + this.setTitleDescriptionStyle(); + this.setHide(); + this.makeCollapsibleAdvancedConfig(); + }, + hasConfigurations: function () { + const settings_table = document.querySelector("table.form-table"); + return settings_table.hasChildNodes(); + }, + removeElements: function () { + const settings_table = document.querySelector("table.form-table"); + settings_table.previousElementSibling.remove(); + settings_table.previousElementSibling.remove(); + settings_table.nextElementSibling.remove(); + }, + setTitleDescriptionStyle: function () { + //update form_fields label + var label = document.querySelectorAll("th.titledesc"); + for (var j = 0; j < label.length; j++) { + label[j].id = "mp_field_text"; + if ( + label[j] && + label[j].children[0] && + label[j].children[0].children[0] + ) { + label[j].children[0].children[0].style.position = "relative"; + label[j].children[0].children[0].style.fontSize = "22px"; + } + } + }, + setInputMaxLength: function () { + // Add max length to title input + let titleInput = document.querySelectorAll(".limit-title-max-length"); + titleInput.forEach((element) => { + element.setAttribute("maxlength", "65"); + }); + }, + setHide: function () { + document.querySelector(".wc-admin-breadcrumb").style.display = "none"; + if (document.querySelector(".mp-header-logo") !== null) { + document.querySelector(".mp-header-logo").style.display = "none"; + } else { + var pElement = document.querySelectorAll("#mainform > p"); + pElement[0] !== undefined ? (pElement[0].style.display = "none") : null; + } + + var h2s = document.querySelectorAll("h2"); + h2s[4] !== undefined ? (h2s[4].style.display = "none") : null; + + document.querySelectorAll(".hidden-field-mp-desc").forEach((element) => { + element.closest("tr").style.display = "none"; + }); + }, + makeCollapsibleOptions: function (id_plus, id_less) { + return ( + '+\ + ' + ); + }, + makeCollapsibleAdvancedConfig: function () { + //collpase Configuración Avanzada + var collapse_title_2 = document.querySelector( + "#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_title" + ); + var collapse_table_2 = document.querySelector( + "#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_description" + ).nextElementSibling; + var collapse_description_2 = document.querySelector( + "#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_description" + ); + collapse_table_2.style.display = "none"; + collapse_description_2.style.display = "none"; + collapse_title_2.style.cursor = "pointer"; + + collapse_title_2.innerHTML += this.makeCollapsibleOptions( + "header_plus_2", + "header_less_2" + ); + + var header_plus_2 = document.querySelector("#header_plus_2"); + var header_less_2 = document.querySelector("#header_less_2"); + + collapse_title_2.onclick = function () { + if (collapse_table_2.style.display === "none") { + collapse_table_2.style.display = "block"; + collapse_description_2.style.display = "block"; + header_less_2.style.display = "block"; + header_plus_2.style.display = "none"; + } else { + collapse_table_2.style.display = "none"; + collapse_description_2.style.display = "none"; + header_less_2.style.display = "none"; + header_plus_2.style.display = "block"; + } + }; + }, +}; + +window.addEventListener("load", function () { + payment_mercado_pago_basic.initScreen(); +}); diff --git a/assets/js/credits_config_mercadopago.min.js b/assets/js/credits_config_mercadopago.min.js new file mode 100644 index 000000000..10b5153f3 --- /dev/null +++ b/assets/js/credits_config_mercadopago.min.js @@ -0,0 +1 @@ +const payment_mercado_pago_basic={initScreen:function(){this.hasConfigurations()?(this.setInputMaxLength(),this.setTitleDescriptionStyle(),this.setHide(),this.makeCollapsibleAdvancedConfig()):this.removeElements()},hasConfigurations:function(){return document.querySelector("table.form-table").hasChildNodes()},removeElements:function(){const e=document.querySelector("table.form-table");e.previousElementSibling.remove(),e.previousElementSibling.remove(),e.nextElementSibling.remove()},setTitleDescriptionStyle:function(){for(var e=document.querySelectorAll("th.titledesc"),t=0;t{e.setAttribute("maxlength","65")}))},setHide:function(){if(document.querySelector(".wc-admin-breadcrumb").style.display="none",null!==document.querySelector(".mp-header-logo"))document.querySelector(".mp-header-logo").style.display="none";else{var e=document.querySelectorAll("#mainform > p");void 0!==e[0]&&(e[0].style.display="none")}var t=document.querySelectorAll("h2");void 0!==t[4]&&(t[4].style.display="none"),document.querySelectorAll(".hidden-field-mp-desc").forEach((e=>{e.closest("tr").style.display="none"}))},makeCollapsibleOptions:function(e,t){return'+ '},makeCollapsibleAdvancedConfig:function(){var e=document.querySelector("#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_title"),t=document.querySelector("#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_description").nextElementSibling,l=document.querySelector("#woocommerce_woo-mercado-pago-credits_checkout_payments_advanced_description");t.style.display="none",l.style.display="none",e.style.cursor="pointer",e.innerHTML+=this.makeCollapsibleOptions("header_plus_2","header_less_2");var n=document.querySelector("#header_plus_2"),o=document.querySelector("#header_less_2");e.onclick=function(){"none"===t.style.display?(t.style.display="block",l.style.display="block",o.style.display="block",n.style.display="none"):(t.style.display="none",l.style.display="none",o.style.display="none",n.style.display="block")}}};window.addEventListener("load",(function(){payment_mercado_pago_basic.initScreen()})); \ No newline at end of file diff --git a/assets/js/mp-plugins-components.js b/assets/js/mp-plugins-components.js index 2378cd51f..2270c96cd 100644 --- a/assets/js/mp-plugins-components.js +++ b/assets/js/mp-plugins-components.js @@ -1 +1 @@ -(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n=this.total&&n.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n=this.total&&n.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n2&&void 0!==arguments[2]?arguments[2]:0;t.setAttribute("src",e[r].src),t.setAttribute("alt",e[r].alt),r=r{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e,r){n.appendChild(t.createItem(e,r))})),n}},{key:"createItem",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-checkout-benefits-item"),n.appendChild(this.getAttribute("steps")?this.createCountList(e):this.createBulletList()),n.appendChild(this.createText(t)),n}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createCountList",value:function(t){var e=document.createElement("p");e.innerText=1+t,e.classList.add("mp-checkout-benefits-count-list-item");var n=document.createElement("div");return n.classList.add("mp-checkout-benefits-count-list-div"),n.appendChild(e),n}},{key:"createBulletList",value:function(){var t=document.createElement("div");t.classList.add("mp-checkout-benefits-tick-mark-container");var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-tick-mark"),t.appendChild(e),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-v2-container"),t.setAttribute("data-cy","checkout-redirect-v2-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-v2-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-v2-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n=this.total&&n.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(r){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(f,r);var o,a,l,s=(o=f,a=i(),function(){var t,e=c(o);if(a){var r=c(this).constructor;t=Reflect.construct(e,arguments,r)}else t=e.apply(this,arguments);return n(this,t)});function f(){return e(this,f),s.apply(this,arguments)}return(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title");var e=this.getAttribute("title-align");return"center"===e&&t.style.setProperty("text-align","center","important"),"left"===e&&t.style.setProperty("text-align","left","important"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e,r){n.appendChild(t.createItem(e,r))})),n}},{key:"createItem",value:function(e,n){var r=document.createElement("div");r.classList.add("mp-checkout-benefits-item");var o=this.getAttribute("list-mode");return"count"===o?(r.appendChild(this.createCountList(n)),r.appendChild(this.createSimpleText(e)),r):"bullet"===o?(r.appendChild(this.createBulletList()),r.appendChild(this.createSimpleText(e)),r):"image"===o&&"object"===t(e)?(r.appendChild(this.createImageList(e)),r.appendChild(this.createCompositeText(e)),r):r}},{key:"createSimpleText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createCompositeText",value:function(t){var e=t.title,n=t.subtitle,r=document.createElement("p");r.classList.add("mp-checkout-benefits-item-title"),r.innerHTML=e;var o=document.createElement("p");o.classList.add("mp-checkout-benefits-item-subtitle"),o.innerHTML=n;var i=document.createElement("span");return i.appendChild(r),i.appendChild(o),i}},{key:"createCountList",value:function(t){var e=document.createElement("p");e.innerText=1+t,e.classList.add("mp-checkout-benefits-count-list-item");var n=document.createElement("div");return n.classList.add("mp-checkout-benefits-count-list-div"),n.appendChild(e),n}},{key:"createBulletList",value:function(){var t=document.createElement("div");t.classList.add("mp-checkout-benefits-tick-mark-container");var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-tick-mark"),t.appendChild(e),t}},{key:"createImageList",value:function(t){var e=t.image,n=document.createElement("div");return n.classList.add("mp-checkout-benefits-image-list"),n.appendChild(this.createImage(e)),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("img");return r.classList.add("mp-checkout-benefits-image"),r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-v2-container"),t.setAttribute("data-cy","checkout-redirect-v2-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-v2-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-v2-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n=this.total&&n.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-slider-container"),t.appendChild(this.createContent()),t}},{key:"createContent",value:function(){var t=JSON.parse(this.getAttribute("methods")),e=document.createElement("div");e.classList.add("mp-payment-method-logo-slider-content"),e.appendChild(this.createImage(t[0]));var n=e.firstChild;return this.createSlider(n,t),e}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}},{key:"createSlider",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;t.setAttribute("src",e[r].src),t.setAttribute("alt",e[r].alt),r=r{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-container"),t.appendChild(this.createContent()),t}},{key:"createContent",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-content"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-payment-methods-v2-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-list"),this.handleMethodsList(t)}},{key:"handleMethodsList",value:function(t){var e=this,n=JSON.parse(this.getAttribute("methods")),r=!1;if(n.forEach((function(o,i){i<=9||11===n.length?t.appendChild(e.createLogo(o)):r=!0})),r){var o=Object.entries(n).slice(10).map((function(t){return t[1]}));t.appendChild(this.createSlider(JSON.stringify(o)))}return t}},{key:"createLogo",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}},{key:"createSlider",value:function(t){var e=document.createElement("payment-method-logo-slider");return e.setAttribute("methods",t),e}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;nenabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.mo b/i18n/languages/woocommerce-mercadopago-es_CL.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_CL.mo and b/i18n/languages/woocommerce-mercadopago-es_CL.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.po b/i18n/languages/woocommerce-mercadopago-es_CL.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CL.po +++ b/i18n/languages/woocommerce-mercadopago-es_CL.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.mo b/i18n/languages/woocommerce-mercadopago-es_CO.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_CO.mo and b/i18n/languages/woocommerce-mercadopago-es_CO.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.po b/i18n/languages/woocommerce-mercadopago-es_CO.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CO.po +++ b/i18n/languages/woocommerce-mercadopago-es_CO.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.mo b/i18n/languages/woocommerce-mercadopago-es_ES.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_ES.mo and b/i18n/languages/woocommerce-mercadopago-es_ES.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.po b/i18n/languages/woocommerce-mercadopago-es_ES.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_ES.po +++ b/i18n/languages/woocommerce-mercadopago-es_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.mo b/i18n/languages/woocommerce-mercadopago-es_MX.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_MX.mo and b/i18n/languages/woocommerce-mercadopago-es_MX.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.po b/i18n/languages/woocommerce-mercadopago-es_MX.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_MX.po +++ b/i18n/languages/woocommerce-mercadopago-es_MX.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.mo b/i18n/languages/woocommerce-mercadopago-es_PE.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_PE.mo and b/i18n/languages/woocommerce-mercadopago-es_PE.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.po b/i18n/languages/woocommerce-mercadopago-es_PE.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_PE.po +++ b/i18n/languages/woocommerce-mercadopago-es_PE.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.mo b/i18n/languages/woocommerce-mercadopago-es_UY.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_UY.mo and b/i18n/languages/woocommerce-mercadopago-es_UY.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.po b/i18n/languages/woocommerce-mercadopago-es_UY.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_UY.po +++ b/i18n/languages/woocommerce-mercadopago-es_UY.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.mo b/i18n/languages/woocommerce-mercadopago-es_VE.mo index 75b1f0635..09b7e30fc 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_VE.mo and b/i18n/languages/woocommerce-mercadopago-es_VE.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.po b/i18n/languages/woocommerce-mercadopago-es_VE.po index a64393760..5c6f3860e 100644 --- a/i18n/languages/woocommerce-mercadopago-es_VE.po +++ b/i18n/languages/woocommerce-mercadopago-es_VE.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -14,12 +14,12 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Al continuar, aceptas nuestros " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Términos y condiciones" @@ -102,15 +102,15 @@ msgstr "Cancelar orden" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "¡El módulo de Mercado Pago necesita el SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "El medio de pago no es válido o no está disponible." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -118,11 +118,11 @@ msgstr "" "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " "encima del máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Los usuários no son válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -130,73 +130,73 @@ msgstr "" "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " "Pago; La transacción involucrando usuários de producción y de prueba." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso no autorizado de credenciales de producción." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Posibles causas: Pendencia de permiso de uso en producción para la " "credencial del vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguay" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Peru" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Actualizar la orden de WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Completa tus credenciales para habilitar los medios de pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Medios de pagos" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual del plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -204,50 +204,50 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pago aprobado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando el pago de Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando el pago del boleto." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "El cliente todavía no efectuó el pago." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "El pago está pendiente de revisión." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "El pago fue devuelto al cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "El pago fue cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -295,84 +295,84 @@ msgstr "" "Por favor, introduzca su email en la dirección de facturación para utilizar " "este servicio" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro " +msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "¿Cuál es el máximo de cuotas con las que un cliente puede comprar?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 cuota" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 cuotas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Activar el checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -380,17 +380,17 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago del checkout en el " "sitio web de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "El checkout está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "El checkout está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -398,15 +398,16 @@ msgstr "" "Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiencia de pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -414,31 +415,31 @@ msgstr "" "Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " "tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redirect" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "Elige la URL que mostraremos a tus clientes cuando terminen su compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esto parece ser una URL no válida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de éxito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -448,11 +449,11 @@ msgstr "" "Asegúrate de incluir un mensaje adecuado a la situación y dales información " "útil para que puedan solucionarlo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pago rechazado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -460,180 +461,278 @@ msgstr "" "Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " "de aprobación." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pago pendiente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilita los medios de pago disponibles para tus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Elige los medios de pago que se aceptan en la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Tarjetas de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Tarjetas de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Otros medios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Volver a la tienda" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "El comprador será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "El comprador no será redirigido automáticamente a la tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Medios de pago disponibles" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "descuento de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "comisión de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Ingresa con facilidad" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Paga rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Protege tu compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "Recupera tu dinero si no recibes el producto." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Usa tu dinero disponible o tarjetas guardadas." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Accede a cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Paga con o sin tarjeta de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compra con confianza" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Recibe ayuda si tienes algún problema con tu compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Cuotas sin interés con bancos seleccionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Tus clientes compran al instante y pagan después en hasta 12 cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "hasta " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Cuotas sin tarjeta" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr " cuotas" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Activar cuotas sin tarjeta en el checkout de tu tienda " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofrece la opción de pago en cuotas sin tarjeta directo desde el checkout de " +"tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Tarjetas de débito " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está activo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Cuotas sin tarjeta en el checkout de la tienda está inactivo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualización en el checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferencia bancaria" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagos en efectivo " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "DEMO" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Llega a millones de compradores ofreciéndoles Mercado Crédito como medio de " +"pago. Nuestras opciones de pago flexibles brindan a tus clientes la " +"posibilidad de comprar lo que quieren hoy en hasta 12 cuotas sin la " +"necesidad de utilizar una tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagos con Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "" +"Para tu negocio, la aprobación de la compra es inmediata y está garantizada." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "¡Nuevo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informa a tus clientes sobre la opción de cuotas sin tarjeta" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Con Mercado Crédito, los clientes pagan " -"en cuotas sin tarjeta, por transferencia, tarjeta de débito, efectivo o " -"dinero disponible en la cuenta de Mercado Pago.
Al activar el " -"componente de cuotas sin tarjeta, aumentarás tus chances de vender. Para " -"saber más, ingresá a documentación." +"Al activar el componente de cuotas sin tarjeta, aumentarás tus " +"posibilidades de venta. Para saber más, acceda al manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "El componente de cuotas sin tarjeta está activado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "El componente de cuotas sin tarjeta está activo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "El componente de cuotas sin tarjeta está desactivado ." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "El componente de cuotas sin tarjeta está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Componente en la página del producto | Versión para computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Componente en la página del producto | Versión para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computadora" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "Visualización del componente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "descuento de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "comisión de" - -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, en tu tienda" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout Personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -641,37 +740,37 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " "en el Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" "El Checkout Transparente de las tarjetas de crédito está activado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "El checkout transparente de las tarjetas de crédito está desactivado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Tasas de pago en cuotas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." msgstr "" "Configura las tasas de las cuotas y si se las cobrarán a la tienda o al " -"comprador. " +"comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar tasas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Tarjeta de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -679,15 +778,15 @@ msgstr "" "Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuración Avanzada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -695,24 +794,24 @@ msgstr "" "Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o " "con otros medios disponibles en sus cuentas de MP." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Los pagos a través de la cuenta de Mercado Pago están activos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" "Los pagos a través de la cuenta de Mercado Pago están deshabilitados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Listo, ¡aceptamos tu pago!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -720,7 +819,7 @@ msgstr "" "Estamos procesando su pago. En menos de una hora le enviaremos el resultado " "por correo electrónico." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -729,32 +828,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Compruebe el número de tarjeta." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Compruebe la fecha de expiración." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Compruebe la información informada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Compruebe el código de seguridad informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "No se puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Usted debe autorizar los pagos de sus órdenes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -762,7 +861,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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -770,7 +869,7 @@ msgstr "" "Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " "utilizar otra tarjeta u otro medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -778,15 +877,15 @@ msgstr "" "Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " "recomienda en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Su metodo de pago no tiene fondos suficientes." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "El pago no puede procesar la cuota seleccionada." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -794,36 +893,53 @@ msgstr "" "Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " "medio de pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este medio de pago no puede procesar su pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Tarjetas de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "Hasta " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Tarjetas de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 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." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver su hoja de pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Haga clic para intentarlo de nuevo" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -831,59 +947,59 @@ msgstr "" "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " "cargado la información en el formulario?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título en el checkout de la tienda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "El texto insertado aquí no se traducirá a otros idiomas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descripción" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "¡Importante! Para vender debe introducir sus credenciales." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "Debe introducir las credenciales de producción." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Introducir credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configuraciones generales del plugin de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir a Configuraciones" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Activa tus credenciales para poder vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -893,40 +1009,40 @@ msgstr "" "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al " "botón Activar credenciales y completa los campos con los datos solicitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Activar credenciales" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuración Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupones de descuento" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupones de descuento están activos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupones de descuento están inactivos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -934,19 +1050,19 @@ msgstr "" "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " "instantáneamente por bancos u otros compradores. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Los pagos pendientes se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Descuento en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -954,16 +1070,16 @@ msgstr "" "Elige un valor porcentual que quieras descontar a tus clientes por pagar con " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comisiones en los checkouts de Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -971,31 +1087,31 @@ msgstr "" "Elige un valor porcentual adicional que quieras cobrar como comisión a tus " "clientes por pagar con Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Convertir moneda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversión de moneda está activa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversión de moneda está inactiva." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edita estos campos avanzados solo cuando quieras modificar los valores " "preestablecidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1003,39 +1119,39 @@ msgstr "" "Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " "Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "El Checkout Transparente está activo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "Para activar el Pix, debes tener una clave registrada en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Descarga la app de Mercado Pago en tu móvil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Ve al área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "y elige la sección " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Tu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Tus claves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1043,7 +1159,7 @@ msgstr "" "Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " "configurar el Pix en tu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1051,7 +1167,7 @@ msgstr "" "Recuerda que, por el momento, el Banco Central de Brasil está abierto de " "lunes a viernes, de 9 a 18 horas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1059,12 +1175,12 @@ msgstr "" "Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " "el siguiente día hábil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Más información sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1072,15 +1188,15 @@ msgstr "" "Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " "en el checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "haz clic aquí." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1088,68 +1204,68 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamientos, con toda la seguridad de Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configuración avanzada de la experiencia Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutes" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 días" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimiento para pagos con Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" "Define el límite de minutos para que tus clientes puedan pagar con Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "¿Quieres saber cómo funciona el Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1157,27 +1273,27 @@ msgstr "" "Creamos una página para explicar cómo funciona este nuevo medio de pago y " "sus ventajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "¿Quieres saber cómo funciona Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Creamos una página que explica su funcionamiento y sus vantajas." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber más sobre Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1185,16 +1301,16 @@ msgstr "" "Un problema se produjo al procesar su pago. ¿Esta seguro que ha rellenado " "correctamente toda la información en el formulario de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "El cliente no ha pagado todavía." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 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." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1202,7 +1318,7 @@ msgstr "" "Escanee el código QR a continuación o copie y pegue el código en la " "aplicación de su banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1210,21 +1326,21 @@ msgstr "" "Ten en cuenta que para recibir pagos a través de Pix en nuestro checkout, " "debes tener una clave Pix registrada en tu cuenta de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Registra tu clave Pix en Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1232,23 +1348,23 @@ msgstr "" "Al desactivar, desabilitarás todos los medios de pago en efectivo en el " "Checkout Transparente de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" "El Checkout Transparente está activo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" "El Checkout Transparente está inactivo para pagos en efectivo o en " "loterías." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1256,15 +1372,15 @@ msgstr "" "Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " "redireccionamentos, con toda la seguridad de Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reducir inventario" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1390,36 @@ msgstr "" "acredite o no el pago final. Desactiva esta opción para reducirlo solo " "cuando los pagos estén aprobados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reducir inventario está activo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reducir inventario está inactivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimiento del pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "En cuántos días caducarán los pagos en efectivo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilita los medios de pago disponibles" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos los medios de pago" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,46 +1427,46 @@ msgstr "" "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado " "correctamente toda la información en el formulario de pago?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Los datos de su documento no son válidos" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para imprimir nuevamente el ticket hace clic" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aquí" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " y " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pago realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" "El pago realizado por el comprador y que ya está acreditado en la cuenta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Llamado resuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Contacta a Mercado Pago para saber más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1358,59 +1474,59 @@ msgstr "" "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " "más detalles." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pago devuelto" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "El pago ya fue devuelto al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "El pago ya fue devuelto parcialmente al cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pago cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "El pago fue cancelado con éxito." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "El pago fue cancelado por el cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Cobro pendiente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Cobro pendiente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Esperando el pago del comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1535,44 @@ msgstr "" "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si " "está todo bien para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Cobro rechazado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Cobro rechazado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,27 +1580,27 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use " "otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pago autorizado. Esperando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." msgstr "" "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pago en proceso" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1493,21 +1609,21 @@ msgstr "" "El banco está revisando el pago. Te avisaremos por e-mail cuando esté " "confirmado para que puedas entregar el producto o brindar el servicio." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Esperando validación de los datos de pago.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Esperando al comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Espererando al emisor de la tarjeta.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1515,21 +1631,21 @@ msgstr "" "El pago no fue procesado por el banco. Pídele a tu cliente que use otro " "medio de pago o que se contacte con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "Mercado Pago no procesó el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Venció el plazo para el pago" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "El cliente no pagó dentro del límite de tiempo.." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1537,7 +1653,7 @@ msgstr "" "El código de seguridad de la tarjeta es inválido. Revisá los datos que " "ingresaste o pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1545,9 +1661,9 @@ msgstr "" "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " "comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1555,8 +1671,8 @@ msgstr "" "Rechazamos este pago porque no pasó los controles de seguridad de Mercado " "Pago. Pedile a tu cliente que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1564,7 +1680,7 @@ msgstr "" "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " "con nosotros para ver qué pasó." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1572,7 +1688,7 @@ msgstr "" "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1580,7 +1696,7 @@ msgstr "" "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " "tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1588,7 +1704,7 @@ msgstr "" "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a " "tu cliente que use otra tarjeta o que se comunique con su banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1596,7 +1712,7 @@ msgstr "" "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente " "que elija otro plan de cuotas o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1604,7 +1720,7 @@ msgstr "" "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que " "se contacte con el banco para autorizarlo o que use otra tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1612,7 +1728,7 @@ msgstr "" "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " "es así, tu cliente puede intentarlo de nuevo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1620,7 +1736,7 @@ msgstr "" "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta " "o que se comunique con su banco para activarla." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1628,9 +1744,9 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1638,7 +1754,7 @@ msgstr "" "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " "la tarjeta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1646,7 +1762,7 @@ msgstr "" "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra " "tarjeta o que se comunique con el banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1654,7 +1770,7 @@ msgstr "" "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función débito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1662,7 +1778,7 @@ msgstr "" "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que " "puede pagar con la función crédito de la misma tarjeta o pídele que use otra." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1670,7 +1786,7 @@ msgstr "" "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se " "comunique con el banco para autorizar el pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1680,11 +1796,11 @@ msgstr "" "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " "pago." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Hubo un error" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "No fue posible completar la transacción." @@ -1713,11 +1829,11 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Activar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "¿tienes un minuto para compartir tu experiencia con nuestro plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1725,15 +1841,15 @@ msgstr "" "Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " "posible y seguir mejorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Valorar el plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Pagos a través de la cuenta de Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1743,60 +1859,60 @@ msgstr "" "Mercado Pago.
La tasa de aprobación de estos pagos en tu tienda puede " "ser un 25% mayor en comparación con otros medios de pago." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" -msgstr "" +msgstr "Activar" #: ../../includes/admin/views/html-admin-alert-frame.php:34, #: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configuración de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Acepta " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagos al instante " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "con toda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "la " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "seguridad " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensiones GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1804,7 +1920,7 @@ msgstr "" "Implementación responsable de transmitir los datos a Mercado Pago de forma " "segura y encriptada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1812,7 +1928,7 @@ msgstr "" "Extensiones responsables de la aplicación y el funcionamiento de Pix en su " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1820,56 +1936,56 @@ msgstr "" "Es una extensión encargada de realizar los pagos a través de requests del " "plugin a Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Cobros y cuotas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Elige " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "cuándo quieres recibir el dinero " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "de las ventas y si quieres ofrecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "cuotas sin interés " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "a los clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar plazos y tasas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "¿Dudas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revisa el paso a paso de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "cómo integrar el Plugin de Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "en nuestro sitio de desarrolladores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integra la tienda a Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1877,60 +1993,60 @@ msgstr "" "Para habilitar las ventas, debes crear y activar las credenciales de " "producción en tu cuenta de Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copia y pega tus credenciales a continuación." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciales de producción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " "tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Pega aquí tu Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Pega aquí tu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Guardar y continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personaliza tu negocio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1938,54 +2054,54 @@ msgstr "" "Completa los siguientes datos para tener una mejor experiencia y ofrecer más " "información a los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nombre de tu tienda en la factura de los clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ej.: TiendaMaría" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Si el campo queda vacío, la compra del cliente se identificará como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificación en Actividad de Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ej.: Tienda de María" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "En Actividad verás el término ingresado antes del número o del pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoría de la tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Seleccionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opciones avanzadas de integración (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1993,19 +2109,19 @@ msgstr "" "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opciones avanzadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2013,19 +2129,19 @@ msgstr "" "Ingresa la URL para recibir notificaciones de pago. Consulta más información " "en los " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ej.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2033,39 +2149,39 @@ msgstr "" "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " "integrator_id. Si no tienes el código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicítalo ahora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug y log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configura los medios de pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Testea tu tienda antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2073,202 +2189,202 @@ msgstr "" "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " "para realizar ventas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Elige cómo quieres operar tu tienda:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Reglas del modo test." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago activos para cobros reales." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crea tu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuario de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para " "probar los pagos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Utiliza nuestras tarjetas de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca utilices tarjetas reales. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visita tu tienda " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testear compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Guardar cambios" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Tienda en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Tienda en Modo Ventas (Producción)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Ingresa las credenciales de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para activar el modo de prueba, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copia tus credenciales de prueba " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "y pégalas en la sección 1 de esta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token no válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key no válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "Las credenciales deben ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "Se actualizaron las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Ahora su tienda está fuera del modo de prueba y está realizando ventas " "reales en el modo de producción." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nuestro manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como ingresar las credenciales de forma correcta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "Información sobre tu tienda" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Medios de pago Mercado Pago en Modo Test" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Medios de pago Mercado Pago en Modo Produción" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciales inválidas para el modo de prueba" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Activado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inactivo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciales válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "No se pudieron validar las credenciales" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Los campos comerciales de la tienda son válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Al menos un método de pago está habilitado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "No se habilitó ningún método de pago" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Servicio de envío utilizado por la tienda." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Descuento proporcionado por la tienda" @@ -2345,7 +2461,8 @@ msgstr "" "La credencial para producción Access Token está en blanco. Revísala " "para poder recibir pagos reales." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2353,13 +2470,15 @@ msgstr "" "Se ha producido un error en el procesamiento de su pago. Por favor, " "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar con Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpiar carrito" @@ -2451,7 +2570,7 @@ msgstr "Banco" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155 msgid "Installments" -msgstr "cuotas " +msgstr "Cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 msgid "on the back" @@ -2508,15 +2627,15 @@ msgstr "Código de seguridad incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Coste de las cuotas:" +msgstr "Coste de las cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total con cuotas:" +msgstr "Total con cuotas" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr " cuotas de " +msgstr "cuotas de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2647,57 +2766,89 @@ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro en Modo Test" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utiliza los medios de Mercado Pago sin cobros reales. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte las reglas para el modo test." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Paga más rápido con Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicia sesión en Mercado Pago 
y obtén beneficios" -#: ../../templates/checkout/basic-checkout.php:36 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "" -"Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compra con tu dinero disponible o tarjetas guardadas " - -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 -msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado Pago" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagen de redirección de Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Al continuar, aceptas nuestros" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" -msgstr "Términos y condiciones " +msgstr "Términos y condiciones" + +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Mensualidades sin tarjeta en Modo Test" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "¿Cómo usar?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicia sesión o crea una cuenta en Mercado Pago. Si utilizas Mercado " +"Libre, ¡ya tienes una!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Conoce tu límite disponible en Mercado Crédito y elige en cuántas cuotas quieres pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Paga las cuotas como prefieras: con dinero, tarjeta o directo desde " +"la app de Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma " +"segura." #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" @@ -2709,7 +2860,7 @@ msgstr "Utiliza los medios de Mercado Pago sin cobros reales." #: ../../templates/checkout/custom-checkout.php:25 msgid "See test mode rules." -msgstr "Ver las reglas del Modo Test. " +msgstr "Ver las reglas del Modo Test." #: ../../templates/checkout/custom-checkout.php:35 msgid "Pay with saved cards" @@ -2820,7 +2971,7 @@ msgstr "Selecciona el punto de pago donde quieres pagar" #: ../../templates/checkout/ticket-checkout.php:41 msgid "more options" -msgstr "Más opciones" +msgstr "más opciones" #: ../../templates/checkout/ticket-checkout.php:43 msgid "Select a payment method" @@ -2846,6 +2997,58 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir ticket" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualización en el checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "A continuación verás cómo este recurso aparecerá para tus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualización del componente" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Consulta el ejemplo de cómo aparecerá en la tienda:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferencia bancaria" + +#~ msgid "Payment by cash" +#~ msgstr "Pagos en efectivo" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "" +#~ "Si ya tienes una cuenta de Mercado Libre, usa el mismo mail y contraseña" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Cuando confirmes tu compra, te redireccionaremos a tu cuenta de Mercado " +#~ "Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagos con Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "¡Nuevo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Con Mercado Crédito, los clientes " +#~ "pagan en cuotas sin tarjeta, por transferencia, tarjeta de débito, " +#~ "efectivo o dinero disponible en la cuenta de Mercado Pago.
Al " +#~ "activar el componente de cuotas sin tarjeta, aumentarás tus chances " +#~ "de vender. Para saber más, ingresá a documentación." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "El componente de cuotas sin tarjeta está desactivado ." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Gana más puntos y ventajas exclusivas en Mercado Puntos " @@ -2904,9 +3107,6 @@ msgstr "Imprimir ticket" #~ msgid "Go to settings" #~ msgstr "Ir a la configuración" -#~ msgid "Secure payment" -#~ msgstr "Pago seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sin cargar datos" @@ -3241,9 +3441,6 @@ msgstr "Imprimir ticket" #~ "posible y maximiza la conversión de tu negocio. Con el checkout " #~ "personalizado tus clientes pagan ¡sin salir de tu tienda!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Paga con tarjetas de débito y crédito" - #~ msgid "Follow these steps to activate Mercado Pago in your store:" #~ msgstr "Sigue estos pasos para activar Mercado Pago en tu tienda:" diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.mo b/i18n/languages/woocommerce-mercadopago-pt_BR.mo index 037560d3f..39afd2a1d 100644 Binary files a/i18n/languages/woocommerce-mercadopago-pt_BR.mo and b/i18n/languages/woocommerce-mercadopago-pt_BR.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.po b/i18n/languages/woocommerce-mercadopago-pt_BR.po index d9b3b9237..e8710e858 100644 --- a/i18n/languages/woocommerce-mercadopago-pt_BR.po +++ b/i18n/languages/woocommerce-mercadopago-pt_BR.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: Mercado Pago payments for WooCommerce 6.0.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" "mercadopago\n" -"POT-Creation-Date: 2022-12-08 21:58+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -11,15 +11,15 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.2\n" #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, -#: ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "Ao continuar, você concorda com nossos " #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, -#: ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "Termos e condições" @@ -101,15 +101,15 @@ msgstr "Cancelar ordem" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "O módulo Mercado Pago necessita do SDK para funcionar!" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "O meio de pagamento não é válido ou não está disponível." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "O valor da transação não pode ser processado pelo Mercado Pago." -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "" "Possible causes: Currency not supported; Amounts below the minimum or above " "the maximum allowed." @@ -117,11 +117,11 @@ msgstr "" "Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do " "máximo permitido." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "Os usuários não são válidos." -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "" "Possible causes: Buyer and seller have the same account in Mercado Pago; The " "transaction involving production and test users." @@ -129,73 +129,73 @@ msgstr "" "Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado " "Pago; A transação está envolvendo usuários de produção e teste." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "Uso não autorizado de credenciais de produção." -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "" "Possible causes: Use permission in use for the credential of the seller." msgstr "" "Possíveis causas: Pendência de permissão de uso na produção para a " "credencial do vendedor." -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "Colombia" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "Argentina" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "Brasil" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "Chile" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "México" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "Uruguai" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "Venezuela" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "Perú" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "Atualizar a ordem do WooCommerce para " -#: ../../includes/module/class-wc-woomercadopago-module.php:819, +#: ../../includes/module/class-wc-woomercadopago-module.php:823, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "Complete suas credenciais para habilitar os meios de pagamento." -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "Configurar plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "Meios de pagamento" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "Manual do plugin" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "Por Mercado Pago" @@ -203,52 +203,52 @@ msgstr "Por Mercado Pago" msgid "Payment approved." msgstr "Pagamento aprovado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "Esperando o pagamento via Pix." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "Esperando o pagamento." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "O cliente ainda não realizou o pagamento." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "O pagamento está em revisão." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "O pagamento foi recusado. O cliente pode tentar novamente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "O pagamento foi estornado ao cliente." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "O pagamento foi cancelado." -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 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." #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "" "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" "Mercado Pago: O pagamento %1$s foi notificado pelo Mercado Pago com status " "%2$s." -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, @@ -296,85 +296,85 @@ msgstr "" "Por favor, digite seu e-mail no endereço de faturamento para usar este " "serviço" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" msgstr "Mercado Pago - Checkout Pro" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" msgstr "Compras com cartões salvos ou saldo no Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "Máximo de parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "" "Qual é o número máximo de vezes que um cliente pode parcelar sua compra?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "1 parcela" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "2 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "3 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "4 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "5 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "6 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "10 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "12 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "15 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "18 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "24 parcelas" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "Ativar o checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "" "By disabling it, you will disable all payments from Mercado Pago Checkout at " "Mercado Pago website by redirect." @@ -382,17 +382,17 @@ msgstr "" "Ao desativar, você desabilita todos os meios de pagamentos para o checkout " "com redirecionamento no site do Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "O checkout está ativo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "O checkout está inativo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "" "With Checkout Pro you sell with all the safety inside Mercado Pago " "environment." @@ -400,15 +400,16 @@ msgstr "" "Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado " "Pago." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "Configuração Avançada" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "Experiência de pagamento" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "" "Define what payment experience your customers will have, whether inside or " "outside your store." @@ -416,32 +417,32 @@ msgstr "" "Defina qual experiência de pagamento seus clientes terão se dentro ou fora " "da sua loja." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "Redireciona" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "Modal" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "" "Choose the URL that we will show your customers when they finish their " "purchase." msgstr "" "Selecione a URL que mostraremos aos seus clientes quando concluirem a compra." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "Esta parece ser uma URL inválida." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "URL de sucesso" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "" "Choose the URL that we will show to your customers when we refuse their " "purchase. Make sure it includes a message appropriate to the situation and " @@ -451,11 +452,11 @@ msgstr "" "compra. Certifique-se de incluir uma mensagem adequada à situação e dê " "informações úteis para que eles possam solucionar a questão." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "URL de pagamento recusado" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "" "Choose the URL that we will show to your customers when they have a payment " "pending approval." @@ -463,180 +464,278 @@ msgstr "" "Selecione a URL que mostraremos aos seus clientes quando tiverem um " "pagamento pendente de aprovação." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "URL de pagamento pendente" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "Habilite os meios de pagamento disponíveis para os seus clientes." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "Escolha os meios de pagamento aceitos na loja" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "Cartões de crédito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "Cartões de débito" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "Outros meios" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "Voltar à loja" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "" "Do you want your customer to automatically return to the store after payment?" msgstr "" "Deseja que seu cliente retorne automaticamente à loja após o pagamento?" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "O comprador será redirecionado automaticamente à loja." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "O comprador não será redirecionado automaticamente à loja." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "Meios de pagamento disponíveis" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "desconto de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "taxa de" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "Entre fácil" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "Pague rápido" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "Use seus cartões salvos, Pix ou saldo disponível." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "Proteja sua compra" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +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." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "Use seu dinheiro disponível e cartões salvos." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "Use parcelas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "Pague com ou sem cartão de crédito." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "Compre com confiança" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "Receba ajuda se tiver algum problema com sua compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "Parcelas sem juros em bancos selecionados." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "Clientes compram na hora e pagam depois em até 12x" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" -msgstr "Parcelas sem cartão" +msgstr "Parcelado sem cartão" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " -msgstr "ATÉ " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" +msgstr "Mercado Pago - Parcelamento sem cartão" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" -msgstr "x" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " +msgstr "Ativar parcelamento sem cartão no checkout da loja " -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" -msgstr "Cartões de crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "" +"Offer the option to pay in installments without card directly from your " +"store's checkout." +msgstr "" +"Ofereça a opção de pagamento parcelado sem cartão através do checkout da sua " +"loja." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" -msgstr "Cartões de débito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "" +"Payment in installments without card in the store checkout is active" +msgstr "Parcelamento sem cartão no checkout da loja está ativo" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "" +"Payment in installments without card in the store checkout is inactive" +msgstr "Parcelamento sem cartão no checkout da loja está desativado" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" +msgstr "Visualização no checkout" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" +msgstr "Confira como aparecerá este recurso para seus clientes:" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" -msgstr "Transferência bancária" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" +msgstr "Visualização no checkout" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" -msgstr "Pagamento via boleto" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" +msgstr "PRÉ-VISUALIZAÇÃO" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" -msgstr "Pagamentos com Mercado Crédito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "" +"Reach millions of buyers by offering Mercado Credito as a payment method. " +"Our flexible payment options give your customers the possibility to buy " +"today whatever they want in up to 12 installments without the need to use a " +"credit card." +msgstr "" +"Alcance milhares de compradores oferecendo Mercado Crédito como meio de " +"pagamento. Em um cenário competitivo e com o comércio on-line crescendo cada " +"vez mais, utilize nossas opções de pagamento flexíveis, dando aos seus " +"clientes a possibilidade de comprar o que querem hoje em até 12x sem ter que " +"usar cartão." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" -msgstr "Novo!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "" +"For your business, the approval of the purchase is immediate and guaranteed." +msgstr "Para o seu negócio, a aprovação da compra é imediata e está garantida." + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "" +"Inform your customers about the option of paying in installments without card" +msgstr "Informe aos seus clientes sobre a opção de parcelamento sem cartão" #. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 msgid "" -"With Mercado Credito, clients can pay " -"in installments with no card, by transfers, invoice or money available in " -"their Mercado Pago account.
By activating the no-card " -"installments banner, you will increase your chances of selling." +"By activating the installments without card component, you increase " +"your chances of selling. To learn more, please check the technical guideline." msgstr "" -"Com Mercado Crédito, os clientes pagam " -"parcelado sem cartão, via Pix, boleto ou saldo em conta, no app do " -"Mercado Pago.
Ao ativar o informativo de parcelamento sem cartão, você aumentará suas chances de vender. Para saber mais, acesse a " -"documentação." +"Ativando o componente de parcelamento sem cartão, você aumentará suas " +"possibilidades de venda. Para saber mais, acesse o manual técnico." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." -msgstr "O informativo de parcelamento sem cartão está ativado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." +msgstr "O componente de parcelamento sem cartão está ativo." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." -msgstr "O informativo de parcelamento sem cartão está desativado." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "O componente de parcelamento sem cartão está desativado." -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 msgid "Banner on the product page | Computer version" msgstr "Informativo na página do produto | Versão para computador" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 msgid "Banner on the product page | Cellphone version" msgstr "Informativo na página do produto | Versão para celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 msgid "Computer" msgstr "Computador" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 msgid "Mobile" msgstr "Celular" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" -msgstr "Visualização do informativo" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" -msgstr "Confira o exemplo de como vai aparecer na loja:" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" -msgstr "desconto de" - -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" -msgstr "taxa de" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" +msgstr "Visualização do componente" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "Checkout Transparente, no ambiente da sua loja" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "Débito e crédito" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "Mercado Pago - Checkout personalizado" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "" "By disabling it, you will disable all credit cards payments from Mercado " "Pago Transparent Checkout." @@ -644,20 +743,20 @@ msgstr "" "Ao desativar, você desabilita todos os meios de pagamento de cartão de " "crédito no Checkout Transparente Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "O Checkout Transparente para cartões de crédito está ativado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" "O checkout transparente para cartões de crédito está desativado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "Taxas de parcelamento" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "" "Set installment fees and whether they will be charged from the store or from " "the buyer." @@ -665,15 +764,15 @@ msgstr "" "Configure as taxas de parcelamento e se elas serão cobradas da loja ou do " "comprador." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "Configurar taxas" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "Checkout Transparente | Cartão de Crédito " -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and with the security from Mercado Pago." @@ -681,15 +780,15 @@ msgstr "" "Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " "loja, sem redirecionamento, com toda a segurança do Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "Configuração Avançada" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "Pagamentos via conta Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "" "Your customers pay faster with saved cards, money balance or other available " "methods in their Mercado Pago accounts." @@ -697,23 +796,23 @@ msgstr "" "Seus clientes pagam mais rapidamente com cartões salvos, saldo ou outros " "meios disponíveis nas contas MP deles." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "Pagamentos via conta Mercado Pago estão ativos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "Pagamentos via conta Mercado Pago estão desativados." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "Confira um exemplo de como vai aparecer na loja:" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "Pronto, aceitamos seu pagamento!" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "" "We are processing your payment. In less than an hour we will send you the " "result by email." @@ -721,7 +820,7 @@ msgstr "" "Estamos processando seu pagamento. Em menos de uma hora você será notificado " "por email." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 " @@ -731,32 +830,32 @@ msgstr "" "notificado por email se o pagamento foi aprovado ou se são necessárias " "informações adicionais." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "Verifique o número do cartão." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "Verifique a data de expiração." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "Verifique as informações preenchidas." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "Verifique o código de segurança informado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "Não foi possível processar seu pagamento." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "Você deve autorizar o pagamento dos seus pedidos." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "" "Contact your card issuer to activate it. The phone is on the back of your " "card." @@ -764,7 +863,7 @@ msgstr "" "Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do " "seu cartão." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 msgid "" "You have already made a payment of this amount. If you have to pay again, " "use another card or other method of payment." @@ -772,7 +871,7 @@ msgstr "" "Você já realizou o pagamento para esse valor. Se precisa pagar novamente, " "use outro cartão ou outro método de pagamento." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "" "Your payment was declined. Please select another payment method. It is " "recommended in cash." @@ -780,15 +879,15 @@ msgstr "" "Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se " "dinheiro." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "Seu pagamento não possui saldo suficiente." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "Seu pagamento não pode processar o parcelamento selecionado." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "" "You have reached the limit of allowed attempts. Choose another card or other " "payment method." @@ -796,35 +895,52 @@ msgstr "" "Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou " "outro método de pagamento." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "Este método de pagamento não pôde processar o seu pagamento." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "Cartões de crédito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "ATÉ " + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr " x" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "Cartões de débito" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" "Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "Ver o resumo do pedido" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente." -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "Clique para tentar novamente" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "" "A problem was occurred when processing your payment. Are you sure you have " "correctly filled all information in the checkout form?" @@ -832,59 +948,60 @@ msgstr "" "Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " "corretamente todas as informações no formulário de checkout?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" "Complete suas credenciais para habilitar os meios de pagamento Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "Título no checkout da loja" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Altere o texto que aparece no Checkout, máximo de caracteres: 85" +msgstr "" +"É possível modificar o título dentro da sua loja. Caracteres máximos: 85" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "O texto inserido aqui não será traduzido para outras línguas" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "Descrição" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "Importante! Para vender você deve inserir suas credenciais." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "É necessário inserir as credenciais de produção." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "Inserir credenciais" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "Configurações gerais do plugin do Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "" "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "Ajuste taxas e prazos, teste sua loja ou acesso o manual do plugin." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "Ir para Configurações" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "Ative suas credenciais para conseguir vender" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "" "Credentials are codes that you must enter to enable sales. Go below on " "Activate Credentials. On the next screen, use again the Activate Credentials " @@ -894,42 +1011,42 @@ msgstr "" "abaixo em Ativar credencias. Na tela seguinte, vá novamente no botão Ativar " "credenciais e preencha os campos com os dados pedidos." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "Ativar credenciais" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "" "Ao desativar, você desabilita todos os meios de pagamento deste checkout." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "Configuração Básica" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "Cupons de desconto" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" "Você vai oferecer cupons de desconto para os clientes que comprarem com " "Mercado Pago?" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "Cupons de desconto estão habilitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "Cupons de desconto estão desabilitados." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "Recusa automática de pagamentos sem aprovação instantânea" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "" "Enable it if you want to automatically decline payments that are not " "instantly approved by banks or other institutions. " @@ -937,19 +1054,19 @@ msgstr "" "Ative se quiser recusar automaticamente pagamentos que não são aprovados " "instantaneamente por bancos ou outros adquirentes. " -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "Pagamentos pendentes serão recusados automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "Pagamentos pendentes não serão recusados automaticamente." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "Desconto nos checkouts Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "" "Choose a percentage value that you want to discount your customers for " "paying with Mercado Pago." @@ -957,16 +1074,16 @@ msgstr "" "Selecione um valor percentual que quiser descontar para seus clientes por " "pagar com Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "Ativar e mostrar essa informação no checkout Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "Comissão nos checkouts Mercado Pago" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "" "Choose an additional percentage value that you want to charge as commission " "to your customers for paying with Mercado Pago." @@ -974,31 +1091,31 @@ msgstr "" "Selecione um valor percentual adicional que quiser cobrar como tarifa dos " "seus clientes por pagar com Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "Converter moeda" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "Conversão de moeda está ativa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "Conversão de moeda está inativa." -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "" "Edit these advanced fields only when you want to modify the preset values." msgstr "" "Edite estes campos avançados da experiência de pagamento somente quando " "quiser alterar os valores pré-definidos." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "" "By disabling it, you will disable all Pix payments from Mercado Pago " "Transparent Checkout." @@ -1006,40 +1123,40 @@ msgstr "" "Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente " "Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "O checkout transparente para pagamentos com Pix está ativo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "O checkout transparente para pagamentos com Pix está inativo." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "" "Para ativar o PIX, você precisa ter uma chave cadastrada no Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "Baixe o app do Mercado Pago no seu celular." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "Acesse a área " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "e escolha a seção " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "Seu Perfil " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "Suas chaves Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "" "Choose which data to register as Pix keys. After registering, you can set up " "Pix in your checkout." @@ -1047,7 +1164,7 @@ msgstr "" "Escolha quais dados cadastrar como chaves Pix. Após fazer esse cadastro, " "você poderá configurar o Pix no seu checkout." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "" "Remember that, for the time being, the Central Bank of Brazil is open Monday " "through Friday, from 9am to 6pm." @@ -1055,7 +1172,7 @@ msgstr "" "Lembre-se de que, por enquanto, o Banco Central do Brasil funciona de " "segunda a sexta-feira, das 9h às 18h." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "" "If you requested your registration outside these hours, we will confirm it " "within the next business day." @@ -1063,12 +1180,12 @@ msgstr "" "Se você solicitou seu cadastro fora desse horário, vamos confirmar no " "próximo dia útil." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "Saber mais sobre o Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "" "If you have already registered a Pix key at Mercado Pago and cannot activate " "Pix in the checkout, " @@ -1076,15 +1193,15 @@ msgstr "" "Caso já tenha cadastrado uma chave PIX no Mercado Pago e não consiga ativar " "o PIX no checkout, " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "clique aqui." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "Checkout Transparente | Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago. " @@ -1092,67 +1209,67 @@ msgstr "" "Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " "loja, sem redirecionamento, com toda a segurança do Mercado Pago. " -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "Configurações avançadas da experiência de pagamento via Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "15 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "30 minutos (recomendado)" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "60 minutos" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "12 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "24 horas" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "2 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "3 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "4 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "5 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "6 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "7 dias" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "Vencimento para pagamentos com Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "Defina o limite de minutos para seus clientes poderem pagar com Pix." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "Quer saber como funciona o PIX?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "" "We have created a page to explain how this new payment method works and its " "advantages." @@ -1160,27 +1277,27 @@ msgstr "" "Criamos uma página para te explicar o funcionamento e as vantagens dessa " "nova forma de pagamento." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "Quer saber como funciona o Pix?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "" "We have a dedicated page where we explain how it works and its advantages." msgstr "Criamos uma página que explica seu funcionamento e vantagens." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "Saber mais sobre o Pix" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" "Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "" "A problem occurred when processing your payment. Are you sure you have " "correctly filled in all the information on the checkout form?" @@ -1188,16 +1305,16 @@ msgstr "" "Um problema ocorreu ao processar seu pagamento. Você tem certeza que " "preencheu corretamente todos os campos do formulário do checkout?" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "Cliente ainda não pagou." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 msgid "Now you just need to pay with Pix to finalize your purchase." msgstr "Agora é só pagar com o Pix para finalizar sua compra." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "" "Scan the QR code below or copy and paste the code into your bank's " "application." @@ -1205,7 +1322,7 @@ msgstr "" "Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu " "banco." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "" "Please note that to receive payments via Pix at our checkout, you must have " "a Pix key registered in your Mercado Pago account." @@ -1213,21 +1330,21 @@ msgstr "" "Lembre-se de que para receber pagamentos via PIX em nosso checkout, você " "precisa ter uma chave PIX cadastrada na sua conta Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "Cadastre sua chave PIX no Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "Código válido por " -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "Boleto e lotérica" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "" "By disabling it, you will disable all invoice payments from Mercado Pago " "Transparent Checkout." @@ -1235,19 +1352,19 @@ msgstr "" "Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout " "Transparente Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "O checkout transparente para boletos está ativo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "O checkout transparente para boletos está inativo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "Checkout Transparente | Boleto ou lotérica" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "" "With the Transparent Checkout, you can sell inside your store environment, " "without redirection and all the safety from Mercado Pago." @@ -1255,16 +1372,16 @@ msgstr "" "Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " "loja, sem redirecionamento, com toda a segurança do Mercado Pago." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "" "Configuração avançada da experiência de pagamento via boleto e em lotéricas" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "Reduzir inventário" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "" "Activates inventory reduction during the creation of an order, whether or " "not the final payment is credited. Disable this option to reduce it only " @@ -1274,36 +1391,36 @@ msgstr "" "pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando " "os pagamentos estiverem aprovados." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "Reduzir inventário está ativo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "Reduzir inventário está inativo." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "Vencimento do pagamento" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "Em quantos dias os pagamentos via boleto e em lotéricas vencerão." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "Habilite os meios de pagamento disponíveis" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "Habilite os meios de pagamento disponíveis para seus clientes." -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "Todos os meios de pagamento" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "" "There was a problem processing your payment. Are you sure you have correctly " "filled out all the information on the payment form?" @@ -1311,45 +1428,45 @@ msgstr "" "Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " "corretamente todas as informações no formulário de pagamento?" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "Número de documento inválido" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "Para reimprimir o boleto clique" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "aqui" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr " e " -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "Pagamento realizado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "Pagamento realizado pelo comprador e já creditado na conta." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "Chamado resolvido" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "Pagamento devolvido" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "" "Your refund request has been made. Please contact Mercado Pago for further " "details." @@ -1357,59 +1474,59 @@ msgstr "" "Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado " "Pago para consultar mais detalhes." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "Pagamento devolvido" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "O pagamento já foi devolvido ao cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "O pagamento já foi devolvido parcialmente ao cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "Pagamento cancelado" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "O pagamento foi cancelado com sucesso." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "Compra cancelada" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "O pagamento foi cancelado pelo cliente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 -msgid "Pending payment" -msgstr "Pagamento pendente" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +msgid "Pending payment" +msgstr "Pagamento pendente" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "Aguardando pagamento do comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "" "We are veryfing the payment. We will notify you by email in up to 6 hours if " "everything is fine so that you can deliver the product or provide the " @@ -1419,44 +1536,44 @@ msgstr "" "se está tudo certo para que você possa entregar o produto ou oferecer o " "serviço." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 -msgid "Declined payment" -msgstr "Pagamento recusado" - #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +msgid "Declined payment" +msgstr "Pagamento recusado" + +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "" "The card-issuing bank declined the payment. Please ask your client to use " "another card or to get in touch with the bank." @@ -1464,11 +1581,11 @@ msgstr "" "O banco emissor do cartão recusou o pagamento. Peça para seu cliente usar " "outro cartão ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "Pagamento autorizado. Aguardando captura." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "" "The payment has been authorized on the client's card. Please capture the " "payment." @@ -1476,17 +1593,17 @@ msgstr "" "O pagamento já foi autorizado no cartão do cliente. Faça a captura do " "pagamento." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "Pagamento em processamento" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "" "Aguarde ou entre em contato com o Mercado Pago para consultar mais detalhes" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "" "The bank is reviewing the payment. As soon as we have their confirmation, we " "will notify you via email so that you can deliver the product or provide the " @@ -1496,21 +1613,21 @@ msgstr "" "recebermos a confirmação para que você possa entregar o produto ou oferecer " "o serviço." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "Aguardando validação das informações de pagamento." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "Aguardando o comprador." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "Aguardando o emissor do cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "" "The payment could not be processed. Please ask your client to use another " "card or to get in touch with the bank." @@ -1518,21 +1635,21 @@ msgstr "" "O pagamento não foi processado pelo banco. Peça para seu cliente usar outro " "meio de pagamento ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "O Mercado Pago não processou o pagamento" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "Prazo expirado para pagamento" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "O cliente não pagou dentro do limite de tempo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "" "The CVV is invalid. Please ask your client to review the details or use " "another card." @@ -1540,7 +1657,7 @@ msgstr "" "O código de segurança é inválido. Por favor, peça para seu cliente revisar " "os dados ou usar outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "" "The card is expired. Please ask your client to use another card or to " "contact the bank." @@ -1548,9 +1665,9 @@ msgstr "" "O cartão está vencido. Por favor, peça para seu cliente usar outro cartão ou " "entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "" "This payment was declined because it did not pass Mercado Pago security " "controls. Please ask your client to use another card." @@ -1558,8 +1675,8 @@ msgstr "" "Este pagamento foi recusado porque não passou pelos controles de segurança " "do Mercado Pago. Peça para seu cliente usar outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "" "The buyer is suspended in our platform. Your client must contact us to check " "what happened." @@ -1567,7 +1684,7 @@ msgstr "" "O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em " "contato conosco para saber o que aconteceu." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" "The card does not have enough limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1575,7 +1692,7 @@ msgstr "" "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão " "ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "" "The card does not have sufficient balance. Please ask your client to use " "another card or to get in touch with the bank." @@ -1583,7 +1700,7 @@ msgstr "" "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão " "ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "" "The CVV was entered incorrectly several times. Please ask your client to use " "another card or to get in touch with the bank." @@ -1591,7 +1708,7 @@ msgstr "" "O código de segurança do cartão foi inserido incorretamente várias vezes. " "Peça para seu cliente trocar o cartão ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "" "The card does not allow the number of installments entered. Please ask your " "client to choose another installment plan or to use another card." @@ -1599,7 +1716,7 @@ msgstr "" "O cartão não aceita o número de parcelas escolhido. Peça para seu cliente " "escolher um número diferente de parcelas ou usar outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authotize it or to use another card." @@ -1608,7 +1725,7 @@ msgstr "" "entrar em contato com o banco para pedir que o pagamento seja autorizado ou " "peça que use outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "" "From Mercado Pago we have detected that this payment has already been made " "before. If that is not the case, your client may try to pay again." @@ -1617,7 +1734,7 @@ msgstr "" "anteriormente. Se esse não for o caso, seu cliente pode tentar pagar " "novamente." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "" "The card is not active yet. Please ask your client to use another card or to " "get in touch with the bank to activate it." @@ -1625,7 +1742,7 @@ msgstr "" "O cartão ainda não está desbloqueado. Peça para seu cliente usar outro " "cartão ou entrar em contato com o banco para desbloqueá-lo." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "" "The amount exceeded the card limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1633,9 +1750,9 @@ msgstr "" "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão " "ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "" "Please ask your client to use another card or to get in touch with the card " "issuer." @@ -1643,7 +1760,7 @@ msgstr "" "Peça para seu cliente usar outro cartão ou entrar em contato com o emissor " "do cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "" "The amount exceeded the card's limit. Please ask your client to use another " "card or to get in touch with the bank." @@ -1651,7 +1768,7 @@ msgstr "" "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão " "ou entrar em contato com o banco." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "" "The credit function is not enabled for the card. Please tell your client " "that it is possible to pay with debit or to use another one." @@ -1659,7 +1776,7 @@ msgstr "" "A função crédito não está habilitada no cartão. Informe ao seu cliente que é " "possível pagar no débito ou peça para usar outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "" "The debit function is not enabled for the card. Please tell your client that " "it is possible to pay with credit or to use another one." @@ -1667,7 +1784,7 @@ msgstr "" "A função débito não está habilitada no cartão. Informe ao seu cliente que é " "possível pagar no crédito ou peça para usar outro cartão." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "" "The card-issuing bank declined the payment. Please instruct your client to " "ask the bank to authorize it." @@ -1675,7 +1792,7 @@ msgstr "" "O banco emissor do cartão recusou o pagamento. Peça para seu cliente entrar " "em contato com o banco para autorizar o pagamento." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "" "The buyer does not have enough balance to make the purchase. Please ask your " "client to deposit money to the Mercado Pago Account or to use a different " @@ -1685,11 +1802,11 @@ msgstr "" "para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de " "pagamento." -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "Houve um erro" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "Não foi possível completar a transação." @@ -1718,12 +1835,12 @@ msgstr "Instalar WooCommerce" msgid "Activate WooCommerce" msgstr "Ativar WooCommerce" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "" "você tem um minuto para compartilhar sua experiência com o nosso plugin?" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "" "Your opinion is very important so that we can offer you the best possible " "payment solution and continue to improve." @@ -1731,15 +1848,15 @@ msgstr "" "Sua opinião é muito importante para poder te oferecer a melhor solução de " "pagamentos possível e continuar melhorando." -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "Avaliar o plugin" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "Ative os pagamentos via conta Mercado Pago" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "" "When you enable this function, your customers pay faster using their Mercado " "Pago accounts.
The approval rate of these payments in your store can be " @@ -1747,9 +1864,9 @@ msgid "" msgstr "" "Com esta função ativa, seus clientes pagam mais rapidamente usando as contas " "Mercado Pago deles.
A taxa de aprovação destes pagamentos na sua loja " -"pode ser 25% maior em comparação aos demais meios de pagamento. " +"pode ser 25% maior em comparação aos demais meios de pagamento." -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" msgstr "Ativar" @@ -1758,51 +1875,51 @@ msgstr "Ativar" msgid "Discard" msgstr "Descartar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "Configurações do Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "Aceite " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "pagamentos no ato " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "com" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "toda a " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "segurança " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "do Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "Requisitos técnicos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "SSL" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "Extensões GD" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "Curl" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "" "Implementation responsible for transmitting data to Mercado Pago in a secure " "and encrypted way." @@ -1810,7 +1927,7 @@ msgstr "" "Implementção responsável pela transmissão de dados para o Mercado Pago de " "maneira segura e criptografada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "" "These extensions are responsible for the implementation and operation of Pix " "in your store." @@ -1818,7 +1935,7 @@ msgstr "" "São extensões responsáveis pela implementação e funcionamento do Pix na sua " "loja." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "" "It is an extension responsible for making payments via requests from the " "plugin to Mercado Pago." @@ -1826,56 +1943,56 @@ msgstr "" "É uma extensão responsável pela realização de pagamentos via solicitações do " "plugin ao Mercado Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "Recebimentos e parcelamento" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "Escolha " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "quando quer receber o dinheiro " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "das vendas e se quer oferecer " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "parcelamento sem juros " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "aos clientes." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "Ajustar prazos e taxas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "Dúvidas? " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "Revise o passo a passo de " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "como integrar o Plugin do Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "no nosso site de desenvolvedores." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "1. Integre a loja com o Mercado Pago " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "" "To enable orders, you must create and activate production credentials in " "your Mercado Pago Account. " @@ -1883,57 +2000,57 @@ msgstr "" "Para poder vender, você deve criar e ativar credenciais de produção na sua " "conta Mercado Pago. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "Copie e cole as credenciais abaixo." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "Consultar credenciais" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "Credenciais de teste " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "Habilitam os checkouts Mercado Pago para testes de compras na loja." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "Public key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "Access token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "Credenciais de produção" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" "Habilitam os checkouts Mercado Pago para receber pagamentos reais na loja." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "Cole aqui sua Public Key" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "Cole aqui seu Access Token" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "Salvar e continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "2. Personalize seu negócio" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "" "Fill out the following information to have a better experience and offer " "more information to your clients" @@ -1941,54 +2058,54 @@ msgstr "" "Preencha as informações a seguir para ter uma melhor experiência e oferecer " "mais informações aos clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "Informações sobre sua loja" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "Nome da sua loja na fatura dos clientes" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "Ex.: Loja da Maria" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "" "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" "Se o campo estiver vazio, a compra do cliente será identificada como Mercado " "Pago." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "Identificação em Atividades do Mercado Pago" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "Ex.: LojaMaria" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "Nas Ativades você verá o termo inserido antes do número do pedido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "Categoria da loja" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "Selecionar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "Selecione ”Outro” caso não encontre uma categoria adequada." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "Opções avançadas de integração (opcional)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "" "For further integration of your store with Mercado Pago (IPN, Certified " "Partners, Debug Mode)" @@ -1996,19 +2113,19 @@ msgstr "" "Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros " "Certificados, Modo Debug)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "Ver opções avançadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "URL para IPN " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "Ex.: https://examples.com/my-custom-ipn-url" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "" "Add the URL to receive payments notifications. Find out more information in " "the " @@ -2016,19 +2133,19 @@ msgstr "" "Insira a URL para receber notificações de pagamento. Confira mais " "informações nos " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "manuais." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "integrator_id" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "Ex.: 14987126498" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "" "If you are a Mercado Pago Certified Partner, make sure to add your " "integrator_id. If you do not have the code, please " @@ -2036,39 +2153,39 @@ msgstr "" "Se você é Parceiro certificado do Mercado Pago, não esqueça de inserir seu " "integrator_id. Se você não possui o código, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "solicite agora. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "Modo debug e log" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "Gravamos ações da sua loja para proporcionar melhor suporte." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "3. Configure os meios de pagamento" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "Selecione um meio de pagamento a seguir para ver mais opções" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "Configurar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "Continuar" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "4. Teste sua loja antes de vender" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "" "Test the experience in Test Mode and then enable the Sale Mode (Production) " "to sell." @@ -2076,201 +2193,201 @@ msgstr "" "Teste a experiência no Modo Teste. Depois ative o Modo Vendas (Produção) " "para fazer vendas." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "Escolha como você quer operar sua loja:" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "Modo Teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "Checkouts Mercado Pago inativos para cobranças reais. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "Regras do modo teste." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "Modo Vendas (Produção)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "Checkouts Mercado Pago ativos para cobranças reais." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "Meios de pagamento Mercado Pago em Modo Produção" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "Clientes podem fazer compras reais na sua loja." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "Meios de pagamento Mercado Pago em Modo Teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "Crie seu " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "usuário de teste " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "" "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" "(Opcional. Pode ser usado no Modo Produção e Modo teste, para testar " "pagamentos)." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "Use nossos cartões de teste, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "nunca use cartões reais. " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "Visite sua loja " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "para testar compras" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "Salvar mudanças" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "Loja em Modo Teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "Loja em Modo Vendas (Produção)" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "Insira as credenciais de teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "Para habilitar o modo teste, " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "copie suas credenciais de teste " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "e cole acima na seção 1 desta página." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "Access token inválido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "Access token válido" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "Public key inválida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "Public key válida" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "As credenciais devem ser válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "As credenciais foram atualizadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "" "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" "Sua loja saiu do Modo Teste e está fazendo vendas reais no Modo Produção." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "Para testar a loja, insira novamente as duas credenciais de teste." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "Credenciais inválidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "Consulte nosso manual para saber " -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "como inserir as credenciais da maneira correta." -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "As informações sobre a loja são válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "Meios de pagamento Mercado Pago em Modo Teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "Meios de pagamento Mercado Pago em Modo Produção" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "Credenciais inválidas para modo teste" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "Ativado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "Inativo" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "Credenciais válidas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "As credenciais não puderam ser validadas" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "Os campos de negócio são válidos" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "Os campos de negócio não puderam ser validados" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "Pelo menos um meio de pagamento está ativado" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "Nenhum meio de pagamento ativo" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "Serviço de envio usado pela loja." -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "Desconto dado pela loja" @@ -2347,7 +2464,8 @@ msgstr "" "A credencial de produção Access Token está em branco. Revise o campo " "para poder receber pagamentos reais." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2355,13 +2473,15 @@ msgstr "" "Um erro ocorreu ao processar seu pagamento. Por favor tente novamente ou nos " "contacte para assistência." -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, #: ../../templates/checkout/custom-checkout.php:44, #: ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "Pagar com Mercado Pago" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, #: ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "Cancelar & Limpar carrinho" @@ -2510,15 +2630,15 @@ msgstr "Código de segurança incompleto" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:221 msgid "Cost of installments" -msgstr "Custo do parcelamento:" +msgstr "Custo do parcelamento" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:222 msgid "Total with installments" -msgstr "Total parcelado:" +msgstr "Total parcelado" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:223 msgid "installments of" -msgstr "x de " +msgstr "x de" #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:139 msgid "Now you just need to pay with Pix to finalize your purchase" @@ -2584,11 +2704,11 @@ msgstr "Compre agora e pague parcelado sem cartão depois!" msgid "100% online, without paperwork or monthly fees" msgstr "" "Pague as parcelas com Pix, boleto ou saldo da conta Mercado Pago, 100% on-" -"line e sem custos extras." +"line e sem custos extras" #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:118 msgid "How does it work?" -msgstr "Como usar:" +msgstr "Como funciona?" #: ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:119 msgid "When paying, choose" @@ -2649,57 +2769,90 @@ msgstr "Demorou %1$s segundos para transferir uma requisição para %2$s" msgid "Checkout Pro in Test Mode" msgstr "Checkout Pro em Modo Teste" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, +#: ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "Utilize meios do Mercado Pago sem cobranças reais. " #: ../../templates/checkout/basic-checkout.php:26, +#: ../../templates/checkout/credits-checkout.php:26, #: ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "Consulte as regras do modo teste." -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" -msgstr "Pague mais rápido com Mercado Pago" - -#: ../../templates/checkout/basic-checkout.php:36 -msgid "" -"If you already have a Mercado Libre account, use the same email and password" -msgstr "Se você já tem conta no Mercado Livre, use o mesmo e-mail e senha " - -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" -msgstr "Compre com seu saldo ou cartões salvos " +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" +msgstr "Inicie sessão no Mercado Pago 
e garanta vantagens" -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" -msgstr "" - -#: ../../templates/checkout/basic-checkout.php:52 +#: ../../templates/checkout/basic-checkout.php:54 msgid "" -"When you confirm your purchase, we will redirect you to your Mercado Pago " -"account" +"By continuing, you will be taken to Mercado Pago to safely complete your " +"purchase." msgstr "" -"Ao confirmar a compra, redirecionaremos você para sua conta Mercado Pago" +"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma " +"segura." -#: ../../templates/checkout/basic-checkout.php:53 +#: ../../templates/checkout/basic-checkout.php:56, +#: ../../templates/checkout/credits-checkout.php:47 msgid "Checkout Pro redirect info image" -msgstr "" +msgstr "Imagem de redirecionamento do Checkout Pro" -#: ../../templates/checkout/basic-checkout.php:62, +#: ../../templates/checkout/basic-checkout.php:66, +#: ../../templates/checkout/credits-checkout.php:56, #: ../../templates/checkout/custom-checkout.php:152, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "By continuing, you agree with our" msgstr "Ao continuar, você concorda com nossos" -#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/basic-checkout.php:67, +#: ../../templates/checkout/credits-checkout.php:57, #: ../../templates/checkout/custom-checkout.php:153, #: ../../templates/checkout/pix-checkout.php:31, #: ../../templates/checkout/ticket-checkout.php:60 msgid "Terms and conditions" msgstr "Termos e condições" +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" +msgstr "Parcelado sem cartão em Modo Teste" + +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" +msgstr "Como funciona?" + +#: ../../templates/checkout/credits-checkout.php:37 +msgid "" +"Log in or create an account in Mercado Pago. If you use Mercado " +"Libre, you already have one!" +msgstr "" +"Inicie a sessão ou crie uma conta no Mercado Pago. Se você usa o " +"Mercado Livre, use o mesmo e-mail e senha!" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "" +"Know your available limit in Mercado Crédito and choose how many " +"installments you want to pay." +msgstr "" +"Confira o limite disponível para você no Mercado Crédito e escolha em " +"quantas parcelas quer pagar." + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "" +"Pay the installments as you prefer: with money in your account, card of " +"from the Mercado Pago app." +msgstr "" +"Pague as parcelas com Pix, cartão de débito ou direto do app do " +"Mercado Pago." + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account." +msgstr "" +"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma " +"segura." + #: ../../templates/checkout/custom-checkout.php:23 msgid "Checkout Custom in Test Mode" msgstr "Cartões de crédito em Modo Teste" @@ -2846,6 +2999,56 @@ msgstr "" msgid "Print ticket" msgstr "Imprimir boleto" +#~ msgid "Checkout visualization:" +#~ msgstr "Visualização no checkout:" + +#~ msgid "Check below how this feature will be displayed to your customers." +#~ msgstr "Confira como aparecerá este recurso para seus clientes." + +#~ msgid "Banner visualization" +#~ msgstr "Visualização do informativo" + +#~ msgid "Check the example of how it will appear in the store:" +#~ msgstr "Confira o exemplo de como vai aparecer na loja:" + +#~ msgid "Bank Transfer" +#~ msgstr "Transferência bancária" + +#~ msgid "Payment by cash" +#~ msgstr "Pagamento via boleto" + +#~ msgid "" +#~ "If you already have a Mercado Libre account, use the same email and " +#~ "password" +#~ msgstr "Se você já tem conta no Mercado Livre, use o mesmo e-mail e senha" + +#~ msgid "" +#~ "When you confirm your purchase, we will redirect you to your Mercado Pago " +#~ "account" +#~ msgstr "" +#~ "Ao confirmar a compra, redirecionaremos você para sua conta Mercado Pago" + +#~ msgid "Payment with Mercado Credito" +#~ msgstr "Pagamentos com Mercado Crédito" + +#~ msgid "New!" +#~ msgstr "Novo!" + +#~ msgid "" +#~ "With Mercado Credito, clients can pay " +#~ "in installments with no card, by transfers, invoice or money available " +#~ "in their Mercado Pago account.
By activating the no-card " +#~ "installments banner, you will increase your chances of selling." +#~ msgstr "" +#~ "Com Mercado Crédito, os clientes " +#~ "pagam parcelado sem cartão, via Pix, boleto ou saldo em conta, no app " +#~ "do Mercado Pago.
Ao ativar o informativo de parcelamento sem " +#~ "cartão, você aumentará suas chances de vender. Para saber mais, " +#~ "acesse a documentação." + +#~ msgid "The no-card installments banner is disabled." +#~ msgstr "O informativo de parcelamento sem cartão está desativado." + #~ msgid "Earn more points and have exclusive benefits in Mercado Puntos" #~ msgstr "Ganhe mais pontos e tenha vantagens exclusivas no Mercado Pontos " @@ -2903,9 +3106,6 @@ msgstr "Imprimir boleto" #~ msgid "Go to settings" #~ msgstr "Ir para configurações" -#~ msgid "Secure payment" -#~ msgstr "Pagamento seguro" - #~ msgid "No need to fill out details" #~ msgstr "Sem preenchimento de dados" @@ -3240,9 +3440,6 @@ msgstr "Imprimir boleto" #~ "possível e maximize a conversão dos seus negócios. Com o checkout " #~ "personalizado seus clientes pagam sair da sua sua loja!" -#~ msgid "Pay with debit and credit cards" -#~ msgstr "Pague com cartões de crédito" - #~ msgid "" #~ "Accept payments via Pix Transfer and receive the funds instantly. Your " #~ "customers can pay at any time, without date or time restrictions." diff --git a/i18n/languages/woocommerce-mercadopago.pot b/i18n/languages/woocommerce-mercadopago.pot index 27da2bc50..d8f3512be 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: MPB Desenvolvimento \n" -"POT-Creation-Date: 2022-12-12 12:55+0000\n" +"POT-Creation-Date: 2022-12-21 20:29+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,11 +16,11 @@ msgstr "" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, ../../includes/module/class-wc-woomercadopago-module.php:344 +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, ../../includes/module/class-wc-woomercadopago-module.php:347 msgid "By continuing, you agree to our " msgstr "" -#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, ../../includes/module/class-wc-woomercadopago-module.php:346 +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147, ../../includes/module/class-wc-woomercadopago-module.php:349 msgid "Terms and Conditions" msgstr "" @@ -75,87 +75,87 @@ msgstr "" msgid "The Mercado Pago module needs the SDK package to work!" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:360 +#: ../../includes/module/class-wc-woomercadopago-module.php:363 msgid "The payment method is not valid or not available." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "The transaction amount cannot be processed by Mercado Pago." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:363 +#: ../../includes/module/class-wc-woomercadopago-module.php:366 msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "The users are not valid." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:366 +#: ../../includes/module/class-wc-woomercadopago-module.php:369 msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Unauthorized use of production credentials." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:369 +#: ../../includes/module/class-wc-woomercadopago-module.php:372 msgid "Possible causes: Use permission in use for the credential of the seller." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:495 +#: ../../includes/module/class-wc-woomercadopago-module.php:498 msgid "Colombia" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:497 +#: ../../includes/module/class-wc-woomercadopago-module.php:500 msgid "Argentina" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:499 +#: ../../includes/module/class-wc-woomercadopago-module.php:502 msgid "Brazil" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:501 +#: ../../includes/module/class-wc-woomercadopago-module.php:504 msgid "Chile" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:503 +#: ../../includes/module/class-wc-woomercadopago-module.php:506 msgid "Mexico" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:505 +#: ../../includes/module/class-wc-woomercadopago-module.php:508 msgid "Uruguay" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:507 +#: ../../includes/module/class-wc-woomercadopago-module.php:510 msgid "Venezuela" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:509 +#: ../../includes/module/class-wc-woomercadopago-module.php:512 msgid "Peru" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/module/class-wc-woomercadopago-module.php:546 msgid "Update the WooCommerce order to " msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:819, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 +#: ../../includes/module/class-wc-woomercadopago-module.php:823, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 msgid "Fill in your credentials to enable payment methods." msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:835 +#: ../../includes/module/class-wc-woomercadopago-module.php:839 msgid "Set plugin" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:836, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:314 +#: ../../includes/module/class-wc-woomercadopago-module.php:840, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:292 msgid "Payment methods" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:837, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 +#: ../../includes/module/class-wc-woomercadopago-module.php:841, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 msgid "Plugin manual" msgstr "" -#: ../../includes/module/class-wc-woomercadopago-module.php:936 +#: ../../includes/module/class-wc-woomercadopago-module.php:940 msgid "By Mercado Pago" msgstr "" @@ -163,44 +163,44 @@ msgstr "" msgid "Payment approved." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:256, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:247, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:250 msgid "Waiting for the Pix payment." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:278 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 msgid "Waiting for the ticket payment." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:287 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279 msgid "The customer has not made the payment yet." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:298 msgid "Payment is pending review." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:323 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:315 msgid "Payment was declined. The customer can try again." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:338 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:330 msgid "Payment was returned to the customer." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:352 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:344 msgid "Payment was canceled." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:379 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:359, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:371 msgid "The payment is in mediation or the purchase was unknown by the customer." msgstr "" #. translators: 1: payment_id 2: status -#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:482 +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:474 msgid "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" -#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:108, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168 +#: ../../includes/notification/class-wc-woomercadopago-notification-core.php:109, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:172, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:141, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168 msgid "Buyer email" msgstr "" @@ -232,1004 +232,1092 @@ msgstr "" msgid "Please enter your email address at the billing address to use this service" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:56 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:41 msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:57, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:42, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:276 msgid "Checkout Pro" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:65 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:50 msgid "Mercado Pago - Checkout Pro" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:67 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:52 msgid "Your saved cards or money in Mercado Pago" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:192 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 msgid "Maximum number of installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:194 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 msgid "What is the maximum quota with which a customer can buy?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:197 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 msgid "1 installment" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:198 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 msgid "2 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:199 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 msgid "3 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:200 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 msgid "4 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:201 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:172 msgid "5 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:202 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:173 msgid "6 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:203 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:174 msgid "10 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:204 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:175 msgid "12 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:205 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:176 msgid "15 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:206 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:177 msgid "18 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:207 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:178 msgid "24 installments" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:174, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:873, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:218 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:255, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:152, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:880, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:202, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:196 msgid "Enable the checkout" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:256 msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:289, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:878 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:260, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:885 msgid "The checkout is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:290, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:879 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:886 msgid "The checkout is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:309 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:280 msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:326 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:297, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:268 msgid "Advanced settings" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:310 msgid "Payment experience" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:312 msgid "Define what payment experience your customers will have, whether inside or outside your store." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:315 msgid "Redirect" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:345 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:316 msgid "Modal" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:332 msgid "Choose the URL that we will show your customers when they finish their purchase." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:359, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:400 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:330, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:371 msgid "This seems to be an invalid URL." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:364 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:335 msgid "Success URL" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:381 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:352 msgid "Choose the URL that we will show to your customers when we refuse their purchase. Make sure it includes a message appropriate to the situation and give them useful information so they can solve it." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:355 msgid "Payment URL rejected" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:402 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:373 msgid "Choose the URL that we will show to your customers when they have a payment pending approval." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:405 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:376 msgid "Payment URL pending" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:419 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:390 msgid "Enable the payment methods available to your clients." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:420 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:391 msgid "Choose the payment methods you accept in your store" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:424 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:395 msgid "Credit Cards" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:428 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:399 msgid "Debit Cards" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:432 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:403 msgid "Other Payment Methods" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:453 msgid "Return to the store" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:454 msgid "Do you want your customer to automatically return to the store after payment?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:487 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:458 msgid "The buyer will be automatically redirected to the store." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:488 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:459 msgid "The buyer will not be automatically redirected to the store." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:553 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:484 +msgid "Available payment methods" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:428, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:414, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:625, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:414, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:401, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:408, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 +msgid "discount of" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:537, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:433, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:419, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:642, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:630, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:419, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:406, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:413, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:637, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:663, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:715 +msgid "Easy login" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:638, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:664, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:716 +msgid "Log in with the same email and password you use in Mercado Libre." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:645, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:689, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:723 +msgid "Quick payments" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:646 +msgid "Use your saved cards, Pix or available balance." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:653, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:679 +msgid "Protected purchases" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:654, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:680 +msgid "Get your money back in case you don't receive your product." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:672 +msgid "Use your available Mercado Pago Wallet balance or saved cards." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:690, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724 +msgid "Use your available money or saved cards." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:697, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:731 +msgid "Installments option" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:698 +msgid "Pay with or without a credit card." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:705 +msgid "Reliable purchases" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:706 +msgid "Get help if you have a problem with your purchase." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732 +msgid "Interest-free installments with selected banks." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:30 +msgid "Customers who buy on spot and pay later in up to 12 installments" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:41, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:244 msgid "Installments without card" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid "Up to " +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:39 +msgid "Mercado Pago - Installments without card" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:554, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:562, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:421 -msgid " installments" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:181 +msgid "Activate installments without card in your store checkout " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:561, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:420 -msgid "Credit cards" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:182 +msgid "Offer the option to pay in installments without card directly from your store's checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:428 -msgid "Debit cards" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:186 +msgid "Payment in installments without card in the store checkout is active" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:574 -msgid "Bank Transfer" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:187 +msgid "Payment in installments without card in the store checkout is inactive" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:580 -msgid "Payment by cash" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:204 +msgid "Checkout visualization" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:610 -msgid "Payment with Mercado Credito" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:205, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:371 +msgid "Check below how this feature will be displayed to your customers:" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:611 -msgid "New!" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:206 +msgid "Checkout Preview" msgstr "" -#. translators: %s link to Mercado Credits blog -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:616 -msgid "With Mercado Credito, clients can pay in installments with no card, by transfers, invoice or money available in their Mercado Pago account.
By activating the no-card installments banner, you will increase your chances of selling." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:207 +msgid "PREVIEW" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:620 -msgid "The no-card installments banner is active." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:248 +msgid "Reach millions of buyers by offering Mercado Credito as a payment method. Our flexible payment options give your customers the possibility to buy today whatever they want in up to 12 installments without the need to use a credit card." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:621 -msgid "The no-card installments banner is disabled." +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:251 +msgid "For your business, the approval of the purchase is immediate and guaranteed." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:659, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:669 -msgid "Banner on the product page | Computer version" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:311 +msgid "Inform your customers about the option of paying in installments without card" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:660 -msgid "Banner on the product page | Cellphone version" +#. translators: %s link to Mercado Credits blog +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:316 +msgid "By activating the installments without card component, you increase your chances of selling. To learn more, please check the technical guideline." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:667 -msgid "Computer" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:320 +msgid "The installments without card component is active." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:668 -msgid "Mobile" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:321 +msgid "The installments without card component is inactive." +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:359, ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:369 +msgid "Banner on the product page | Computer version" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:670 -msgid "Banner visualization" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:360 +msgid "Banner on the product page | Cellphone version" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:671 -msgid "Check the example of how it will appear in the store:" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:367 +msgid "Computer" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:732, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:719, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:665, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:653, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:444, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:431, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:449, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:436, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 -msgid "discount of" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:368 +msgid "Mobile" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:737, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:724, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:670, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:658, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:449, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:436, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:454, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 -msgid "fee of" +#: ../../includes/payments/class-wc-woomercadopago-credits-gateway.php:370 +msgid "Component visualization" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:56, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:49, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:49 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:41, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:34, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:34 msgid "Transparent Checkout in your store environment" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:57, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:66 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:42, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:51 msgid "Debit and Credit" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:65, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:58, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:58 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:50, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:43, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:43 msgid "Mercado pago - Customized Checkout" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:175 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:153 msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:179 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:157 msgid "Transparent Checkout for credit cards is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:180 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:158 msgid "Transparent checkout for credit cards is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:212 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:190 msgid "Installments Fees" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:191 msgid "Set installment fees and whether they will be charged from the store or from the buyer." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:192 msgid "Set fees" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:217 msgid "Transparent Checkout | Credit card " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:221 msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:261 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:239 msgid "Advanced configuration of the personalized payment experience" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:275 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:253 msgid "Payments via Mercado Pago account" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:254 msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:258 msgid "Payments via Mercado Pago accounts are active." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:259 msgid "Payments via Mercado Pago accounts are inactive." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:300 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278 msgid "Check an example of how it will appear in your store:" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:309 msgid "That’s it, payment accepted!" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:311 msgid "We are processing your payment. In less than an hour we will send you the result by email." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:313 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 "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:315 msgid "Check the card number." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:317 msgid "Check the expiration date." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:319 msgid "Check the information provided." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:321 msgid "Check the informed security code." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:345, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:351 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:323, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:329 msgid "Your payment cannot be processed." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:325 msgid "You must authorize payments for your orders." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:327 msgid "Contact your card issuer to activate it. The phone is on the back of your card." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:331 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 "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:355 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:333 msgid "Your payment was declined. Please select another payment method. It is recommended in cash." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:335 msgid "Your payment does not have sufficient funds." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:359 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:337 msgid "Payment cannot process the selected fee." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:339 msgid "You have reached the limit of allowed attempts. Choose another card or other payment method." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:363, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:365, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:341, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:343, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:204 msgid "This payment method cannot process your payment." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:478, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:479, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:509, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:510 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:398 +msgid "Credit cards" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid "Up to " +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:399 +msgid " installments" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406 +msgid "Debit cards" +msgstr "" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:450, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:451, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:482 msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:592 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:564 msgid "See your order form" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:603 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:575 msgid "Your payment was declined. You can try again." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:610, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:582, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:97, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:95 msgid "Click to try again" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:633 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:604, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:605 msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:677 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:680 msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:731 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:738 msgid "Title in the store Checkout" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:733 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:740 msgid "Change the display text in Checkout, maximum characters: 85" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:735 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:742 msgid "The text inserted here will not be translated to other languages" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:749 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 msgid "Description" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:786, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Important! To sell you must enter your credentials." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:787 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "You must enter production credentials." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:788 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 msgid "Enter credentials" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:798 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 msgid "Mercado Pago Plugin general settings" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:799 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:806 msgid "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:807 msgid "Go to Settings" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:824 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:831 msgid "Activate your credentials to be able to sell" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:825 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:832 msgid "Credentials are codes that you must enter to enable sales. Go below on Activate Credentials. On the next screen, use again the Activate Credentials button and fill in the fields with the requested information." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:826 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:833 msgid "Activate credentials" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:874 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:881 msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:994 msgid "Basic Configuration" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 msgid "Discount coupons" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1010 msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "Discount coupons is active." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:989 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 msgid "Discount coupons is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1025 msgid "Automatic decline of payments without instant approval" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1026 msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions. " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1006 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1030 msgid "Pending payments will be automatically declined." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1007 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1031 msgid "Pending payments will not be automatically declined." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 msgid "Discount in Mercado Pago Checkouts" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1046 msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1044 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1047, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1068 msgid "Activate and show this information on Mercado Pago Checkout" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1040 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 msgid "Commission in Mercado Pago Checkouts" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1043 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1067 msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1080 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1104 msgid "Convert Currency" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1085 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1109 msgid "Currency convertion is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1086 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1110 msgid "Currency convertion is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1203 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1227 msgid "Edit these advanced fields only when you want to modify the preset values." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:50, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:35, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:44 msgid "Pix" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:203 msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 msgid "The transparent checkout for Pix payment is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:208 msgid "The transparent checkout for Pix payment is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:245 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:223 msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:246 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:224 msgid "Download the Mercado Pago app on your cell phone." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:247 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:225 msgid "Go to the " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:248 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:226 msgid "area and choose the " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:249 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 msgid "Your Profile " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:250 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 msgid "Your Pix Keys section." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:251 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 msgid "Choose which data to register as Pix keys. After registering, you can set up Pix in your checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:252 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 msgid "Remember that, for the time being, the Central Bank of Brazil is open Monday through Friday, from 9am to 6pm." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:253 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 msgid "If you requested your registration outside these hours, we will confirm it within the next business day." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:254, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:349 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:327 msgid "Learn more about Pix" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:255 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 msgid "If you have already registered a Pix key at Mercado Pago and cannot activate Pix in the checkout, " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:256 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 msgid "click here." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:281 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:259 msgid "Transparent Checkout | Pix" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:285 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago. " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:280 msgid "Advanced configuration of the Pix experience" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:293 msgid "15 minutes" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:316 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:294 msgid "30 minutes (recommended)" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:317 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:295 msgid "60 minutes" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:318 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:296 msgid "12 hours" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 msgid "24 hours" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:320 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 msgid "2 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:321 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 msgid "3 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 msgid "4 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:323 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 msgid "5 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 msgid "6 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 msgid "7 days" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 msgid "Expiration for payments via Pix" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:309 msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:324 msgid "Want to learn how Pix works?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:325 msgid "We have created a page to explain how this new payment method works and its advantages." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:368 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:346 msgid "Would you like to know how Pix works?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:369 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:347 msgid "We have a dedicated page where we explain how it works and its advantages." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:370 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:348 msgid "Find out more about Pix" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:513, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:571 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:543 msgid "A problem occurred when processing your payment. Please try again." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:499, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:557 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:469, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529 msgid "A problem occurred when processing your payment. Are you sure you have correctly filled in all the information on the checkout form?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:478, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:532 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:504 msgid "The customer has not paid yet." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:482 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:452 msgid "Now you just need to pay with Pix to finalize your purchase." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:483 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:453 msgid "Scan the QR code below or copy and paste the code into your bank's application." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:582 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:552 msgid "Please note that to receive payments via Pix at our checkout, you must have a Pix key registered in your Mercado Pago account." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:583 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:553 msgid "Register your Pix key at Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:633, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:603, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:148 msgid "Code valid for " msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:50, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:59 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:35, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:44 msgid "Invoice" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:219 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:197 msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:201 msgid "The transparent checkout for tickets is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:202 msgid "The transparent checkout for tickets is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:239 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:217 msgid "Transparent Checkout | Invoice or Loterica" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:243 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:221 msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:238 msgid "Advanced configuration of the cash payment experience" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:251 msgid "Reduce inventory" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:276 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 msgid "Activates inventory reduction during the creation of an order, whether or not the final payment is credited. Disable this option to reduce it only when payments are approved." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:278 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:256 msgid "Reduce inventory is enabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:279 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "Reduce inventory is disabled." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 msgid "Payment Due" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 msgid "In how many days will cash payments expire." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:313 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:291 msgid "Enable the available payment methods" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:315 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:293 msgid "Choose the available payment methods in your store." msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:297 msgid "All payment methods" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:472, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:499 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:444, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:471 msgid "There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:465, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:492 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:437, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:464 msgid "Your document data is invalid" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:537 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:509 msgid "To print the ticket again click" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:540 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:512 msgid "here" msgstr "" -#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:650 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:622 msgid " and " msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 msgid "Payment made" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70 msgid "Payment made by the buyer and already credited in the account." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 msgid "Call resolved" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174 msgid "Please contact Mercado Pago for further details." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "Payment refunded" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78 msgid "Your refund request has been made. Please contact Mercado Pago for further details." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 msgid "Payment returned" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82 msgid "The payment has been returned to the client." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86 msgid "The payment has been partially returned to the client." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 msgid "Payment canceled" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90 msgid "The payment has been successfully canceled." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 msgid "Purchase canceled" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94 msgid "The payment has been canceled by the customer." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 msgid "Pending payment" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110 msgid "Awaiting payment from the buyer." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114 msgid "We are veryfing the payment. We will notify you by email in up to 6 hours if everything is fine so that you can deliver the product or provide the service." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:205, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:271, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 msgid "Declined payment" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:202, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212 msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "Payment authorized. Awaiting capture." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122 msgid "The payment has been authorized on the client's card. Please capture the payment." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 msgid "Payment in process" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146 msgid "Please wait or contact Mercado Pago for further details" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130 msgid "The bank is reviewing the payment. As soon as we have their confirmation, we will notify you via email so that you can deliver the product or provide the service." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142 msgid "Awaiting payment information validation." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150 msgid "Waiting for the buyer." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154 msgid "Waiting for the card issuer." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158 msgid "The payment could not be processed. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 msgid "Mercado Pago did not process the payment" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 msgid "Expired payment deadline" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:268 msgid "The client did not pay within the time limit." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186 msgid "The CVV is invalid. Please ask your client to review the details or use another card." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190 msgid "The card is expired. Please ask your client to use another card or to contact the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244 msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:198, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236 msgid "The buyer is suspended in our platform. Your client must contact us to check what happened." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "The card does not have enough limit. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208 msgid "The card does not have sufficient balance. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216 msgid "The CVV was entered incorrectly several times. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220 msgid "The card does not allow the number of installments entered. Please ask your client to choose another installment plan or to use another card." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224 msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authotize it or to use another card." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228 msgid "From Mercado Pago we have detected that this payment has already been made before. If that is not the case, your client may try to pay again." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232 msgid "The card is not active yet. Please ask your client to use another card or to get in touch with the bank to activate it." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248 msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260 msgid "Please ask your client to use another card or to get in touch with the card issuer." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:264 msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 msgid "The credit function is not enabled for the card. Please tell your client that it is possible to pay with debit or to use another one." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274 msgid "The debit function is not enabled for the card. Please tell your client that it is possible to pay with credit or to use another one." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278 msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:282 msgid "The buyer does not have enough balance to make the purchase. Please ask your client to deposit money to the Mercado Pago Account or to use a different payment method." msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 msgid "There was an error" msgstr "" -#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:286 msgid "The transaction could not be completed." msgstr "" @@ -1257,27 +1345,27 @@ msgstr "" msgid "Activate WooCommerce" msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:129 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:137 msgid "do you have a minute to share your experience with our plugin?" msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:132 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:140 msgid "Your opinion is very important so that we can offer you the best possible payment solution and continue to improve." msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:141 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:149 msgid "Rate the plugin" msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:145 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:153 msgid "Enable payments via Mercado Pago account" msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:148 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:156 msgid "When you enable this function, your customers pay faster using their Mercado Pago accounts.
The approval rate of these payments in your store can be 25% higher compared to other payment methods." msgstr "" -#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:157 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:165 msgid "Activate" msgstr "" @@ -1285,471 +1373,471 @@ msgstr "" msgid "Discard" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:133 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:141 msgid "Mercado Pago Settings" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 msgid "Accept " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 msgid "payments on the spot " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 msgid "with" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 msgid "the " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 msgid "security " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 msgid "from Mercado Pago" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 msgid "Technical requirements" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 msgid "SSL" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 msgid "GD Extensions" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 msgid "Curl" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 msgid "These extensions are responsible for the implementation and operation of Pix in your store." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206 msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 msgid "Collections and installments" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 msgid "Choose " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 msgid "when you want to receive the money " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 msgid "from your sales and if you want to offer " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 msgid "interest-free installments " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 msgid "to your clients." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 msgid "Set deadlines and fees" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206, ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, ../../includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php:126 msgid "Questions? " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 msgid "Review the step-by-step of " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 msgid "how to integrate the Mercado Pago Plugin " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 msgid "on our webiste for developers." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 msgid "1. Integrate your store with Mercado Pago " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 msgid "To enable orders, you must create and activate production credentials in your Mercado Pago Account. " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 msgid "Copy and paste the credentials below." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:226 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 msgid "Check credentials" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:227 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 msgid "Test credentials " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:228 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235 msgid "Public key" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:230 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236 msgid "Access Token" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:231 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 msgid "Production credentials" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:232 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 msgid "Paste your Public Key here" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 msgid "Paste your Access Token here" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 msgid "Save and continue" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 msgid "2. Customize your business" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 msgid "Fill out the following information to have a better experience and offer more information to your clients" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "Your store information" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 msgid "Name of your store in your client's invoice" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 msgid "Eg: Mary's store" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 msgid "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "Identification in Activities of Mercad Pago" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 msgid "Eg: Marystore" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 msgid "In Activities, you will view this term before the order number" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 msgid "Store category" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "Select" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 msgid "Select ”Other” if you do not find the appropriate category." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 msgid "Advanced integration options (optional)" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 msgid "View advanced options" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 msgid "URL for IPN " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 msgid "Add the URL to receive payments notifications. Find out more information in the " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 msgid "guides." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 msgid "integrator_id" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272 msgid "Eg: 14987126498" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273 msgid "If you are a Mercado Pago Certified Partner, make sure to add your integrator_id. If you do not have the code, please " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274 msgid "request it now. " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 msgid "Debug and Log Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 msgid "We record your store's actions in order to provide a better assistance." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:288 msgid "3. Set payment methods" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:289 msgid "To view more options, please select a payment method below" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:290 msgid "Settings" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 msgid "Continue" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 msgid "4. Test your store before you sell" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 msgid "Test the experience in Test Mode and then enable the Sale Mode (Production) to sell." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 msgid "Choose how you want to operate your store:" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 msgid "Test Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 msgid "Test Mode rules." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 msgid "Sale Mode (Production)" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 msgid "Mercado Pago Checkouts enabled for real collections." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 msgid "Mercado Pago payment methods in Production Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 msgid "The clients can make real purchases in your store." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 msgid "Mercado Pago payment methods in Test Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 msgid "Create your " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 msgid "test user " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 msgid "(Optional. Can be used in Production Mode and Test Mode, to test payments)." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 msgid "Use our test cards, " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 msgid "never use real cards. " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:313 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 msgid "Visit your store " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:314 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 msgid "to test purchases" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:315 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 msgid "Save changes" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:316 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 msgid "Store under test" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:317 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322 msgid "Store in sale mode (Production)" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323 msgid "Enter test credentials" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324 msgid "To enable test mode, " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325 msgid "copy your test credentials " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326 msgid "and paste them above in section 1 of this page." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:363 msgid "Invalid Access Token" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:360 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:365 msgid "Valid Access Token" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:366 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 msgid "Invalid Public Key" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:368 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:373 msgid "Valid Public Key" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:371 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:376 msgid "Credentials must be valid" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:421 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:426 msgid "Credentials were updated" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:413 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:418 msgid "Your store has exited Test Mode and is making real sales in Production Mode." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:414 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:419 msgid "To test the store, re-enter both test credentials." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:427 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432 msgid "Invalid credentials" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:428 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433 msgid "See our manual to learn " msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:429 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:434 msgid "how to enter the credentials the right way." msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:488 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:493 msgid "Store information is valid" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:518 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:523 msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:524 msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:512 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:517 msgid "Invalid credentials for test mode" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:592 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 msgid "Enabled" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:593 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:599 msgid "Disabled" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:620 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:627 msgid "Valid Credentials" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630 msgid "Credentials couldn't be validated" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:646 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:653 msgid "Store business fields are valid" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:649 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:656 msgid "Store business fields couldn't be validated" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:672 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:679 msgid "At least one paymet method is enabled" msgstr "" -#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:675 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:682 msgid "No payment method enabled" msgstr "" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:374 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:371 msgid "Shipping service used by the store." msgstr "" -#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:564, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:565 +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:557, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:558 msgid "Discount provided by store" msgstr "" @@ -1794,15 +1882,15 @@ msgstr "" msgid "Access Token production credential is blank. Remember that it must be complete to receive real payments." msgstr "" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:92 msgid "There was an error processing your payment. Please try again or contact us for Assistance." msgstr "" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, ../../templates/checkout/custom-checkout.php:44, ../../templates/receipt/custom-checkout.php:41 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:84, ../../templates/checkout/custom-checkout.php:44, ../../templates/receipt/custom-checkout.php:41 msgid "Pay with Mercado Pago" msgstr "" -#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../templates/receipt/custom-checkout.php:44 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-credits.php:86, ../../templates/receipt/custom-checkout.php:44 msgid "Cancel & Clear Cart" msgstr "" @@ -2055,44 +2143,56 @@ msgstr "" msgid "Checkout Pro in Test Mode" msgstr "" -#: ../../templates/checkout/basic-checkout.php:25 +#: ../../templates/checkout/basic-checkout.php:25, ../../templates/checkout/credits-checkout.php:25 msgid "Use Mercado Pago's payment methods without real charges. " msgstr "" -#: ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/ticket-checkout.php:23 +#: ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/credits-checkout.php:26, ../../templates/checkout/ticket-checkout.php:23 msgid "See the rules for the test mode." msgstr "" -#: ../../templates/checkout/basic-checkout.php:34 -msgid "Pay faster with Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:35 +msgid "Log in to Mercado Pago and earn benefits" msgstr "" -#: ../../templates/checkout/basic-checkout.php:36 -msgid "If you already have a Mercado Libre account, use the same email and password" +#: ../../templates/checkout/basic-checkout.php:54 +msgid "By continuing, you will be taken to Mercado Pago to safely complete your purchase." msgstr "" -#: ../../templates/checkout/basic-checkout.php:37 -msgid "Buy with your balance or saved cards" +#: ../../templates/checkout/basic-checkout.php:56, ../../templates/checkout/credits-checkout.php:47 +msgid "Checkout Pro redirect info image" msgstr "" -#: ../../templates/checkout/basic-checkout.php:40 -msgid "List style type blue check" +#: ../../templates/checkout/basic-checkout.php:66, ../../templates/checkout/credits-checkout.php:56, ../../templates/checkout/custom-checkout.php:152, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60 +msgid "By continuing, you agree with our" msgstr "" -#: ../../templates/checkout/basic-checkout.php:52 -msgid "When you confirm your purchase, we will redirect you to your Mercado Pago account" +#: ../../templates/checkout/basic-checkout.php:67, ../../templates/checkout/credits-checkout.php:57, ../../templates/checkout/custom-checkout.php:153, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60 +msgid "Terms and conditions" msgstr "" -#: ../../templates/checkout/basic-checkout.php:53 -msgid "Checkout Pro redirect info image" +#: ../../templates/checkout/credits-checkout.php:24 +msgid "No card installments in Test Mode" msgstr "" -#: ../../templates/checkout/basic-checkout.php:62, ../../templates/checkout/custom-checkout.php:152, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60 -msgid "By continuing, you agree with our" +#: ../../templates/checkout/credits-checkout.php:34 +msgid "How to use it?" msgstr "" -#: ../../templates/checkout/basic-checkout.php:63, ../../templates/checkout/custom-checkout.php:153, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60 -msgid "Terms and conditions" +#: ../../templates/checkout/credits-checkout.php:37 +msgid "Log in or create an account in Mercado Pago. If you use Mercado Libre, you already have one!" +msgstr "" + +#: ../../templates/checkout/credits-checkout.php:38 +msgid "Know your available limit in Mercado Crédito and choose how many installments you want to pay." +msgstr "" + +#: ../../templates/checkout/credits-checkout.php:39 +msgid "Pay the installments as you prefer: with money in your account, card of from the Mercado Pago app." +msgstr "" + +#: ../../templates/checkout/credits-checkout.php:46 +msgid "By confirming your purchase, you will be redirected to your Mercado Pago account." msgstr "" #: ../../templates/checkout/custom-checkout.php:23 diff --git a/includes/admin/notices/class-wc-woomercadopago-review-notice.php b/includes/admin/notices/class-wc-woomercadopago-review-notice.php index a0cc81ec0..223d5d635 100644 --- a/includes/admin/notices/class-wc-woomercadopago-review-notice.php +++ b/includes/admin/notices/class-wc-woomercadopago-review-notice.php @@ -27,6 +27,13 @@ class WC_WooMercadoPago_Review_Notice { */ protected $nonce; + /** + * WP_Current_user + * + * @var WC_WooMercadoPago_Helper_Current_User + */ + protected $current_user; + /** * Static instance * @@ -38,7 +45,8 @@ class WC_WooMercadoPago_Review_Notice { * WC_WooMercadoPago_ReviewNotice constructor. */ private function __construct() { - $this->nonce = WC_WooMercadoPago_Helper_Nonce::get_instance(); + $this->nonce = WC_WooMercadoPago_Helper_Nonce::get_instance(); + $this->current_user = WC_WooMercadoPago_Helper_Current_User::get_instance(); add_action( 'admin_enqueue_scripts', array( $this, 'load_admin_notice_css' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'load_admin_notice_js' ) ); @@ -155,6 +163,7 @@ class="mp-rating-link" * Dismiss the review admin notice */ public function review_dismiss() { + $this->current_user->validate_user_needed_permissions(); $this->nonce->validate_nonce( self::REVIEW_NOTICE_NONCE_ID, WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( 'nonce' ) diff --git a/includes/admin/notices/class-wc-woomercadopago-saved-cards.php b/includes/admin/notices/class-wc-woomercadopago-saved-cards.php index 1d0b513d2..89b48bd6c 100644 --- a/includes/admin/notices/class-wc-woomercadopago-saved-cards.php +++ b/includes/admin/notices/class-wc-woomercadopago-saved-cards.php @@ -27,6 +27,13 @@ class WC_WooMercadoPago_Saved_Cards { */ protected $nonce; + /** + * WP_Current_user + * + * @var WC_WooMercadoPago_Helper_Current_User + */ + protected $current_user; + /** * File Suffix * @@ -45,8 +52,9 @@ class WC_WooMercadoPago_Saved_Cards { * WC_WooMercadoPago_Saved_Cards constructor. */ public function __construct() { - $this->file_suffix = $this->get_suffix(); - $this->nonce = WC_WooMercadoPago_Helper_Nonce::get_instance(); + $this->file_suffix = $this->get_suffix(); + $this->nonce = WC_WooMercadoPago_Helper_Nonce::get_instance(); + $this->current_user = WC_WooMercadoPago_Helper_Current_User::get_instance(); add_action( 'admin_enqueue_scripts', array( $this, 'load_saved_cards_notice_css' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'load_saved_cards_notice_js' ) ); @@ -170,6 +178,7 @@ class="mp-saved-cards-link" * Dismiss the review admin notice */ public function saved_cards_notice_dismiss() { + $this->current_user->validate_user_needed_permissions(); $this->nonce->validate_nonce( self::SAVED_CARDS_NONCE_ID, WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( 'nonce' ) diff --git a/includes/helpers/class-wc-woomercadopago-helper-credits.php b/includes/helpers/class-wc-woomercadopago-helper-credits.php index e9ee216ca..957b7b6a6 100644 --- a/includes/helpers/class-wc-woomercadopago-helper-credits.php +++ b/includes/helpers/class-wc-woomercadopago-helper-credits.php @@ -42,10 +42,8 @@ public function __construct() { } /** - * * Get Payment Response function * - * @param array $payments_response Payment Method Response. * @return bool */ public function is_credits() { diff --git a/includes/helpers/class-wc-woomercadopago-helper-current-user.php b/includes/helpers/class-wc-woomercadopago-helper-current-user.php new file mode 100644 index 000000000..db3c5df87 --- /dev/null +++ b/includes/helpers/class-wc-woomercadopago-helper-current-user.php @@ -0,0 +1,84 @@ +log = new WC_WooMercadoPago_Log($this); + } + + /** + * Get WC_WooMercadoPago_Helper_Current_User instance + * + * @return WC_WooMercadoPago_Helper_Current_User + */ + public static function get_instance() { + if ( null === self::$instance ) { + self::$instance = new self(); + } + return self::$instance; + } + + /** + * Get current user roles + * + * @return WP_User + */ + public function get_current_user() { + return wp_get_current_user(); + } + + /** + * Verify if current_user has specifics roles + * + * @param array $roles 'administrator | editor | author | contributor | subscriber' + * + * @return bool + */ + public function user_has_roles( $roles ) { + return ! empty ( array_intersect( $roles, $this->get_current_user()->roles) ); + } + + /** + * Validate if user has administrator or editor permissions + * + * @return void + */ + public function validate_user_needed_permissions() { + $needed_roles = ['administrator', 'editor']; + + if ( ! $this->user_has_roles( $needed_roles ) ) { + $this->log->write_log(__FUNCTION__, 'User does not have permission (need admin or editor).'); + wp_send_json_error('Forbidden', 403); + } + } +} diff --git a/includes/helpers/class-wc-woomercadopago-helper-nonce.php b/includes/helpers/class-wc-woomercadopago-helper-nonce.php index 198991972..f73bbf7a1 100644 --- a/includes/helpers/class-wc-woomercadopago-helper-nonce.php +++ b/includes/helpers/class-wc-woomercadopago-helper-nonce.php @@ -17,7 +17,6 @@ * Class WC_WooMercadoPago_Helper_Nonce */ class WC_WooMercadoPago_Helper_Nonce { - /** * Log * @@ -36,7 +35,7 @@ class WC_WooMercadoPago_Helper_Nonce { * Nonce constructor */ private function __construct() { - $this->log = new WC_WooMercadoPago_Log(); + $this->log = new WC_WooMercadoPago_Log($this); } /** @@ -89,7 +88,7 @@ public function generate_nonce_field( $id, $fieldName ) { */ public function validate_nonce( $id, $nonce ) { if ( ! wp_verify_nonce( $nonce, $id ) ) { - $this->log->write_log( __FUNCTION__, 'Security nonce ' . $id . ' check failed.' ); + $this->log->write_log(__FUNCTION__, 'Security nonce ' . $id . ' check failed. Nonce: ' . $nonce); wp_send_json_error( 'Forbidden', 403 ); } } diff --git a/includes/module/class-wc-woomercadopago-configs.php b/includes/module/class-wc-woomercadopago-configs.php index edcdee04e..6f746819b 100755 --- a/includes/module/class-wc-woomercadopago-configs.php +++ b/includes/module/class-wc-woomercadopago-configs.php @@ -380,6 +380,7 @@ public function set_payment_gateway( $methods = null ) { 'wc_woomercadopago_custom_gateway', 'wc_woomercadopago_ticket_gateway', 'wc_woomercadopago_pix_gateway', + 'wc_woomercadopago_credits_gateway', 'wc_woomercadopago_basicgateway', 'wc_woomercadopago_customgateway', 'wc_woomercadopago_ticketgateway', @@ -410,6 +411,12 @@ public function get_available_payment_methods( $methods = [] ) { $site_id = strtolower( get_option( '_site_id_v1', '' ) ); $methods[] = 'WC_WooMercadoPago_Basic_Gateway'; + + $credits_helper = $this->get_credits_helper_instance(); + if ( $credits_helper->is_credits() ) { + $methods[] = 'WC_WooMercadoPago_Credits_Gateway'; + } + $methods[] = 'WC_WooMercadoPago_Custom_Gateway'; $methods[] = 'WC_WooMercadoPago_Ticket_Gateway'; @@ -420,4 +427,8 @@ public function get_available_payment_methods( $methods = [] ) { return $methods; } + public function get_credits_helper_instance() { + return new WC_WooMercadoPago_Helper_Credits(); + } + } diff --git a/includes/module/class-wc-woomercadopago-init.php b/includes/module/class-wc-woomercadopago-init.php index 1db0c62d2..16cc68915 100644 --- a/includes/module/class-wc-woomercadopago-init.php +++ b/includes/module/class-wc-woomercadopago-init.php @@ -240,6 +240,7 @@ public static function woocommerce_mercadopago_init() { require_once dirname( __FILE__ ) . '/class-wc-woomercadopago-options.php'; include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-helper-nonce.php'; include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-helper-filter.php'; + include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-helper-current-user.php'; if ( is_admin() ) { require_once dirname( __FILE__ ) . '../../admin/notices/class-wc-woomercadopago-review-notice.php'; @@ -251,12 +252,15 @@ public static function woocommerce_mercadopago_init() { // Init Nonce Helper $nonce = WC_WooMercadoPago_Helper_Nonce::get_instance(); + // Init Current User Helper + $current_user = WC_WooMercadoPago_Helper_Current_User::get_instance(); + WC_WooMercadoPago_Review_Notice::init_mercadopago_review_notice(); WC_WooMercadoPago_Saved_Cards::init_singleton(); new WC_WooMercadoPago_Hook_Order_Details(); // Load Mercado Pago Settings Screen - ( new WC_WooMercadoPago_MercadoPago_Settings($option, $nonce) )->init(); + ( new WC_WooMercadoPago_MercadoPago_Settings( $option, $nonce, $current_user ) )->init(); } require_once dirname( __FILE__ ) . '../../pix/class-wc-woomercadopago-image-generator.php'; diff --git a/includes/module/class-wc-woomercadopago-module.php b/includes/module/class-wc-woomercadopago-module.php index 79a5a62b6..79a3f73ba 100644 --- a/includes/module/class-wc-woomercadopago-module.php +++ b/includes/module/class-wc-woomercadopago-module.php @@ -188,6 +188,7 @@ public function load_hooks() { include_once dirname( __FILE__ ) . '/../payments/hooks/class-wc-woomercadopago-hook-custom.php'; include_once dirname( __FILE__ ) . '/../payments/hooks/class-wc-woomercadopago-hook-ticket.php'; include_once dirname( __FILE__ ) . '/../payments/hooks/class-wc-woomercadopago-hook-pix.php'; + include_once dirname( __FILE__ ) . '/../payments/hooks/class-wc-woomercadopago-hook-credits.php'; include_once dirname( __FILE__ ) . '/../products/hooks/class-wc-woomercadopago-products-hook-credits.php'; } @@ -202,6 +203,7 @@ public function load_preferences() { include_once dirname( __FILE__ ) . '/preference/class-wc-woomercadopago-preference-custom.php'; include_once dirname( __FILE__ ) . '/preference/class-wc-woomercadopago-preference-ticket.php'; include_once dirname( __FILE__ ) . '/preference/class-wc-woomercadopago-preference-pix.php'; + include_once dirname( __FILE__ ) . '/preference/class-wc-woomercadopago-preference-credits.php'; include_once dirname( __FILE__ ) . '/preference/analytics/class-wc-woomercadopago-preferenceanalytics.php'; include_once dirname( __FILE__ ) . '/preference/class-wc-woomercadopago-preference-custom-wallet-button.php'; } @@ -217,6 +219,7 @@ public function load_payments() { include_once dirname( __FILE__ ) . '/../payments/class-wc-woomercadopago-custom-gateway.php'; include_once dirname( __FILE__ ) . '/../payments/class-wc-woomercadopago-ticket-gateway.php'; include_once dirname( __FILE__ ) . '/../payments/class-wc-woomercadopago-pix-gateway.php'; + include_once dirname( __FILE__ ) . '/../payments/class-wc-woomercadopago-credits-gateway.php'; add_filter( 'woocommerce_payment_gateways', array( $this, 'set_payment_gateway' ) ); } @@ -587,10 +590,11 @@ public static function is_mobile() { * @return string */ public static function get_notification_type( $notification_type ) { - $types['WC_WooMercadoPago_Basic_Gateway'] = 'ipn'; - $types['WC_WooMercadoPago_Custom_Gateway'] = 'webhooks'; - $types['WC_WooMercadoPago_Pix_Gateway'] = 'webhooks'; - $types['WC_WooMercadoPago_Ticket_Gateway'] = 'webhooks'; + $types['WC_WooMercadoPago_Basic_Gateway'] = 'ipn'; + $types['WC_WooMercadoPago_Credits_Gateway'] = 'ipn'; + $types['WC_WooMercadoPago_Custom_Gateway'] = 'webhooks'; + $types['WC_WooMercadoPago_Pix_Gateway'] = 'webhooks'; + $types['WC_WooMercadoPago_Ticket_Gateway'] = 'webhooks'; return $types[ $notification_type ]; } diff --git a/includes/module/config/class-wc-woomercadopago-constants.php b/includes/module/config/class-wc-woomercadopago-constants.php index 7caf953d4..98ea17c7d 100644 --- a/includes/module/config/class-wc-woomercadopago-constants.php +++ b/includes/module/config/class-wc-woomercadopago-constants.php @@ -21,12 +21,13 @@ class WC_WooMercadoPago_Constants { const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG'; const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0'; const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0'; - const VERSION = '6.4.1'; + const VERSION = '6.5.0'; const MIN_PHP = 5.6; const API_MP_BASE_URL = 'https://api.mercadopago.com'; const DATE_EXPIRATION = 3; const PAYMENT_GATEWAYS = array( 'WC_WooMercadoPago_Basic_Gateway', + 'WC_WooMercadoPago_Credits_Gateway', 'WC_WooMercadoPago_Custom_Gateway', 'WC_WooMercadoPago_Ticket_Gateway', 'WC_WooMercadoPago_Pix_Gateway', @@ -36,5 +37,6 @@ class WC_WooMercadoPago_Constants { 'woo-mercado-pago-custom', 'woo-mercado-pago-basic', 'woo-mercado-pago-pix', + 'woo-mercado-pago-credits', ); } diff --git a/includes/module/log/class-wc-woomercadopago-log.php b/includes/module/log/class-wc-woomercadopago-log.php index e044228ce..503d5a0e1 100644 --- a/includes/module/log/class-wc-woomercadopago-log.php +++ b/includes/module/log/class-wc-woomercadopago-log.php @@ -61,7 +61,7 @@ public function __construct( $payment = null, $debug_mode = false ) { * @return void */ public function get_debug_mode( $payment, $debug_mode ) { - if ( ! empty( $payment ) ) { + if ( ! empty( $payment ) && property_exists( $payment, $debug_mode ) ) { $debug_mode = $payment->debug_mode; if ( 'no' === $debug_mode ) { $debug_mode = false; diff --git a/includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php b/includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php index e11fc4c4a..7ba0ef83a 100644 --- a/includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php +++ b/includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php @@ -1,7 +1,6 @@ options = $options; - $this->nonce = $nonce; + public function __construct( + WC_WooMercadoPago_Options $options, + WC_WooMercadoPago_Helper_Nonce $nonce, + WC_WooMercadoPago_Helper_Current_User $current_user + ) { + $this->options = $options; + $this->nonce = $nonce; + $this->current_user = $current_user; } /** @@ -113,6 +120,7 @@ public function load_research_script() { 'mercadopago_research_javascript', 'wc_mercadopago_params', array( + 'locale' => get_locale(), 'site_id' => $this->options->get_site_id() ? strtoupper( $this->options->get_site_id() ) : 'MLA', 'platform_id' => WC_WooMercadoPago_Constants::PLATAFORM_ID, 'platform_version' => $woocommerce->version, @@ -182,7 +190,7 @@ public function register_endpoints() { * @return array */ public function mp_translation_admin_header() { - $translation_header = array( + return array( 'title_head_part_one' => __( 'Accept ', 'woocommerce-mercadopago' ), 'title_head_part_two' => __( 'payments on the spot ', 'woocommerce-mercadopago' ), 'title_head_part_three' => __( 'with', 'woocommerce-mercadopago' ), @@ -209,8 +217,6 @@ public function mp_translation_admin_header() { 'descripition_questions_three' => __( 'on our webiste for developers.', 'woocommerce-mercadopago' ), 'button_questions' => __( 'Plugin manual', 'woocommerce-mercadopago' ), ); - - return $translation_header; } /** @@ -243,7 +249,6 @@ public function mp_translation_admin_credential() { */ public function mp_translation_admin_store() { return array( - 'title_store' => __( '2. Customize your business', 'woocommerce-mercadopago' ), 'subtitle_store' => __( 'Fill out the following information to have a better experience and offer more information to your clients', 'woocommerce-mercadopago' ), 'title_info_store' => __( 'Your store information', 'woocommerce-mercadopago' ), @@ -571,17 +576,18 @@ public function mp_get_payment_class_properties() { if ( ! in_array( $payment_gateway, $payment_methods, true ) ) { continue; } + $gateway = new $payment_gateway(); $additional_info = [ - 'woo-mercado-pago-basic' => [ 'icon' => 'mp-settings-icon-mp' ], - 'woo-mercado-pago-custom' => [ 'icon' => 'mp-settings-icon-card' ], - 'woo-mercado-pago-ticket' => [ 'icon' => 'mp-settings-icon-code' ], - 'woo-mercado-pago-pix' => [ 'icon' => 'mp-settings-icon-pix' ] + 'woo-mercado-pago-basic' => [ 'icon' => 'mp-settings-icon-mp' ], + 'woo-mercado-pago-credits' => [ 'icon' => 'mp-settings-icon-mp' ], + 'woo-mercado-pago-custom' => [ 'icon' => 'mp-settings-icon-card' ], + 'woo-mercado-pago-ticket' => [ 'icon' => 'mp-settings-icon-code' ], + 'woo-mercado-pago-pix' => [ 'icon' => 'mp-settings-icon-pix' ], ]; $payment_gateway_properties[] = array( - 'id' => $gateway->id, 'description' => $gateway->description, 'title' => $gateway->title, @@ -594,6 +600,7 @@ public function mp_get_payment_class_properties() { ], ); } + wp_send_json_success( $payment_gateway_properties ); } catch ( Exception $e ) { $response = [ @@ -688,10 +695,10 @@ public function mp_validate_payment_tips() { * @return void */ private function validate_ajax_nonce() { + $this->current_user->validate_user_needed_permissions(); $this->nonce->validate_nonce( self::SETTINGS_NONCE_ID, WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( 'nonce' ) ); } - } diff --git a/includes/module/preference/analytics/class-wc-woomercadopago-preferenceanalytics.php b/includes/module/preference/analytics/class-wc-woomercadopago-preferenceanalytics.php index 3dccc4d29..423e9941a 100644 --- a/includes/module/preference/analytics/class-wc-woomercadopago-preferenceanalytics.php +++ b/includes/module/preference/analytics/class-wc-woomercadopago-preferenceanalytics.php @@ -16,15 +16,23 @@ * WC_WooMercadoPago_PreferenceAnalytics */ class WC_WooMercadoPago_PreferenceAnalytics { + /** * Ignore_fields variable * * @var array $ignore_fields */ - public static $ignore_fields = array( '_mp_public_key_prod', '_mp_public_key_test', 'title', 'description', '_mp_access_token_prod', '_mp_access_token_test' ); + public static $ignore_fields = [ + 'title', + 'description', + '_mp_public_key_prod', + '_mp_public_key_test', + '_mp_access_token_prod', + '_mp_access_token_test' + ]; /** - * Get_basic_settings function + * Get basic settings function * * @return array get_basic_settings */ @@ -33,7 +41,7 @@ public function get_basic_settings() { } /** - * Get_custom_settings function + * Get custom settings function * * @return array get_custom_settings */ @@ -42,7 +50,7 @@ public function get_custom_settings() { } /** - * Get_ticket_settings function + * Get ticket settings function * * @return array get_ticket_settings */ @@ -51,7 +59,7 @@ public function get_ticket_settings() { } /** - * Get_pix_settings function + * Get pix settings function * * @return array get_pix_settings */ @@ -60,21 +68,31 @@ public function get_pix_settings() { } /** - * Get_settings function + * Get credits settings function * - * @param [type] $option . - * @return array $valid_values + * @return array get_credits_settings */ - public function get_settings( $option ) { - - $db_options = get_option( $option, array() ); + public function get_credits_settings() { + return $this->get_settings( 'woocommerce_woo-mercado-pago-credits_settings' ); + } + /** + * Get settings function + * + * @param string $option + * @return array + */ + public function get_settings( $option ) { + $db_options = get_option( $option, array() ); $valid_values = array(); + foreach ( $db_options as $key => $value ) { if ( ! empty( $value ) && ! in_array( $key, self::$ignore_fields, true ) ) { $valid_values[ $key ] = $value; } } + return $valid_values; } + } diff --git a/includes/module/preference/class-wc-woomercadopago-preference-abstract.php b/includes/module/preference/class-wc-woomercadopago-preference-abstract.php index 8af1c58dd..b4ad66fbc 100755 --- a/includes/module/preference/class-wc-woomercadopago-preference-abstract.php +++ b/includes/module/preference/class-wc-woomercadopago-preference-abstract.php @@ -336,24 +336,21 @@ public function get_items_build_array() { $this->order_total += $this->number_format_value( $item_amount ); // Add the item. - array_push( $this->list_of_items, $product_title . ' x ' . $item['qty'] ); - array_push( - $items, - array( - 'id' => $item['product_id'], - 'title' => html_entity_decode( $product_title ) . ' x ' . $item['qty'], - 'description' => sanitize_file_name( - html_entity_decode( - strlen( $product_content ) > 230 ? - substr( $product_content, 0, 230 ) . '...' : $product_content - ) - ), - 'picture_url' => $product_image, - 'category_id' => get_option( '_mp_category_id', 'others' ), - 'quantity' => 1, - 'unit_price' => $this->number_format_value( $item_amount ), - 'currency_id' => $this->site_data[ $this->site_id ]['currency'], - ) + $this->list_of_items[] = $product_title . ' x ' . $item['qty']; + $items[] = array( + 'id' => $item['product_id'], + 'title' => html_entity_decode($product_title) . ' x ' . $item['qty'], + 'description' => sanitize_file_name( + html_entity_decode( + strlen($product_content) > 230 ? + substr($product_content, 0, 230) . '...' : $product_content + ) + ), + 'picture_url' => $product_image, + 'category_id' => get_option('_mp_category_id', 'others'), + 'quantity' => 1, + 'unit_price' => $this->number_format_value($item_amount), + 'currency_id' => $this->site_data[$this->site_id]['currency'], ); } } @@ -389,25 +386,22 @@ public function fees_cost_item() { $final = ( $fee['total'] + $fee['total_tax'] ) * $this->currency_ratio; $this->order_total += $this->number_format_value( $final ); - array_push( - $items, - array( - 'title' => sanitize_file_name( - html_entity_decode( - strlen( $fee['name'] ) > 230 ? - substr( $fee['name'], 0, 230 ) . '...' : $fee['name'] - ) - ), - 'description' => sanitize_file_name( - html_entity_decode( - strlen( $fee['name'] ) > 230 ? - substr( $fee['name'], 0, 230 ) . '...' : $fee['name'] - ) - ), - 'category_id' => get_option( '_mp_category_id', 'others' ), - 'quantity' => 1, - 'unit_price' => $this->number_format_value( $final ), - ) + $items[] = array( + 'title' => sanitize_file_name( + html_entity_decode( + strlen($fee['name']) > 230 ? + substr($fee['name'], 0, 230) . '...' : $fee['name'] + ) + ), + 'description' => sanitize_file_name( + html_entity_decode( + strlen($fee['name']) > 230 ? + substr($fee['name'], 0, 230) . '...' : $fee['name'] + ) + ), + 'category_id' => get_option('_mp_category_id', 'others'), + 'quantity' => 1, + 'unit_price' => $this->number_format_value($final), ); } return $items; @@ -529,7 +523,7 @@ public function get_external_reference( $payment = null ) { /** * Get transaction * - * @param string $transactionType. + * @param string $transactionType * * @return Payment|Preference */ @@ -547,7 +541,7 @@ public function get_transaction( $transactionType = 'Preference' ) { /** * Get transaction amount * - * @return float|int + * @return float */ public function get_transaction_amount() { return $this->number_format_value( $this->order_total ); @@ -577,9 +571,10 @@ public function add_discounts() { public function add_discounts_campaign() { return array( 'campaign_id' => (int) $this->checkout['campaign_id'], - 'coupon_amount' => ( 'COP' === $this->site_data[ $this->site_id ]['currency'] || 'CLP' === $this->site_data[ $this->site_id ]['currency'] ) ? - round( $this->checkout['discount'] * $this->currency_ratio ) : round( $this->checkout['discount'] * $this->currency_ratio * 100 ) / 100, 'coupon_code' => strtoupper( $this->checkout['coupon_code'] ), + 'coupon_amount' => ( 'COP' === $this->site_data[ $this->site_id ]['currency'] || 'CLP' === $this->site_data[ $this->site_id ]['currency'] ) + ? round( $this->checkout['discount'] * $this->currency_ratio ) + : round( $this->checkout['discount'] * $this->currency_ratio * 100 ) / 100, ); } @@ -621,6 +616,7 @@ public function get_internal_metadata() { 'custom_settings' => $analytics->get_custom_settings(), 'ticket_settings' => $analytics->get_ticket_settings(), 'pix_settings' => $analytics->get_pix_settings(), + 'credits_settings' => $analytics->get_credits_settings(), 'seller_website' => get_option('siteurl'), 'billing_address' => array( 'zip_code' => html_entity_decode(str_replace('-', '', ( is_object($this->order) && @@ -645,8 +641,8 @@ public function get_internal_metadata() { ), ), 'user' => array( - 'registered_user' => ( null !== $user_id && '' !== $user_id && 0 !== $user_id ) ? 'yes' : 'no', - 'user_email' => ( null !== $user_id && '' !== $user_id && 0 !== $user_id ) ? get_userdata( $user_id )->user_email : null, + 'registered_user' => ( null !== $user_id && '' !== $user_id && 0 !== $user_id ) ? 'yes' : 'no', + 'user_email' => ( null !== $user_id && '' !== $user_id && 0 !== $user_id ) ? get_userdata( $user_id )->user_email : null, 'user_registration_date' => ( null !== $user_id && ' ' !== $user_id && 0 !== $user_id ) ? gmdate('Y-m-d\TH:i:s.vP', strtotime(get_userdata($user_id)->user_registered) ) : null, ), ); @@ -655,7 +651,8 @@ public function get_internal_metadata() { /** * Calculate price * - * @param mixed $amount Amount. + * @param mixed $amount + * * @return float */ private function calculate_price( $amount ) { @@ -668,7 +665,8 @@ private function calculate_price( $amount ) { /** * Get date of expiration * - * @param string $date_expiration Date expiration. + * @param string $date_expiration + * * @return string date */ public function get_date_of_expiration( $date_expiration ) { diff --git a/includes/module/preference/class-wc-woomercadopago-preference-credits.php b/includes/module/preference/class-wc-woomercadopago-preference-credits.php new file mode 100644 index 000000000..01f4a0e46 --- /dev/null +++ b/includes/module/preference/class-wc-woomercadopago-preference-credits.php @@ -0,0 +1,44 @@ +transaction->__set('purpose', 'onboarding_credits'); + } + + /** + * Overwrite the default method to set Wallet Button Data + * + * @return string[] + */ + public function get_internal_metadata() { + $metadata = parent::get_internal_metadata(); + $metadata['checkout'] = 'pro'; + $metadata['checkout_type'] = 'credits'; + return $metadata; + } + +} diff --git a/includes/notification/class-wc-woomercadopago-notification-abstract.php b/includes/notification/class-wc-woomercadopago-notification-abstract.php index 1ce819398..1a19e3ab7 100644 --- a/includes/notification/class-wc-woomercadopago-notification-abstract.php +++ b/includes/notification/class-wc-woomercadopago-notification-abstract.php @@ -139,7 +139,7 @@ public function successful_request( $data ) { * * @throws WC_WooMercadoPago_Exception Invalid status response. */ - public function proccess_status( $processed_status, $data, $order ) { + public function process_status( $processed_status, $data, $order ) { $used_gateway = get_class( $this->payment ); switch ( $processed_status ) { @@ -203,14 +203,6 @@ public function mp_rule_approved( $data, $order, $used_gateway ) { if ( method_exists( $order, 'get_status' ) && $order->get_status() !== 'completed' ) { switch ( $used_gateway ) { - case 'WC_WooMercadoPago_Basic_Gateway': - case 'WC_WooMercadoPago_Custom_Gateway': - $order->payment_complete(); - if ( 'completed' !== $payment_completed_status ) { - $order->update_status( self::get_wc_status_for_mp_status( 'approved' ) ); - } - break; - case 'WC_WooMercadoPago_Ticket_Gateway': if ( 'no' === get_option( 'stock_reduce_mode', 'no' ) ) { $order->payment_complete(); @@ -220,12 +212,10 @@ public function mp_rule_approved( $data, $order, $used_gateway ) { } break; - case 'WC_WooMercadoPago_Pix_Gateway': - if ( 'no' === get_option( 'stock_reduce_mode', 'no' ) ) { - $order->payment_complete(); - if ( 'completed' !== $payment_completed_status ) { - $order->update_status( self::get_wc_status_for_mp_status( 'approved' ) ); - } + default: + $order->payment_complete(); + if ( 'completed' !== $payment_completed_status ) { + $order->update_status( self::get_wc_status_for_mp_status( 'approved' ) ); } break; } @@ -247,6 +237,7 @@ public function mp_rule_pending( $data, $order, $used_gateway ) { case 'WC_WooMercadoPago_Pix_Gateway': $notes = $order->get_customer_order_notes(); $has_note = false; + if ( count( $notes ) > 1 ) { $has_note = true; break; @@ -266,6 +257,7 @@ public function mp_rule_pending( $data, $order, $used_gateway ) { case 'WC_WooMercadoPago_Ticket_Gateway': $notes = $order->get_customer_order_notes(); $has_note = false; + if ( count( $notes ) > 1 ) { $has_note = true; break; diff --git a/includes/notification/class-wc-woomercadopago-notification-core.php b/includes/notification/class-wc-woomercadopago-notification-core.php index 3600d08f6..24f30e429 100644 --- a/includes/notification/class-wc-woomercadopago-notification-core.php +++ b/includes/notification/class-wc-woomercadopago-notification-core.php @@ -40,8 +40,7 @@ public function check_ipn_response() { // handling old notifications if ( gettype($notification_id) === 'object' ) { - $class = get_class( $this->payment ); - $notification_handler = null; + $class = get_class( $this->payment ); if ( 'WC_WooMercadoPago_Basic_Gateway' === $class ) { $notification_handler = new WC_WooMercadoPago_Notification_IPN( $this->payment ); @@ -86,7 +85,7 @@ public function successful_request( $data ) { $order = parent::successful_request( $data ); $processed_status = $this->process_status_mp_business( $data, $order ); $this->log->write_log( __FUNCTION__, 'Changing order status to: ' . parent::get_wc_status_for_mp_status( str_replace( '_', '', $processed_status ) ) ); - $this->proccess_status( $processed_status, $data, $order ); + $this->process_status( $processed_status, $data, $order ); } catch ( Exception $e ) { $this->set_response( 422, null, $e->getMessage() ); $this->log->write_log( __FUNCTION__, $e->getMessage() ); diff --git a/includes/notification/class-wc-woomercadopago-notification-ipn.php b/includes/notification/class-wc-woomercadopago-notification-ipn.php index 98215f679..46e1ac378 100644 --- a/includes/notification/class-wc-woomercadopago-notification-ipn.php +++ b/includes/notification/class-wc-woomercadopago-notification-ipn.php @@ -86,7 +86,7 @@ public function successful_request( $data ) { $order = parent::successful_request( $data ); $processed_status = $this->process_status_mp_business( $data, $order ); $this->log->write_log( __FUNCTION__, 'Changing order status to: ' . parent::get_wc_status_for_mp_status( str_replace( '_', '', $processed_status ) ) ); - $this->proccess_status( $processed_status, $data, $order ); + $this->process_status( $processed_status, $data, $order ); } catch ( Exception $e ) { $this->set_response( 422, null, $e->getMessage() ); $this->log->write_log( __FUNCTION__, $e->getMessage() ); diff --git a/includes/notification/class-wc-woomercadopago-notification-webhook.php b/includes/notification/class-wc-woomercadopago-notification-webhook.php index db2b9d946..f9487c53f 100644 --- a/includes/notification/class-wc-woomercadopago-notification-webhook.php +++ b/includes/notification/class-wc-woomercadopago-notification-webhook.php @@ -107,7 +107,7 @@ public function successful_request( $data ) { 'Changing order status to: ' . parent::get_wc_status_for_mp_status( str_replace( '_', '', $status ) ) ); - $this->proccess_status( $status, $data, $order ); + $this->process_status( $status, $data, $order ); } catch ( Exception $e ) { $this->log->write_log( __FUNCTION__, $e->getMessage() ); } diff --git a/includes/payments/class-wc-woomercadopago-basic-gateway.php b/includes/payments/class-wc-woomercadopago-basic-gateway.php index 24fcc70bf..4851a80f7 100755 --- a/includes/payments/class-wc-woomercadopago-basic-gateway.php +++ b/includes/payments/class-wc-woomercadopago-basic-gateway.php @@ -17,7 +17,6 @@ * Class WC_WooMercadoPago_Basic_Gateway */ class WC_WooMercadoPago_Basic_Gateway extends WC_WooMercadoPago_Payment_Abstract { - /** * ID * @@ -25,20 +24,6 @@ class WC_WooMercadoPago_Basic_Gateway extends WC_WooMercadoPago_Payment_Abstract */ const ID = 'woo-mercado-pago-basic'; - /** - * Nonce field id - * - * @const - */ - const NONCE_FIELD_ID = 'mercado_pago_basic'; - - /** - * Nonce field name - * - * @const - */ - const NONCE_FIELD_NAME = 'mercado_pago_basic_nonce'; - /** * Credits Helper Class * @@ -66,7 +51,6 @@ public function __construct() { $this->method = $this->get_option_mp( 'method', 'redirect' ); $this->title = $this->get_option_mp( 'title', __( 'Your saved cards or money in Mercado Pago', 'woocommerce-mercadopago' ) ); $this->method_description = $this->description; - $this->credits_banner = $this->get_option('credits_banner', 'no'); $this->auto_return = $this->get_option('auto_return', 'yes'); $this->success_url = $this->get_option('success_url', ''); $this->failure_url = $this->get_option('failure_url', ''); @@ -101,13 +85,6 @@ public function get_form_mp_fields() { WC_WooMercadoPago_Constants::VERSION, true ); - wp_enqueue_script( - 'woocommerce-mercadopago-credentials', - plugins_url( '../assets/js/validate-credentials' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), - array(), - WC_WooMercadoPago_Constants::VERSION, - true - ); } if ( empty( $this->checkout_country ) ) { @@ -125,17 +102,12 @@ public function get_form_mp_fields() { $form_fields['binary_mode'] = $this->field_binary_mode(); $form_fields['installments'] = $this->field_installments(); $form_fields['checkout_payments_advanced_title'] = $this->field_checkout_payments_advanced_title(); - - if ( $this->credits_helper->is_credits() ) { - $form_fields['credits_banner'] = $this->field_credits_banner_mode(); - } - - $form_fields['method'] = $this->field_method(); - $form_fields['success_url'] = $this->field_success_url(); - $form_fields['failure_url'] = $this->field_failure_url(); - $form_fields['pending_url'] = $this->field_pending_url(); - $form_fields['auto_return'] = $this->field_auto_return(); - $form_fields['ex_payments'] = $this->field_ex_payments(); + $form_fields['method'] = $this->field_method(); + $form_fields['success_url'] = $this->field_success_url(); + $form_fields['failure_url'] = $this->field_failure_url(); + $form_fields['pending_url'] = $this->field_pending_url(); + $form_fields['auto_return'] = $this->field_auto_return(); + $form_fields['ex_payments'] = $this->field_ex_payments(); } $form_fields_abs = parent::get_form_mp_fields(); @@ -166,7 +138,6 @@ public function get_fields_sequence() { WC_WooMercadoPago_Helpers_CurrencyConverter::CONFIG_KEY, 'ex_payments', 'installments', - 'credits_banner', // Advanced settings. 'checkout_payments_advanced_title', @@ -505,194 +476,28 @@ public function payment_fields() { ); // validate active payments methods. - $credit = []; - $debit = []; - $ticket = []; - $method = $this->get_option_mp( 'method', 'redirect' ); - $payment_methods = get_option( '_checkout_payments_methods', '' ); - $test_mode_link = $this->get_mp_devsite_link( $this->checkout_country ); - $installments = $this->get_valid_installments( $this->get_option_mp( 'installments' ) ); - - foreach ( $payment_methods as $payment_method ) { - if ( 'yes' === $this->get_option_mp( $payment_method['config'], '' ) ) { - if ( 'credit_card' === $payment_method['type'] ) { - $credit[] = [ - 'src' => $payment_method['image'], - 'alt' => $payment_method['id'] - ]; - } elseif ( 'debit_card' === $payment_method['type'] || 'prepaid_card' === $payment_method['type'] ) { - $debit[] = [ - 'src' => $payment_method['image'], - 'alt' => $payment_method['id'] - ]; - } elseif ( 'bank_transfer' === $payment_method['type'] ) { - $bank_transfer[] = [ - 'src' => $payment_method['image'], - 'alt' => $payment_method['id'] - ]; - } else { - $ticket[] = [ - 'src' => $payment_method['image'], - 'alt' => $payment_method['id'] - ]; - } - } - } + $method = $this->get_option_mp( 'method', 'redirect' ); + $test_mode_link = $this->get_mp_devsite_link( $this->checkout_country ); + $site = strtoupper( $this->mp_options->get_site_id() ); - $cho_pro_display_payments = []; - - $site = strtoupper($this->mp_options->get_site_id()); - $payments_response = $this->mp->get_payment_response_by_sites($site); - - if ( $this->is_credits($payments_response) ) { - $credits[] = [ - 'src' => plugins_url( '../assets/images/mercado-credito.png', plugin_dir_path( __FILE__ ) ), - 'alt' => 'mercado_creditos' - ]; - array_push($cho_pro_display_payments, [ - 'title' => __( 'Installments without card' , 'woocommerce-mercadopago' ), - 'label' => __( 'Up to ' , 'woocommerce-mercadopago' ) . 12 . __( ' installments' , 'woocommerce-mercadopago' ), - 'payment_methods' => $credits - ]); - } + $payment_methods = $this->get_payment_methods(); + $payment_methods_title = count($payment_methods) !== 0 ? __('Available payment methods', 'woocommerce-mercadopago') : ''; - if ( isset($credit) ) { - array_push($cho_pro_display_payments, [ - 'title' => __( 'Credit cards' , 'woocommerce-mercadopago' ), - 'label' => __( 'Up to ' , 'woocommerce-mercadopago' ) . $installments . __( ' installments' , 'woocommerce-mercadopago' ), - 'payment_methods' => $credit, - ]); - }; - if ( isset($debit) ) { - array_push($cho_pro_display_payments, [ - 'title' => __( 'Debit cards' , 'woocommerce-mercadopago' ), - 'payment_methods' => $debit, - ]); - }; - if ( isset($bank_transfer) ) { - array_push($cho_pro_display_payments, [ - 'title' => __( 'Bank Transfer' , 'woocommerce-mercadopago' ), - 'payment_methods' => $bank_transfer, - ]); - }; - if ( isset($ticket) ) { - array_push($cho_pro_display_payments, [ - 'title' => __( 'Payment by cash' , 'woocommerce-mercadopago' ), - 'payment_methods' => $ticket, - ]); - }; + $checkout_benefits_items = $this->get_benefits( $site ); $parameters = [ - 'nonce_field' => $this->mp_nonce->generate_nonce_field( self::NONCE_FIELD_ID, self::NONCE_FIELD_NAME ), - 'method' => $method, - 'test_mode' => ! $this->is_production_mode(), - 'test_mode_link' => $test_mode_link, - 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, - 'redirect_image' => plugins_url( '../assets/images/cho-pro-redirect.png', plugin_dir_path( __FILE__ ) ), - 'list_style_type_src' => plugins_url( '../assets/images/blue-check.png', plugin_dir_path( __FILE__ ) ), - 'payment_methods' => wp_json_encode($cho_pro_display_payments), + 'method' => $method, + 'test_mode' => ! $this->is_production_mode(), + 'test_mode_link' => $test_mode_link, + 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, + 'checkout_redirect_src' => plugins_url( '../assets/images/cho-pro-redirect-v2.png', plugin_dir_path( __FILE__ ) ), + 'payment_methods' => wp_json_encode( $payment_methods ), + 'payment_methods_title' => $payment_methods_title, + 'checkout_benefits_items' => wp_json_encode( $checkout_benefits_items ) ]; - $parameters = array_merge($parameters, WC_WooMercadoPago_Helper_Links::mp_define_terms_and_conditions()); - wc_get_template('checkout/basic-checkout.php', $parameters, 'woo/mercado/pago/module/', WC_WooMercadoPago_Module::get_templates_path()); - } - - /** - * Field Banner Credits - * - * @return array - */ - public function field_credits_banner_mode() { - $site = strtolower($this->mp_options->get_site_id()); - $link = WC_WooMercadoPago_Helper_Links::get_mc_blog_link($site); - - return array( - 'title' => __('Payment with Mercado Credito', 'woocommerce-mercadopago'), - 'title_badge' => __('New!', 'woocommerce-mercadopago'), - 'type' => 'mp_toggle_switch', - 'default' => 'no', - 'subtitle' => sprintf ( - /* translators: %s link to Mercado Credits blog */ - __('With Mercado Credito, clients can pay in installments with no card, by transfers, invoice or money available in their Mercado Pago account.
By activating the no-card installments banner, you will increase your chances of selling.', 'woocommerce-mercadopago'), - $link['blog_link'] - ), - 'descriptions' => array( - 'enabled' => __('The no-card installments banner is active.', 'woocommerce-mercadopago'), - 'disabled' => __('The no-card installments banner is disabled.', 'woocommerce-mercadopago'), - ), - 'after_toggle' => $this->get_credits_info_template($site) - ); - } - - /** - * Example Banner Credits Admin - * - * @param $siteId - * - * @return string - */ - public function get_credits_info_template( $siteId ) { - $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min'; - wp_enqueue_script( - 'woocommerce-mercadopago-info-admin-credits-script', - plugins_url('../assets/js/credits/example-info' . $suffix . '.js', plugin_dir_path(__FILE__)), - array(), - WC_WooMercadoPago_Constants::VERSION, - true - ); - wp_enqueue_style( - 'woocommerce-mercadopago-info-admin-credits-style', - plugins_url('../assets/css/credits/example-info' . $suffix . '.css', plugin_dir_path(__FILE__)), - array(), - WC_WooMercadoPago_Constants::VERSION - ); - wp_localize_script( - 'woocommerce-mercadopago-info-admin-credits-script', - 'wc_mp_icon_images', - array( - 'computerBlueIcon' => plugins_url('../assets/images/credits/desktop-blue-icon.png', plugin_dir_path(__FILE__)), - 'computerGrayIcon' => plugins_url('../assets/images/credits/desktop-gray-icon.png', plugin_dir_path(__FILE__)), - 'cellphoneBlueIcon' => plugins_url('../assets/images/credits/cellphone-blue-icon.png', plugin_dir_path(__FILE__)), - 'cellphoneGrayIcon' => plugins_url('../assets/images/credits/cellphone-gray-icon.png', plugin_dir_path(__FILE__)), - 'viewMobile' => plugins_url($this->get_mercado_credits_gif_path($siteId, 'mobile'), plugin_dir_path(__FILE__)), - 'viewDesktop' => plugins_url($this->get_mercado_credits_gif_path($siteId, 'desktop'), plugin_dir_path(__FILE__)), - 'footerDesktop' => __('Banner on the product page | Computer version', 'woocommerce-mercadopago'), - 'footerCellphone' => __('Banner on the product page | Cellphone version', 'woocommerce-mercadopago'), - ) - ); - - return wc_get_template_html( - 'components/credits-info-example.php', - array( - 'desktop' => __('Computer', 'woocommerce-mercadopago'), - 'cellphone' => __('Mobile', 'woocommerce-mercadopago'), - 'footer' => __('Banner on the product page | Computer version', 'woocommerce-mercadopago'), - 'title' => __('Banner visualization', 'woocommerce-mercadopago'), - 'subtitle' => __('Check the example of how it will appear in the store:', 'woocommerce-mercadopago'), - ), - '', - WC_WooMercadoPago_Module::get_templates_path() - ); - } - - /** - * Get git image path for mercado credits demonstration - * - * @param $siteId - * @param $view - * - * @return string - */ - protected function get_mercado_credits_gif_path( $siteId, $view ) { - $siteIds = [ - 'mla' => 'MLA_', - 'mlb' => 'MLB_', - 'mlm' => 'MLM_', - ]; - - $prefix = isset($siteIds[$siteId]) ? $siteIds[$siteId] : ''; - - return sprintf('../assets/images/credits/%sview_%s.gif', $prefix, $view); + $parameters = array_merge( $parameters, WC_WooMercadoPago_Helper_Links::mp_define_terms_and_conditions() ); + wc_get_template( 'checkout/basic-checkout.php', $parameters, 'woo/mercado/pago/module/', WC_WooMercadoPago_Module::get_templates_path() ); } /** @@ -702,11 +507,6 @@ protected function get_mercado_credits_gif_path( $siteId, $view ) { * @return array */ public function process_payment( $order_id ) { - $this->mp_nonce->validate_nonce( - self::NONCE_FIELD_ID, - WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( self::NONCE_FIELD_NAME ) - ); - $order = wc_get_order($order_id); $amount = $this->get_order_total(); @@ -797,20 +597,147 @@ public function get_checkout_icon() { } /** + * Get payment methods * - * Get Payment Response function - * - * @param array $payments_response Payment Method Response. - * @return bool + * @return array */ - public function is_credits( $payments_response ) { - if ( is_array($payments_response) ) { - foreach ( $payments_response as $payment ) { - if ( isset( $payment['id'] ) && 'consumer_credits' === $payment['id'] ) { - return true; - } + public function get_payment_methods() { + $payment_methods_options = get_option( '_checkout_payments_methods', '' ); + $payment_methods = []; + + if ( $this->credits_helper->is_credits() ) { + $payment_methods[] = [ + 'src' => plugins_url( '../assets/images/mercado-credito.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Credits image' + ]; + } + + foreach ( $payment_methods_options as $payment_method_option ) { + if ( 'yes' === $this->get_option_mp( $payment_method_option[ 'config' ], '' ) ) { + $payment_methods[] = [ + 'src' => $payment_method_option[ 'image' ], + 'alt' => $payment_method_option[ 'id' ] + ]; } } - return false; + + return $payment_methods; + } + + /** + * Get benefits items + * + * @param string $site + * @return array + */ + public function get_benefits( $site ) { + $benefits = array( + 'MLB' => array( + array( + 'title' => __('Easy login', 'woocommerce-mercadopago'), + 'subtitle' => __('Log in with the same email and password you use in Mercado Libre.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-phone.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue phone image' + ) + ), + array( + 'title' => __('Quick payments', 'woocommerce-mercadopago'), + 'subtitle' => __('Use your saved cards, Pix or available balance.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-wallet.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue wallet image' + ) + ), + array( + 'title' => __('Protected purchases', 'woocommerce-mercadopago'), + 'subtitle' => __('Get your money back in case you don\'t receive your product.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-protection.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue protection image' + ) + ) + ), + 'MLM' => array( + array( + 'title' => __('Easy login', 'woocommerce-mercadopago'), + 'subtitle' => __('Log in with the same email and password you use in Mercado Libre.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-phone.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue phone image' + ) + ), + array( + 'title' => __('Quick payments', 'woocommerce-mercadopago'), + 'subtitle' => __('Use your available Mercado Pago Wallet balance or saved cards.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-wallet.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue wallet image' + ) + ), + array( + 'title' => __('Protected purchases', 'woocommerce-mercadopago'), + 'subtitle' => __('Get your money back in case you don\'t receive your product.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-protection.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue protection image' + ) + ) + ), + 'MLA' => array( + array( + 'title' => __('Quick payments', 'woocommerce-mercadopago'), + 'subtitle' => __('Use your available money or saved cards.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-wallet.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue wallet image' + ) + ), + array( + 'title' => __('Installments option', 'woocommerce-mercadopago'), + 'subtitle' => __('Pay with or without a credit card.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-phone-installments.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue phone installments image' + ) + ), + array( + 'title' => __('Reliable purchases', 'woocommerce-mercadopago'), + 'subtitle' => __('Get help if you have a problem with your purchase.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-protection.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue protection image' + ) + ) + ), + 'ROLA' => array( + array( + 'title' => __('Easy login', 'woocommerce-mercadopago'), + 'subtitle' => __('Log in with the same email and password you use in Mercado Libre.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-phone.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue phone image' + ) + ), + array( + 'title' => __('Quick payments', 'woocommerce-mercadopago'), + 'subtitle' => __('Use your available money or saved cards.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-wallet.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue wallet image' + ) + ), + array( + 'title' => __('Installments option', 'woocommerce-mercadopago'), + 'subtitle' => __('Interest-free installments with selected banks.', 'woocommerce-mercadopago'), + 'image' => array( + 'src' => plugins_url( '../assets/images/blue-phone-installments.png', plugin_dir_path(__FILE__) ), + 'alt' => 'Blue phone installments image' + ) + ) + ), + ); + + return array_key_exists( $site, $benefits ) ? $benefits[ $site ] : $benefits[ 'ROLA' ]; } } diff --git a/includes/payments/class-wc-woomercadopago-credits-gateway.php b/includes/payments/class-wc-woomercadopago-credits-gateway.php new file mode 100755 index 000000000..79bef802a --- /dev/null +++ b/includes/payments/class-wc-woomercadopago-credits-gateway.php @@ -0,0 +1,487 @@ +id = self::ID; + $this->description = __('Customers who buy on spot and pay later in up to 12 installments', 'woocommerce-mercadopago'); + $this->title = __('Installments without card', 'woocommerce-mercadopago'); + $this->mp_options = $this->get_mp_options(); + + if ( ! $this->validate_section() ) { + return; + } + + $this->form_fields = array(); + $this->method_title = __( 'Mercado Pago - Installments without card', 'woocommerce-mercadopago' ); + $this->method = $this->get_option_mp( 'method', 'redirect' ); + $this->title = $this->get_option_mp( 'title', __( 'Installments without card', 'woocommerce-mercadopago' ) ); + $this->method_description = $this->description; + $this->credits_banner = $this->get_option('credits_banner', 'no'); + $this->gateway_discount = $this->get_option('gateway_discount', 0); + $this->clientid_old_version = $this->get_client_id(); + $this->field_forms_order = $this->get_fields_sequence(); + + parent::__construct(); + $this->form_fields = $this->get_form_mp_fields(); + $this->hook = new WC_WooMercadoPago_Hook_Credits($this); + $this->notification = new WC_WooMercadoPago_Notification_Core($this); + $this->currency_convertion = true; + $this->icon = $this->get_checkout_icon(); + } + + /** + * Get MP fields label + * + * @return array + */ + public function get_form_mp_fields() { + if ( is_admin() && $this->is_manage_section() && ( WC_WooMercadoPago_Helper_Current_Url::validate_page('mercadopago-settings') || WC_WooMercadoPago_Helper_Current_Url::validate_section('woo-mercado-pago') ) ) { + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + wp_enqueue_script( + 'woocommerce-mercadopago-credits-config-script', + plugins_url( '../assets/js/credits_config_mercadopago' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + } + + if ( empty( $this->checkout_country ) ) { + $this->field_forms_order = array_slice( $this->field_forms_order, 0, 7 ); + } + + if ( ! empty( $this->checkout_country ) && empty( $this->get_access_token() ) && empty( $this->get_public_key() ) ) { + $this->field_forms_order = array_slice( $this->field_forms_order, 0, 22 ); + } + + $form_fields = array(); + + if ( ! empty( $this->checkout_country ) && ! empty( $this->get_access_token() ) && ! empty( $this->get_public_key() ) ) { + $form_fields['checkout_header'] = $this->field_checkout_header(); + $form_fields['checkout_payments_advanced_title'] = $this->field_checkout_payments_advanced_title(); + $form_fields['credits_banner'] = $this->field_credits_banner_mode(); + } + + $form_fields_abs = parent::get_form_mp_fields(); + if ( count($form_fields_abs) === 1 ) { + return $form_fields_abs; + } + $form_fields_merge = array_merge($form_fields_abs, $form_fields); + return $this->sort_form_fields($form_fields_merge, $this->field_forms_order); + } + + /** + * Get fields sequence + * + * @return array + */ + public function get_fields_sequence() { + return array( + // Necessary to run. + 'description', + // Checkout Básico. Acepta todos los medios de pago y lleva tus cobros a otro nivel. + 'checkout_header', + // No olvides de homologar tu cuenta. + 'checkout_card_homolog', + // Set up the payment experience in your store. + 'checkout_card_validate', + 'enabled', + 'title', + WC_WooMercadoPago_Helpers_CurrencyConverter::CONFIG_KEY, + 'credits_banner', + + // Advanced settings. + 'checkout_payments_advanced_title', + 'checkout_payments_advanced_description', + 'method', + 'gateway_discount', + 'commission', + ); + } + + /** + * Is available? + * + * @return bool + * @throws WC_WooMercadoPago_Exception Load access token exception. + */ + public function is_available() { + if ( parent::is_available() ) { + return true; + } + + if ( isset($this->settings['enabled']) && 'yes' === $this->settings['enabled'] ) { + if ( $this->mp instanceof MP ) { + $access_token = $this->mp->get_access_token(); + if ( + false === WC_WooMercadoPago_Credentials::validate_credentials_test($this->mp, $access_token) + && true === $this->sandbox + ) { + return false; + } + + if ( + false === WC_WooMercadoPago_Credentials::validate_credentials_prod($this->mp, $access_token) + && false === $this->sandbox + ) { + return false; + } + return true; + } + } + return false; + } + + /** + * Get clientID when update version 3.0.17 to 4 latest + * + * @return string + */ + public function get_client_id() { + $client_id = $this->mp_options->get_client_id(); + if ( ! empty($client_id) ) { + return true; + } + return false; + } + + /** + * Field enabled + * + * @return array + */ + public function field_enabled() { + $site = strtolower($this->mp_options->get_site_id()); + + return array( + 'title' => __('Activate installments without card in your store checkout ', 'woocommerce-mercadopago'), + 'subtitle' => __('Offer the option to pay in installments without card directly from your store\'s checkout.', 'woocommerce-mercadopago'), + 'type' => 'mp_toggle_switch', + 'default' => 'no', + 'descriptions' => array( + 'enabled' => __('Payment in installments without card in the store checkout is active', 'woocommerce-mercadopago'), + 'disabled' => __('Payment in installments without card in the store checkout is inactive', 'woocommerce-mercadopago'), + ), + 'after_toggle' => $this->get_ckeckout_visualization($site), + ); + } + + /** + * Example Banner Credits Admin + * + * @param $siteId + * + * @return string + */ + public function get_ckeckout_visualization( $siteId ) { + return wc_get_template_html( + 'components/credits-checkout-example.php', + array( + 'title' => __('Checkout visualization', 'woocommerce-mercadopago'), + 'subtitle' => __('Check below how this feature will be displayed to your customers:', 'woocommerce-mercadopago'), + 'footer' => __('Checkout Preview', 'woocommerce-mercadopago'), + 'pill_text' => __('PREVIEW', 'woocommerce-mercadopago'), + 'image' => plugins_url($this->get_mercado_credits_preview_image($siteId), plugin_dir_path(__FILE__)), + ), + '', + WC_WooMercadoPago_Module::get_templates_path() + ); + } + + /** + * Get image path for mercado credits checkout preview + * + * @param $siteId + * + * @return string + */ + protected function get_mercado_credits_preview_image( $siteId ) { + $siteIds = [ + 'mla' => 'MLA_', + 'mlb' => 'MLB_', + 'mlm' => 'MLM_', + ]; + + $prefix = isset($siteIds[$siteId]) ? $siteIds[$siteId] : ''; + + return sprintf('../assets/images/credits/%scheckout_preview.jpg', $prefix); + } + + /** + * Field checkout header + * + * @return array + */ + public function field_checkout_header() { + return array( + 'title' => sprintf( + '
+
+ ' . __('Installments without card', 'woocommerce-mercadopago') . ' +
+
+

+ ' . __('Reach millions of buyers by offering Mercado Credito as a payment method. Our flexible payment options give your customers the possibility to buy today whatever they want in up to 12 installments without the need to use a credit card.', 'woocommerce-mercadopago') . ' +

+

+ ' . __('For your business, the approval of the purchase is immediate and guaranteed.', 'woocommerce-mercadopago') . ' +

+
+
' + ), + 'type' => 'title', + 'class' => 'mp_title_header', + ); + } + + /** + * Field checkout payments advanced title + * + * @return array + */ + public function field_checkout_payments_advanced_title() { + return array( + 'title' => __('Advanced settings', 'woocommerce-mercadopago'), + 'type' => 'title', + 'class' => 'mp_subtitle_bd', + ); + } + + /** + * Payment Fields + */ + public function payment_fields() { + $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min'; + + // add css. + wp_enqueue_style( + 'woocommerce-mercadopago-narciso-styles', + plugins_url( '../assets/css/mp-plugins-components.css', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION + ); + + $test_mode_link = $this->get_mp_devsite_link( $this->checkout_country ); + + $parameters = [ + 'test_mode' => ! $this->is_production_mode(), + 'test_mode_link' => $test_mode_link, + 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, + 'redirect_image' => plugins_url( '../assets/images/cho-pro-redirect-v2.png', plugin_dir_path( __FILE__ ) ), + ]; + + $parameters = array_merge($parameters, WC_WooMercadoPago_Helper_Links::mp_define_terms_and_conditions()); + wc_get_template('checkout/credits-checkout.php', $parameters, 'woo/mercado/pago/module/', WC_WooMercadoPago_Module::get_templates_path()); + } + + /** + * Field Banner Credits + * + * @return array + */ + public function field_credits_banner_mode() { + $site = strtolower($this->mp_options->get_site_id()); + $link = WC_WooMercadoPago_Helper_Links::get_mc_blog_link($site); + + return array( + 'title' => __('Inform your customers about the option of paying in installments without card', 'woocommerce-mercadopago'), + 'type' => 'mp_toggle_switch', + 'default' => 'no', + 'subtitle' => sprintf ( + /* translators: %s link to Mercado Credits blog */ + __('By activating the installments without card component, you increase your chances of selling. To learn more, please check the technical guideline.', 'woocommerce-mercadopago'), + $link['blog_link'] + ), + 'descriptions' => array( + 'enabled' => __('The installments without card component is active.', 'woocommerce-mercadopago'), + 'disabled' => __('The installments without card component is inactive.', 'woocommerce-mercadopago'), + ), + 'after_toggle' => $this->get_credits_info_template($site) + ); + } + + /** + * Example Banner Credits Admin + * + * @param $siteId + * + * @return string + */ + public function get_credits_info_template( $siteId ) { + $suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min'; + wp_enqueue_script( + 'woocommerce-mercadopago-info-admin-credits-script', + plugins_url('../assets/js/credits/example-info' . $suffix . '.js', plugin_dir_path(__FILE__)), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + wp_enqueue_style( + 'woocommerce-mercadopago-info-admin-credits-style', + plugins_url('../assets/css/credits/example-info' . $suffix . '.css', plugin_dir_path(__FILE__)), + array(), + WC_WooMercadoPago_Constants::VERSION + ); + wp_localize_script( + 'woocommerce-mercadopago-info-admin-credits-script', + 'wc_mp_icon_images', + array( + 'computerBlueIcon' => plugins_url('../assets/images/credits/desktop-blue-icon.png', plugin_dir_path(__FILE__)), + 'computerGrayIcon' => plugins_url('../assets/images/credits/desktop-gray-icon.png', plugin_dir_path(__FILE__)), + 'cellphoneBlueIcon' => plugins_url('../assets/images/credits/cellphone-blue-icon.png', plugin_dir_path(__FILE__)), + 'cellphoneGrayIcon' => plugins_url('../assets/images/credits/cellphone-gray-icon.png', plugin_dir_path(__FILE__)), + 'viewMobile' => plugins_url($this->get_mercado_credits_gif_path($siteId, 'mobile'), plugin_dir_path(__FILE__)), + 'viewDesktop' => plugins_url($this->get_mercado_credits_gif_path($siteId, 'desktop'), plugin_dir_path(__FILE__)), + 'footerDesktop' => __('Banner on the product page | Computer version', 'woocommerce-mercadopago'), + 'footerCellphone' => __('Banner on the product page | Cellphone version', 'woocommerce-mercadopago'), + ) + ); + + return wc_get_template_html( + 'components/credits-info-example.php', + array( + 'desktop' => __('Computer', 'woocommerce-mercadopago'), + 'cellphone' => __('Mobile', 'woocommerce-mercadopago'), + 'footer' => __('Banner on the product page | Computer version', 'woocommerce-mercadopago'), + 'title' => __('Component visualization', 'woocommerce-mercadopago'), + 'subtitle' => __('Check below how this feature will be displayed to your customers:', 'woocommerce-mercadopago'), + ), + '', + WC_WooMercadoPago_Module::get_templates_path() + ); + } + + /** + * Get git image path for mercado credits demonstration + * + * @param $siteId + * @param $view + * + * @return string + */ + protected function get_mercado_credits_gif_path( $siteId, $view ) { + $siteIds = [ + 'mla' => 'MLA_', + 'mlb' => 'MLB_', + 'mlm' => 'MLM_', + ]; + + $prefix = isset($siteIds[$siteId]) ? $siteIds[$siteId] : ''; + + return sprintf('../assets/images/credits/%sview_%s.gif', $prefix, $view); + } + + /** + * Process payment + * + * @param int $order_id Order Id. + * @return array + */ + public function process_payment( $order_id ) { + $order = wc_get_order($order_id); + $amount = $this->get_order_total(); + + if ( method_exists($order, 'update_meta_data') ) { + $order->update_meta_data('is_production_mode', 'no' === $this->mp_options->get_checkbox_checkout_test_mode() ? 'yes' : 'no'); + $order->update_meta_data('_used_gateway', get_class($this)); + + if ( ! empty($this->gateway_discount) ) { + $discount = $amount * ( $this->gateway_discount / 100 ); + $order->update_meta_data('Mercado Pago: discount', __('discount of', 'woocommerce-mercadopago') . ' ' . $this->gateway_discount . '% / ' . __('discount of', 'woocommerce-mercadopago') . ' = ' . $discount); + } + + if ( ! empty($this->commission) ) { + $comission = $amount * ( $this->commission / 100 ); + $order->update_meta_data('Mercado Pago: comission', __('fee of', 'woocommerce-mercadopago') . ' ' . $this->commission . '% / ' . __('fee of', 'woocommerce-mercadopago') . ' = ' . $comission); + } + + $order->save(); + } else { + update_post_meta($order_id, '_used_gateway', get_class($this)); + + if ( ! empty($this->gateway_discount) ) { + $discount = $amount * ( $this->gateway_discount / 100 ); + update_post_meta($order_id, 'Mercado Pago: discount', __('discount of', 'woocommerce-mercadopago') . ' ' . $this->gateway_discount . '% / ' . __('discount of', 'woocommerce-mercadopago') . ' = ' . $discount); + } + + if ( ! empty($this->commission) ) { + $comission = $amount * ( $this->commission / 100 ); + update_post_meta($order_id, 'Mercado Pago: comission', __('fee of', 'woocommerce-mercadopago') . ' ' . $this->commission . '% / ' . __('fee of', 'woocommerce-mercadopago') . ' = ' . $comission); + } + } + + $this->log->write_log(__FUNCTION__, 'customer being redirected to Mercado Pago.'); + return array( + 'result' => 'success', + 'redirect' => $this->create_preference($order), + ); + } + + /** + * Create preference + * + * @param object $order Order. + * @return bool + */ + public function create_preference( $order ) { + $preference_credits = new WC_WooMercadoPago_Preference_Credits( $this, $order ); + $preference = $preference_credits->get_transaction( 'Preference' ); + + try { + $checkout_info = $preference->save(); + $this->log->write_log( __FUNCTION__, 'Created Preference: ' . wp_json_encode( $checkout_info, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); + $this->log->write_log( __FUNCTION__, 'payment link generated with success from mercado pago, with structure as follow: ' . wp_json_encode( $checkout_info, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); + return ( $this->sandbox ) ? $checkout_info['sandbox_init_point'] : $checkout_info['init_point']; + } catch ( Exception $e ) { + $this->log->write_log( __FUNCTION__, 'payment creation failed with exception: ' . wp_json_encode( $e, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); + return false; + } + } + + /** + * Get Id + * + * @return string + */ + public static function get_id() { + return self::ID; + } + + /** + * Get Mercado Pago Icon + * + * @return mixed + */ + public function get_checkout_icon() { + /** + * Add Mercado Pago icon. + * + * @since 3.0.1 + */ + return apply_filters( 'woocommerce_mercadopago_icon', plugins_url( '../assets/images/icons/mercadopago.png', plugin_dir_path( __FILE__ ) ) ); + } +} diff --git a/includes/payments/class-wc-woomercadopago-custom-gateway.php b/includes/payments/class-wc-woomercadopago-custom-gateway.php index 20bf71566..6b04fb9bd 100755 --- a/includes/payments/class-wc-woomercadopago-custom-gateway.php +++ b/includes/payments/class-wc-woomercadopago-custom-gateway.php @@ -17,7 +17,6 @@ * Class WC_WooMercadoPago_Custom_Gateway */ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstract { - /** * ID * @@ -25,20 +24,6 @@ class WC_WooMercadoPago_Custom_Gateway extends WC_WooMercadoPago_Payment_Abstrac */ const ID = 'woo-mercado-pago-custom'; - /** - * Nonce field id - * - * @const - */ - const NONCE_FIELD_ID = 'mercado_pago_custom'; - - /** - * Nonce field name - * - * @const - */ - const NONCE_FIELD_NAME = 'mercado_pago_custom_nonce'; - /** * Is enable Wallet Button? * @@ -92,13 +77,6 @@ public function get_form_mp_fields() { WC_WooMercadoPago_Constants::VERSION, false ); - wp_enqueue_script( - 'woocommerce-mercadopago-credentials', - plugins_url( '../assets/js/validate-credentials' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), - array(), - WC_WooMercadoPago_Constants::VERSION, - true - ); } if ( empty( $this->checkout_country ) ) { @@ -437,7 +415,6 @@ public function payment_fields() { } $parameters = array( - 'nonce_field' => $this->mp_nonce->generate_nonce_field( self::NONCE_FIELD_ID, self::NONCE_FIELD_NAME ), 'test_mode' => ! $this->is_production_mode(), 'test_mode_link' => $test_mode_link, 'amount' => $amount, @@ -465,11 +442,6 @@ public function payment_fields() { * @return array|void */ public function process_payment( $order_id ) { - $this->mp_nonce->validate_nonce( - self::NONCE_FIELD_ID, - WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( self::NONCE_FIELD_NAME ) - ); - // @codingStandardsIgnoreLine $custom_checkout = $_POST['mercadopago_custom']; if ( ! isset( $custom_checkout ) ) { diff --git a/includes/payments/class-wc-woomercadopago-payment-abstract.php b/includes/payments/class-wc-woomercadopago-payment-abstract.php index 14b2ddb4d..cd1f9893a 100755 --- a/includes/payments/class-wc-woomercadopago-payment-abstract.php +++ b/includes/payments/class-wc-woomercadopago-payment-abstract.php @@ -19,7 +19,11 @@ * Class WC_WooMercadoPago_Payment_Abstract */ class WC_WooMercadoPago_Payment_Abstract extends WC_Payment_Gateway { - + /** + * Common configs for payments + * + * @const + */ const COMMON_CONFIGS = array( '_mp_public_key_test', '_mp_access_token_test', @@ -35,13 +39,11 @@ class WC_WooMercadoPago_Payment_Abstract extends WC_Payment_Gateway { 'auto_return', ); - const CREDENTIAL_FIELDS = array( - '_mp_public_key_test', - '_mp_access_token_test', - '_mp_public_key_prod', - '_mp_access_token_prod', - ); - + /** + * Allowed classes in plugin + * + * @const + */ const ALLOWED_CLASSES = array( 'WC_WooMercadoPago_Basic_Gateway', 'WC_WooMercadoPago_Custom_Gateway', @@ -473,7 +475,8 @@ public function mercadopago_after_form() { 'woo-mercado-pago-basic' => 'checkout-pro', 'woo-mercado-pago-custom' => 'checkout-custom', 'woo-mercado-pago-ticket' => 'checkout-ticket', - 'woo-mercado-pago-pix' => 'checkout-pix' + 'woo-mercado-pago-pix' => 'checkout-pix', + 'woo-mercado-pago-credits' => 'checkout-credits' ]; wc_get_template( @@ -713,6 +716,10 @@ public function get_form_mp_fields() { } } + if ( is_admin() && $this->is_manage_section() && ( WC_WooMercadoPago_Helper_Current_Url::validate_page('mercadopago-settings') || WC_WooMercadoPago_Helper_Current_Url::validate_section('woo-mercado-pago') ) ) { + $this->load_custom_credentials_js(); + } + if ( is_admin() && ( WC_WooMercadoPago_Helper_Current_Url::validate_page('mercadopago-settings') || WC_WooMercadoPago_Helper_Current_Url::validate_section('woo-mercado-pago') ) ) { $this->load_custom_js_for_checkbox(); $this->normalize_common_admin_fields(); @@ -960,6 +967,23 @@ private function load_custom_js_for_checkbox() { ); } + /** + * Load Custom JS For Checkbox + * + * @return void + */ + private function load_custom_credentials_js() { + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + wp_enqueue_script( + 'woocommerce-mercadopago-credentials', + plugins_url( '../assets/js/validate-credentials' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + } + /** * Field Checkout Payments Subtitle * diff --git a/includes/payments/class-wc-woomercadopago-pix-gateway.php b/includes/payments/class-wc-woomercadopago-pix-gateway.php index 05e49ccbc..dee8b7af6 100755 --- a/includes/payments/class-wc-woomercadopago-pix-gateway.php +++ b/includes/payments/class-wc-woomercadopago-pix-gateway.php @@ -17,7 +17,6 @@ * Class WC_WooMercadoPago_Pix_Gateway */ class WC_WooMercadoPago_Pix_Gateway extends WC_WooMercadoPago_Payment_Abstract { - /** * ID * @@ -25,20 +24,6 @@ class WC_WooMercadoPago_Pix_Gateway extends WC_WooMercadoPago_Payment_Abstract { */ const ID = 'woo-mercado-pago-pix'; - /** - * Nonce field id - * - * @const - */ - const NONCE_FIELD_ID = 'mercado_pago_pix'; - - /** - * Nonce field name - * - * @const - */ - const NONCE_FIELD_NAME = 'mercado_pago_pix_nonce'; - /** * WC_WooMercadoPago_PixGateway constructor. * @@ -94,13 +79,6 @@ public function get_form_mp_fields() { WC_WooMercadoPago_Constants::VERSION, false ); - wp_enqueue_script( - 'woocommerce-mercadopago-credentials', - plugins_url( '../assets/js/validate-credentials' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), - array(), - WC_WooMercadoPago_Constants::VERSION, - true - ); } if ( empty( $this->checkout_country ) ) { @@ -384,8 +362,6 @@ public function field_checkout_pix_card_info() { * Payment fields */ public function payment_fields() { - $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; - // add css. wp_enqueue_style( 'woocommerce-mercadopago-narciso-styles', @@ -395,9 +371,8 @@ public function payment_fields() { ); $parameters = [ - 'nonce_field' => $this->mp_nonce->generate_nonce_field( self::NONCE_FIELD_ID, self::NONCE_FIELD_NAME ), - 'test_mode' => ! $this->is_production_mode(), - 'pix_image' => plugins_url( '../assets/images/pix.png', plugin_dir_path( __FILE__ ) ), + 'test_mode' => ! $this->is_production_mode(), + 'pix_image' => plugins_url( '../assets/images/pix.png', plugin_dir_path( __FILE__ ) ), ]; $parameters = array_merge($parameters, WC_WooMercadoPago_Helper_Links::mp_define_terms_and_conditions()); @@ -411,11 +386,6 @@ public function payment_fields() { * @return array|string[] */ public function process_payment( $order_id ) { - $this->mp_nonce->validate_nonce( - self::NONCE_FIELD_ID, - WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( self::NONCE_FIELD_NAME ) - ); - // @codingStandardsIgnoreLine $pix_checkout = $_POST; $this->log->write_log( __FUNCTION__, 'Payment via Pix POST: ' ); diff --git a/includes/payments/class-wc-woomercadopago-ticket-gateway.php b/includes/payments/class-wc-woomercadopago-ticket-gateway.php index 0fb19d9f0..07555b861 100755 --- a/includes/payments/class-wc-woomercadopago-ticket-gateway.php +++ b/includes/payments/class-wc-woomercadopago-ticket-gateway.php @@ -17,7 +17,6 @@ * Class WC_WooMercadoPago_Ticket_Gateway */ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstract { - /** * ID * @@ -25,20 +24,6 @@ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstrac */ const ID = 'woo-mercado-pago-ticket'; - /** - * Nonce field id - * - * @const - */ - const NONCE_FIELD_ID = 'mercado_pago_ticket'; - - /** - * Nonce field name - * - * @const - */ - const NONCE_FIELD_NAME = 'mercado_pago_ticket_nonce'; - /** * WC_WooMercadoPago_TicketGateway constructor. * @@ -91,13 +76,6 @@ public function get_form_mp_fields() { WC_WooMercadoPago_Constants::VERSION, false ); - wp_enqueue_script( - 'woocommerce-mercadopago-credentials', - plugins_url( '../assets/js/validate-credentials' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), - array(), - WC_WooMercadoPago_Constants::VERSION, - true - ); } if ( empty( $this->checkout_country ) ) { @@ -369,7 +347,6 @@ public function payment_fields() { } $parameters = array( - 'nonce_field' => $this->mp_nonce->generate_nonce_field( self::NONCE_FIELD_ID, self::NONCE_FIELD_NAME ), 'test_mode' => ! $this->is_production_mode(), 'test_mode_link' => $test_mode_link, 'amount' => $amount, @@ -416,11 +393,6 @@ public function payment_fields() { * @return array|string[] */ public function process_payment( $order_id ) { - $this->mp_nonce->validate_nonce( - self::NONCE_FIELD_ID, - WC_WooMercadoPago_Helper_Filter::get_sanitize_text_from_post( self::NONCE_FIELD_NAME ) - ); - // @codingStandardsIgnoreLine $ticket_checkout = $_POST['mercadopago_ticket']; $this->log->write_log( __FUNCTION__, 'Ticket POST: ' . wp_json_encode( $ticket_checkout, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php b/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php index 9297e09a6..9fd270065 100755 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php @@ -50,7 +50,7 @@ function () { $page_id = woocommerce_get_page_id( 'checkout' ); } if ( is_page( $page_id ) ) { - echo '' . PHP_EOL; + echo '' . PHP_EOL; } } ); @@ -74,6 +74,8 @@ public function render_order_form( $order_id ) { $html = ''; + // mlstatic is a domain for the Mercado Pago CDN. + // This script is used to render the checkout pro in the modal function, avoiding redirection from the store to Mercado Pago. // @todo use wp_enqueue_script // @codingStandardsIgnoreLine $html .= ' diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-credits.php b/includes/payments/hooks/class-wc-woomercadopago-hook-credits.php new file mode 100755 index 000000000..ed39cba1e --- /dev/null +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-credits.php @@ -0,0 +1,142 @@ +payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) { + add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_basic' ) ); + add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_basic' ) ); + add_action( 'woocommerce_thankyou', array( $this, 'update_mp_settings_script_basic' ) ); + } + + add_action( + 'woocommerce_receipt_' . $this->payment->id, + function ( $order ) { + // @todo using escaping function + // @codingStandardsIgnoreLine + echo $this->render_order_form( $order ); + } + ); + + add_action( + 'wp_head', + function () { + if ( defined( 'WC_VERSION' ) && version_compare( WC_VERSION, '2.1', '>=' ) ) { + $page_id = wc_get_page_id( 'checkout' ); + } else { + $page_id = woocommerce_get_page_id( 'checkout' ); + } + if ( is_page( $page_id ) ) { + echo '' . PHP_EOL; + } + } + ); + } + + /** + * Get Order Form + * + * @param string $order_id Order Id. + * + * @return string + */ + public function render_order_form( $order_id ) { + $order = wc_get_order( $order_id ); + $url = $this->payment->create_preference( $order ); + + if ( 'modal' === $this->payment->method && $url ) { + $this->payment->log->write_log( __FUNCTION__, 'rendering Mercado Pago lightbox (modal window).' ); + // @todo use wp_enqueue_css + // @codingStandardsIgnoreLine + $html = ''; + // @todo use wp_enqueue_script + // @codingStandardsIgnoreLine + $html .= ' + '; + $html .= '' . + __( 'Pay with Mercado Pago', 'woocommerce-mercadopago' ) . + ' ' . + __( 'Cancel & Clear Cart', 'woocommerce-mercadopago' ) . + ''; + return $html; + } else { + $this->payment->log->write_log( __FUNCTION__, 'unable to build Checkout Pro URL.' ); + $html = '

' . + __( 'There was an error processing your payment. Please try again or contact us for Assistance.', 'woocommerce-mercadopago' ) . + '

' . + '' . + __( 'Click to try again', 'woocommerce-mercadopago' ) . + ' + '; + return $html; + } + } + + /** + * Add Checkout Scripts + */ + public function add_checkout_scripts_basic() { + if ( is_checkout() && $this->payment->is_available() && ! get_query_var( 'order-received' ) ) { + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + wp_enqueue_script( + 'woocommerce-mercadopago-narciso-scripts', + plugins_url( '../../assets/js/mp-plugins-components.js', plugin_dir_path( __FILE__ ) ), + array( 'jquery' ), + WC_WooMercadoPago_Constants::VERSION, + true + ); + } + } + + /** + * Scripts to basic + */ + public function add_mp_settings_script_basic() { + parent::add_mp_settings_script(); + } + + /** + * Update settings script basic + * + * @param string $order_id Order Id. + */ + public function update_mp_settings_script_basic( $order_id ) { + parent::update_mp_settings_script( $order_id ); + } + + /** + * Discount not apply + */ + public function add_discount() { + // Do nothing. + } + +} diff --git a/includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php b/includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php index bbc7ab018..93b4d82d9 100755 --- a/includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php +++ b/includes/products/hooks/class-wc-woomercadopago-products-hook-credits.php @@ -25,14 +25,14 @@ class WC_WooMercadoPago_Products_Hook_Credits { public $site_id; /** - * Checkout Pro Enabled + * Checkout Credits Enabled * * @var boolean */ - public $checkout_pro_enabled; + public $credits_enabled; /** - * Checkout Pro Credits Banner Enabled + * Credits Banner Enabled * * @var boolean */ @@ -61,17 +61,17 @@ public function __construct() { $this->mp_options = WC_WooMercadoPago_Options::get_instance(); if ( ! is_admin() ) { - $checkout_pro_configs = get_option( 'woocommerce_woo-mercado-pago-basic_settings', '' ); - $this->checkout_pro_enabled = 'no'; - $this->site_id = strtolower(get_option( '_site_id_v1' )); - $is_credits = $this->credits_helper->is_credits(); - - if ( isset( $checkout_pro_configs['enabled'] ) && isset( $checkout_pro_configs['credits_banner'] ) ) { - $this->checkout_pro_enabled = $checkout_pro_configs['enabled']; - $this->credits_banner = $checkout_pro_configs['credits_banner']; + $credits_configs = get_option( 'woocommerce_woo-mercado-pago-credits_settings', '' ); + $this->credits_enabled = 'no'; + $this->site_id = strtolower(get_option( '_site_id_v1' )); + $is_credits = $this->credits_helper->is_credits(); + + if ( isset( $credits_configs['enabled'] ) && isset( $credits_configs['credits_banner'] ) ) { + $this->credits_enabled = $credits_configs['enabled']; + $this->credits_banner = $credits_configs['credits_banner']; } - if ( 'yes' === $this->checkout_pro_enabled && 'yes' === $this->credits_banner ) { + if ( 'yes' === $this->credits_enabled && 'yes' === $this->credits_banner ) { if ( $is_credits ) { $this->load_hooks(); } diff --git a/package-lock.json b/package-lock.json index f27cbb288..e85c6a717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cart-woocommerce", - "version": "6.4.1", + "version": "6.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7c3811b0..8d0b12142 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint": "jshint", "husky": "husky install && rm -rf .husky/_/.gitignore" }, - "version": "6.4.1", + "version": "6.5.0", "repository": { "type": "git", "url": "https://github.com/mercadopago/cart-woocommerce" diff --git a/packages/sdk/vendor/autoload.php b/packages/sdk/vendor/autoload.php index 1f1131f6d..c83214f0d 100644 --- a/packages/sdk/vendor/autoload.php +++ b/packages/sdk/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit69030f4226ac514a36577157b0ae6eda::getLoader(); +return ComposerAutoloaderInit1f4e481c76ab488e4c715ff5786c5ecf::getLoader(); diff --git a/packages/sdk/vendor/composer/autoload_real.php b/packages/sdk/vendor/composer/autoload_real.php index f516c8c80..99614f3b3 100644 --- a/packages/sdk/vendor/composer/autoload_real.php +++ b/packages/sdk/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit69030f4226ac514a36577157b0ae6eda +class ComposerAutoloaderInit1f4e481c76ab488e4c715ff5786c5ecf { private static $loader; @@ -24,12 +24,12 @@ public static function getLoader() require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInit69030f4226ac514a36577157b0ae6eda', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit1f4e481c76ab488e4c715ff5786c5ecf', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit69030f4226ac514a36577157b0ae6eda', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit1f4e481c76ab488e4c715ff5786c5ecf', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit69030f4226ac514a36577157b0ae6eda::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit1f4e481c76ab488e4c715ff5786c5ecf::getInitializer($loader)); $loader->register(true); diff --git a/packages/sdk/vendor/composer/autoload_static.php b/packages/sdk/vendor/composer/autoload_static.php index 16c9755ba..b6228172e 100644 --- a/packages/sdk/vendor/composer/autoload_static.php +++ b/packages/sdk/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit69030f4226ac514a36577157b0ae6eda +class ComposerStaticInit1f4e481c76ab488e4c715ff5786c5ecf { public static $prefixLengthsPsr4 = array ( 'M' => @@ -77,9 +77,9 @@ class ComposerStaticInit69030f4226ac514a36577157b0ae6eda public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit69030f4226ac514a36577157b0ae6eda::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit69030f4226ac514a36577157b0ae6eda::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit69030f4226ac514a36577157b0ae6eda::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit1f4e481c76ab488e4c715ff5786c5ecf::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit1f4e481c76ab488e4c715ff5786c5ecf::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit1f4e481c76ab488e4c715ff5786c5ecf::$classMap; }, null, ClassLoader::class); } diff --git a/readme.txt b/readme.txt index 53130535a..3042229d7 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce Requires at least: 5.6 Tested up to: 6.1 Requires PHP: 7.0 -Stable tag: 6.4.1 +Stable tag: 6.5.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -135,6 +135,18 @@ Set up both the plugin and the checkouts you want to activate on your payment av Check out our official documentation for more information on the specific fields to configure. == Changelog == += v6.5.0 (22/12/2022) = +* Features +- Added Mercado Credits payment method +- Added user permissions needed (administrator or editor) for security + +* Changes +- Documented use of a 3rd Party or external service +- Improved Checkout Pro layout + +* Bug fixes +- Removed nonce validation from checkouts to use WC nonce validation + = v6.4.1 (14/12/2022) = * Features - Added bank interest disclaimer diff --git a/templates/checkout/basic-checkout.php b/templates/checkout/basic-checkout.php index bc050e296..b5f979e1b 100644 --- a/templates/checkout/basic-checkout.php +++ b/templates/checkout/basic-checkout.php @@ -30,33 +30,37 @@ - ", - "" - ]' - list-style-type-src="" - list-style-type-alt="" - > - - -
- +
+ +
-
- -
- + - +
- + + +
+ + +
+ + +
+ +
+
+
+ +
+ + +
+ + + Log in
or create an account in Mercado Pago. If you use Mercado Libre, you already have one!', 'woocommerce-mercadopago'); ?>", + "choose how many installments
you want to pay.', 'woocommerce-mercadopago'); ?>", + "with money in your account, card of from the Mercado Pago app.', 'woocommerce-mercadopago'); ?>" + ]' + list-mode='count' + > + +
+ + +
+
+
+
+ + +
+
+ + diff --git a/templates/components/credits-checkout-example.php b/templates/components/credits-checkout-example.php new file mode 100644 index 000000000..1ca3675a8 --- /dev/null +++ b/templates/components/credits-checkout-example.php @@ -0,0 +1,31 @@ + + +
+ +

+
+
+
+

+
+ example +
+ +
+
diff --git a/tests/includes/modules/test-class-wc-woomercadopago-configs.php b/tests/includes/modules/test-class-wc-woomercadopago-configs.php index 8d60f1ed7..a6d83aa6c 100644 --- a/tests/includes/modules/test-class-wc-woomercadopago-configs.php +++ b/tests/includes/modules/test-class-wc-woomercadopago-configs.php @@ -15,6 +15,8 @@ function setUp() { require_once dirname( dirname( __FILE__ ) ) . '/../../includes/module/class-wc-woomercadopago-configs.php'; require_once dirname( dirname( __FILE__ ) ) . '/../../includes/module/class-wc-woomercadopago-credentials.php'; require_once dirname( dirname( __FILE__ ) ) . '/../../includes/module/class-wc-woomercadopago-module.php'; + require_once dirname( dirname( __FILE__ ) ) . '/../../includes/module/class-wc-woomercadopago-options.php'; + require_once dirname( dirname( __FILE__ ) ) . '/../../includes/helpers/class-wc-woomercadopago-helper-credits.php'; update_option( 'woocommerce_default_country', 'BR:SP', true ); } @@ -205,13 +207,27 @@ public function test_get_categories() { * Set payment for Brazil */ public function test_set_payment_gateway() { - $woomercadoPago_configs = new WC_WooMercadoPago_Configs; + $credits_helper_mock = $this->getMockBuilder(WC_WooMercadoPago_Helper_Credits::class) + ->setMethods(['is_credits']) + ->getMock(); + $credits_helper_mock->expects($this->any()) + ->method('is_credits') + ->willReturn(1); + + $woomercadoPago_configs = $this->getMockBuilder(WC_WooMercadoPago_Configs::class) + ->setMethods(['get_credits_helper_instance']) + ->getMock(); + $woomercadoPago_configs->expects($this->any()) + ->method('get_credits_helper_instance') + ->willReturn($credits_helper_mock); + $payment_gateway = $woomercadoPago_configs->set_payment_gateway( [] ); $methods_returned = array ( 'WC_WooMercadoPago_Basic_Gateway', 'WC_WooMercadoPago_Custom_Gateway', 'WC_WooMercadoPago_Ticket_Gateway', 'WC_WooMercadoPago_Pix_Gateway', + 'WC_WooMercadoPago_Credits_Gateway', ); $this->assertEqualSets( $methods_returned , $payment_gateway ); @@ -221,13 +237,27 @@ public function test_set_payment_gateway() { * Get available payment methods for Brazil */ public function test_get_available_payment_methods() { - $woomercadoPago_configs = new WC_WooMercadoPago_Configs; + $credits_helper_mock = $this->getMockBuilder(WC_WooMercadoPago_Helper_Credits::class) + ->setMethods(['is_credits']) + ->getMock(); + $credits_helper_mock->expects($this->any()) + ->method('is_credits') + ->willReturn(1); + + $woomercadoPago_configs = $this->getMockBuilder(WC_WooMercadoPago_Configs::class) + ->setMethods(['get_credits_helper_instance']) + ->getMock(); + $woomercadoPago_configs->expects($this->any()) + ->method('get_credits_helper_instance') + ->willReturn($credits_helper_mock); + $payment_gateway = $woomercadoPago_configs->get_available_payment_methods( [] ); $methods_returned = array ( 'WC_WooMercadoPago_Basic_Gateway', 'WC_WooMercadoPago_Custom_Gateway', 'WC_WooMercadoPago_Ticket_Gateway', 'WC_WooMercadoPago_Pix_Gateway', + 'WC_WooMercadoPago_Credits_Gateway', ); $this->assertEqualSets( $methods_returned , $payment_gateway ); diff --git a/woocommerce-mercadopago.php b/woocommerce-mercadopago.php index 5cc4c51b2..37badae0a 100644 --- a/woocommerce-mercadopago.php +++ b/woocommerce-mercadopago.php @@ -3,7 +3,7 @@ * Plugin Name: Mercado Pago payments for WooCommerce * Plugin URI: https://github.com/mercadopago/cart-woocommerce * Description: Configure the payment options and accept payments with cards, ticket and money of Mercado Pago account. - * Version: 6.4.1 + * Version: 6.5.0 * Author: Mercado Pago * Author URI: https://developers.mercadopago.com/ * Text Domain: woocommerce-mercadopago