diff --git a/.gitignore b/.gitignore index cab40d14c..868036238 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ node_modules .idea .idea/ vendor/ -package-lock.json \ No newline at end of file diff --git a/.husky/_/husky.sh b/.husky/_/husky.sh new file mode 100644 index 000000000..6809ccca2 --- /dev/null +++ b/.husky/_/husky.sh @@ -0,0 +1,31 @@ +#!/bin/sh +if [ -z "$husky_skip_init" ]; then + debug () { + if [ "$HUSKY_DEBUG" = "1" ]; then + echo "husky (debug) - $1" + fi + } + + readonly hook_name="$(basename "$0")" + debug "starting $hook_name..." + + if [ "$HUSKY" = "0" ]; then + debug "HUSKY env variable is set to 0, skipping hook" + exit 0 + fi + + if [ -f ~/.huskyrc ]; then + debug "sourcing ~/.huskyrc" + . ~/.huskyrc + fi + + export readonly husky_skip_init=1 + sh -e "$0" "$@" + exitCode="$?" + + if [ $exitCode != 0 ]; then + echo "husky - $hook_name hook exited with code $exitCode (error)" + fi + + exit $exitCode +fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 9328614a6..9d6593f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.0.0] - 2022-06-22 + +### Added +- Added ideal checkout template +- Added secure inputs for Checkout Custom + +### Changes +- Updated melidata script to load only on plugin pages + ## [5.8.0] - 2022-06-07 ### Added @@ -16,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.7.6] - 2022-04-19 ### Changed Bug fixes + - Adjusted IPN notification to recognize discount coupon - Added coupon information in order details - Changed default value of checkout ticket date_expiration @@ -23,16 +33,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.7.5] - 2022-03-31 ### Changed Bug fixes + - Instance a non-static class to call a method (Fatal error on PHP 8) ## [5.7.4] - 2022-02-25 ### Changed Bug fixes + - Changed php constant ## [5.7.3] - 2022-02-16 ### Changed Bug fixes + - fixed cho pro excluded payments - fixed cho ticket excluded payments - validate if has a checkout prod set all to prod @@ -41,11 +54,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.7.2] - 2022-02-14 ### Changed Bug fixes + - Using Jquery from wp.ajax ## [5.7.1] - 2022-02-14 ### Changed Bug fixes + - Adjusted js and css load of mercado pago pool - Repass all active gateways diff --git a/README.md b/README.md index f7b5cf988..6c778a6ad 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,14 @@ The Mercado Pago payments for WooCommerce plugin allows you to expand the functionalities of your online store and offer a unique payment experience for your customers. -## Note +
-Attention: On 7/13/21, WooCommerce notified its customers that some of its versions are vulnerable. The necessary fixes were already made in the last update. Therefore, it is **very important that your store has the latest version of WooCommerce updated** to prevent exposure of sensitive information. +## Attention / Atención / Atenção -More information on the [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) - -## Nota - -Em 13/07/21, o WooCommerce notificou seus clientes de que algumas de suas versões estão vulneráveis. As correções necessárias já foram feitas na última atualização. Por isso, é **muito importante que sua loja esteja com a última versão do WooCommerce atualizada** para prevenir a exposição de informações sensíveis. - -Mais informações no [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) - -## Nota - -Aviso: El 13/07/21, WooCommerce notificó a sus clientes que algunas de sus versiones resultan vulnerables. Las correcciones necesarias ya se han realizado en la última actualización. Por lo tanto, es **muy importante que tu tienda tenga la última versión de WooCommerce actualizada** para evitar la exposición de información sensible. - -Más información en el [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) +| Note (English) | Nota (Español) | Nota (Português) | +| :------------ | :------------- | :--------------- | +|
**Warning about v6.0.0**: when updating, if you have made custom layout changes to your checkout, it is possible that some of those customizations become misconfigured. If you have a separate store environment just for testing, please update there first in order to visualize and test the changes. |
**Advertencia sobre la v6.0.0**: al actualizar, si hiciste cambios de diseño personalizados en tu checkout, es posible que algunas de estas customizaciones se desconfiguren. Si tenés una tienda en un entorno separado sólo para pruebas, actualizalo ahí primero para previsualizar y probar los cambios. |
**Aviso sobre a v6.0.0**: ao atualizar, caso você tenha feito mudanças de layout customizadas no seu checkout, é possível que algumas dessas customizações se desconfigurem. Se você tiver uma loja em ambiente separado só para testes, atualize por lá antes para visualizar e testar as alterações. +|
On 7/13/21, WooCommerce notified its customers that some of its versions are vulnerable. The necessary fixes were already made in the last update. Therefore, it is **very important that your store has the latest version of WooCommerce updated** to prevent exposure of sensitive information.

More information on the [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) |
El 13/07/21, WooCommerce notificó a sus clientes que algunas de sus versiones resultan vulnerables. Las correcciones necesarias ya se han realizado en la última actualización. Por lo tanto, es **muy importante que tu tienda tenga la última versión de WooCommerce actualizada** para evitar la exposición de información sensible.

Más información en el [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) |
Em 13/07/21, o WooCommerce notificou seus clientes de que algumas de suas versões estão vulneráveis. As correções necessárias já foram feitas na última atualização. Por isso, é **muito importante que sua loja esteja com a última versão do WooCommerce atualizada** para prevenir a exposição de informações sensíveis.

Mais informações no [WooCommerce blog.](https://woocommerce.com/pt-br/posts/critical-vulnerability-detected-july-2021/) | ## Documentation in English diff --git a/assets/css/mp-plugins-components.css b/assets/css/mp-plugins-components.css new file mode 100644 index 000000000..1f9afeb23 --- /dev/null +++ b/assets/css/mp-plugins-components.css @@ -0,0 +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{border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;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;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container .mp-wallet-button-title img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{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:8px 0 16px!important}.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:Helvetica,-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:Helvetica,-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:42px!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-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}.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;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;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;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{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;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;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}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.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} diff --git a/assets/css/mp-plugins-components.min.css b/assets/css/mp-plugins-components.min.css new file mode 100644 index 000000000..d58e1097e --- /dev/null +++ b/assets/css/mp-plugins-components.min.css @@ -0,0 +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{border:1px solid rgba(0,0,0,.1)!important;border-radius:6px!important;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;font-family:Helvetica!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:20px!important}.mp-wallet-button-container .mp-wallet-button-title img{float:none!important;margin:0!important;max-height:100%!important;max-width:100%!important;position:inherit!important}.mp-wallet-button-container .mp-wallet-button-title span{color:#000000e5!important;padding-left:8px!important}.mp-wallet-button-container .mp-wallet-button-description{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:8px 0 16px!important}.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:Helvetica,-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:Helvetica,-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:42px!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-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}.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;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;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;display:flex;justify-content:center;width:100%!important}.mp-input-table-list{border:1px solid rgba(0,0,0,.25);border-radius:6px;display:flex;flex-direction:column;list-style-type:none;margin-left:0!important;padding:8px 16px!important;width:100%!important}.mp-input-table-item{cursor:pointer;padding-right:4px!important}.mp-input-table-item:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}.mp-input-table-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0!important;width:100%!important}.mp-input-table-option{align-items:center;display:flex;justify-content:flex-start}.mp-input-table-row-text{color:rgba(0,0,0,.9)!important;font-family:Helvetica!important}.mp-input-table-row-text,.mp-input-table-row-text-image{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;color:#000000e5!important;display:flex;flex-direction:row-reverse;font-family:Helvetica}.mp-input-table-row-obs{color:rgba(0,0,0,.55);font-weight:400}.mp-input-table-row-obs,.mp-input-table-row-obs-highlight{font-family:Helvetica;font-size:14px;font-style:normal;line-height:18px}.mp-input-table-row-obs-highlight{color:#00a650!important;font-weight:400!important}.mp-input-table-container-link{align-items:center;display:flex;justify-content:center;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}.mp-input-table-link:hover{color:#7249a5;transition:all .3ms}.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 diff --git a/assets/images/blue-check.png b/assets/images/blue-check.png new file mode 100644 index 000000000..126f4e85b Binary files /dev/null and b/assets/images/blue-check.png differ diff --git a/assets/images/chefron-down.png b/assets/images/chefron-down.png new file mode 100644 index 000000000..bb01084c4 Binary files /dev/null and b/assets/images/chefron-down.png differ diff --git a/assets/images/chefron-up.png b/assets/images/chefron-up.png new file mode 100644 index 000000000..a350bd1f9 Binary files /dev/null and b/assets/images/chefron-up.png differ diff --git a/assets/images/cho-pro-redirect.png b/assets/images/cho-pro-redirect.png new file mode 100644 index 000000000..9b76f9365 Binary files /dev/null and b/assets/images/cho-pro-redirect.png differ diff --git a/assets/images/icons/card.png b/assets/images/icons/card.png new file mode 100644 index 000000000..0bd72774a Binary files /dev/null and b/assets/images/icons/card.png differ diff --git a/assets/images/icons/mercadopago.png b/assets/images/icons/mercadopago.png new file mode 100644 index 000000000..89d8447e3 Binary files /dev/null and b/assets/images/icons/mercadopago.png differ diff --git a/assets/images/icons/pix.png b/assets/images/icons/pix.png new file mode 100644 index 000000000..3109a9a36 Binary files /dev/null and b/assets/images/icons/pix.png differ diff --git a/assets/images/icons/ticket.png b/assets/images/icons/ticket.png new file mode 100644 index 000000000..ce6e72daa Binary files /dev/null and b/assets/images/icons/ticket.png differ diff --git a/assets/images/icons/ticket_mlb.png b/assets/images/icons/ticket_mlb.png new file mode 100644 index 000000000..a0cb10c02 Binary files /dev/null and b/assets/images/icons/ticket_mlb.png differ diff --git a/assets/images/mercado-credito.png b/assets/images/mercado-credito.png new file mode 100644 index 000000000..fb86b9cd4 Binary files /dev/null and b/assets/images/mercado-credito.png differ diff --git a/assets/images/mp_logo.png b/assets/images/mp_logo.png new file mode 100644 index 000000000..89d8447e3 Binary files /dev/null and b/assets/images/mp_logo.png differ diff --git a/assets/images/narciso/blue-check.png b/assets/images/narciso/blue-check.png new file mode 100644 index 000000000..126f4e85b Binary files /dev/null and b/assets/images/narciso/blue-check.png differ diff --git a/assets/images/narciso/cho-pro-redirect.png b/assets/images/narciso/cho-pro-redirect.png new file mode 100644 index 000000000..9b76f9365 Binary files /dev/null and b/assets/images/narciso/cho-pro-redirect.png differ diff --git a/assets/images/narciso/mp_logo.png b/assets/images/narciso/mp_logo.png new file mode 100644 index 000000000..89d8447e3 Binary files /dev/null and b/assets/images/narciso/mp_logo.png differ diff --git a/assets/images/narciso/pix-logo.png b/assets/images/narciso/pix-logo.png new file mode 100644 index 000000000..582a26d6c Binary files /dev/null and b/assets/images/narciso/pix-logo.png differ diff --git a/assets/images/pix.png b/assets/images/pix.png index 2b2f728d8..582a26d6c 100644 Binary files a/assets/images/pix.png and b/assets/images/pix.png differ diff --git a/assets/images/purple_card.png b/assets/images/purple_card.png new file mode 100644 index 000000000..89ce1de6c Binary files /dev/null and b/assets/images/purple_card.png differ diff --git a/assets/js/credit-card.js b/assets/js/credit-card.js index 3738d6c3a..daaa5dd36 100644 --- a/assets/js/credit-card.js +++ b/assets/js/credit-card.js @@ -896,4 +896,4 @@ return mercadoPagoFormHandler(); }); }); -})(jQuery); +})(jQuery); \ No newline at end of file diff --git a/assets/js/mp-plugins-components.js b/assets/js/mp-plugins-components.js new file mode 100644 index 000000000..c93698b45 --- /dev/null +++ b/assets/js/mp-plugins-components.js @@ -0,0 +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=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){void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n&&(value=e.target.value.replace(/\D/g,""),n.value=value)}))}},{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",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.display="none"),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})(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){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-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-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){void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n&&(value=e.target.value.replace(/\D/g,""),n.value=value)}))}},{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",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.display="none"),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 CheckoutElements[key] === id); + }, + + setDisplayOfError(element, operator, className) { + if (operator == "add") { + document.querySelector(CheckoutElements[element]).classList.add(`${className}`); + return; + } + document.querySelector(CheckoutElements[element]).classList.remove(`${className}`); + }, + + setDisplayOfInputHelper(name, operator) { + let divInputHelper = document.querySelector(`input-helper[input-id=${name}-helper]`); + + if (divInputHelper) { + let inputHelper = divInputHelper.querySelector("div"); + inputHelper.style.display = operator; + } + }, + + setCvvHint(securityCode) { + var cvvText = wc_mercadopago_params.cvvText; + cvvText = `${securityCode.length} ${cvvText} `; + cvvText += this.cvvLocationTranslate(securityCode.card_location); + this.setText("mpSecurityCodeInfo", cvvText); + }, + + cvvLocationTranslate(location) { + $cvvFront = wc_mercadopago_params.cvvHint["front"]; + $cvvBack = wc_mercadopago_params.cvvHint["back"]; + return location === "back" ? $cvvBack : $cvvFront; + }, + + additionalInfoHandler(additionalInfoNeeded) { + if (additionalInfoNeeded.cardholder_name) { + this.setElementDisplay("fcCardholderName", "block"); + } else { + this.setElementDisplay("fcCardholderName", "none"); + } + + if (additionalInfoNeeded.issuer) { + this.setElementDisplay("mpIssuerContainer", "block"); + } else { + this.setElementDisplay("mpIssuerContainer", "none"); + } + + if ( + additionalInfoNeeded.cardholder_identification_type && + additionalInfoNeeded.cardholder_identification_number + ) { + this.setElementDisplay("mpDocumentContainer", "block"); + } else { + this.setElementDisplay("mpDocumentContainer", "none"); + } + }, + + getCountry() { + return wc_mercadopago_params.site_id; + }, + + changeCvvPlaceHolder(cvvLength) { + let text = ""; + + for (let index = 0; index < cvvLength; index++) { + text += index + 1; + } + + cardForm.update("securityCode", { placeholder: text }); + }, + + clearTax() { + this.setElementDisplay("mpInputTaxCft", "none"); + this.setText("mpTaxCftText", ""); + this.setText("mpTaxTeaText", ""); + }, + + installment_amount(paymentTypeId) { + let element = document.querySelector(CheckoutElements.fcInstallments); + + if (paymentTypeId === "debit_card") { + element.setAttribute("disabled", "disabled"); + } else { + element.removeAttribute("disabled"); + } + }, + + formatCurrency(value) { + const formatter = new Intl.NumberFormat(wc_mercadopago_params.intl, { + currency: wc_mercadopago_params.currency, + style: "currency", + currencyDisplay: "narrowSymbol", + }); + + return formatter.format(value); + }, + + inputHelperName(field) { + let inputHelperName = { + cardNumber: CheckoutElements.mpCardNumber, + cardholderName: CheckoutElements.mpCardholderName, + expirationDate: CheckoutElements.mpExpirationDate, + securityCode: CheckoutElements.mpSecurityCode, + identificationNumber: CheckoutElements.mpIdentificationNumber, + }; + + return inputHelperName[field]; + }, + + removeAdditionFields() { + this.setElementDisplay("mpDocumentContainer", "none"); + this.setElementDisplay("mpInstallments", "none"); + this.setElementDisplay("mpIssuerContainer", "none"); + this.setDisplayOfInputHelper("installments", "none"); + this.setValue("cardInstallments", ""); + }, + + clearInstallmentsComponent() { + const selectorInstallments = document.querySelector( + CheckoutElements.mpInstallmentsContainer + ); + + selectorInstallments.classList.remove( + CheckoutElements.mpInstallmentsContainer + ); + + if (selectorInstallments.firstElementChild) { + selectorInstallments.removeChild(selectorInstallments.firstElementChild); + } + }, + + showInstallmentsComponent(child) { + const selectorInstallments = document.querySelector( + CheckoutElements.mpInstallmentsContainer + ); + + selectorInstallments.classList.add( + CheckoutElements.mpInstallmentsContainer + ); + + selectorInstallments.appendChild(child); + }, + + getHelperMessage(field) { + let query = "input-helper[input-id=" + this.inputHelperName(field) + "-helper]"; + let divInputHelper = document.querySelector(query); + let helperMessage = divInputHelper.querySelector("div[class=mp-helper-message]"); + + return helperMessage; + }, + + argentinaResolution(payerCosts) { + let dataInput = ""; + + if (this.getCountry() === "mla") { + for (let l = 0; l < payerCosts.length; l++) { + if (payerCosts[l].indexOf("CFT_") !== -1) { + dataInput = payerCosts[l]; + } + } + } + + return dataInput; + }, + + hideErrors() { + let customContent = document.querySelector(".mp-checkout-custom-container"); + let inputHelpers = customContent.querySelectorAll("input-helper"); + + inputHelpers.forEach((inputHelper) => { + inputHelper.querySelector("div").style.display = "none"; + }); + }, + + clearInputs() { + this.hideErrors(); + this.setBackground("fcCardNumberContainer", "no-repeat #fff"); + this.setValue("fcCardholderName", ""); + this.setDisplayOfError("fcCardholderName", "removed", "mp-error"); + + this.setValue("fcCardExpirationDateContainer", ""); + this.setDisplayOfError("fcCardExpirationDateContainer", "removed", "mp-error"); + + this.setValue("fcSecurityNumberContainer", ""); + this.setDisplayOfError("fcSecurityNumberContainer", "removed", "mp-error"); + + this.setValue("fcIdentificationNumber", ""); + this.setElementDisplay("mpDocumentContainer", "none"); + this.setDisplayOfError("fcIdentificationNumberContainer", "removed", "mp-error"); + + this.clearInstallmentsComponent(); + this.setElementDisplay("mpInstallments", "none"); + document.querySelector('input[data-cy=input-document]').value = ''; + }, + + verifyDocument() { + let input = document.querySelector(CheckoutElements.fcIdentificationNumber); + let inputContainer = document.querySelector(CheckoutElements.mpDocumentContainer); + + if (inputContainer.style.display === 'none' || inputContainer.style.display === '') { + return true; + } + + if (input.value === "-1" || input.value === "") { + return false; + } + + let inputHelper = document.querySelector("input-helper[input-id=mp-doc-number-helper]"); + + if (inputHelper.querySelector("div").style.display == "flex") { + return false; + } + + return true; + }, + + loadAdditionalInfo(sdkAdditionalInfoNeeded) { + additionalInfoNeeded = { + issuer: false, + cardholder_name: false, + cardholder_identification_type: false, + cardholder_identification_number: false, + }; + + for (let i = 0; i < sdkAdditionalInfoNeeded.length; i++) { + if (sdkAdditionalInfoNeeded[i] === "issuer_id") { + additionalInfoNeeded.issuer = true; + } + + if (sdkAdditionalInfoNeeded[i] === "cardholder_name") { + additionalInfoNeeded.cardholder_name = true; + } + + if (sdkAdditionalInfoNeeded[i] === "cardholder_identification_type") { + additionalInfoNeeded.cardholder_identification_type = true; + } + + if (sdkAdditionalInfoNeeded[i] === "cardholder_identification_number") { + additionalInfoNeeded.cardholder_identification_number = true; + } + } + }, + + verifyInstallments() { + if (document.querySelector(CheckoutElements.cardInstallments).value == "") { + CheckoutPage.setDisplayOfError('fcInputTableContainer', 'add', 'mp-error'); + this.setDisplayOfInputHelper("mp-installments", "flex"); + return false; + } + + CheckoutPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error'); + this.setDisplayOfInputHelper("mp-installments", "none"); + + return true; + }, + + validateInputsCreateToken() { + let isInstallmentsValid = this.verifyInstallments(); + let isDocumentValid = this.verifyDocument(); + + return isInstallmentsValid && isDocumentValid ? true : false; + }, + + showTaxes() { + let choCustomContent = document.querySelector(".mp-checkout-custom-container"); + + const selectorInstallments = choCustomContent.querySelectorAll(CheckoutElements.mpInputRadio); + + let tax = null; + let display = "block"; + + selectorInstallments.forEach((installment) => { + if (installment.checked) { + tax = installment.getAttribute("datarate"); + } + }); + + let cft = ""; + let tea = ""; + + if (tax != null) { + const tax_split = tax.split("|"); + + cft = tax_split[0].replace("_", " "); + tea = tax_split[1].replace("_", " "); + + if (cft === "CFT 0,00%" && tea === "TEA 0,00%") { + display = "none"; + cft = ""; + tea = ""; + } + } + + document.querySelector(CheckoutElements.mpInputTaxCft).style.display = display; + document.querySelector(CheckoutElements.mpTaxCftText).innerHTML = cft; + document.querySelector(CheckoutElements.mpTaxTeaText).innerHTML = tea; + }, + + setupTaxEvents() { + let choCustomContent = document.querySelector(".mp-checkout-custom-container"); + + const taxesElements = choCustomContent.getElementsByClassName("mp-input-table-label"); + + for (var i = 0; i < taxesElements.length; i++) { + let installmentValue = taxesElements[i].getElementsByTagName("input")[0].value; + + if(wc_mercadopago_params.site_id === "mla") { + taxesElements[i].addEventListener("click", this.showTaxes); + } + + taxesElements[i].addEventListener("click", () => { + CheckoutPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error'); + this.setDisplayOfInputHelper("mp-installments", "none"); + this.setValue("fcInstallments", installmentValue); + this.setValue("cardInstallments", installmentValue); + }); + } + }, + + getInstallments(response) { + let payerCosts = []; + const installments = []; + + this.clearInstallmentsComponent(); + payerCosts = response.payer_costs; + if (payerCosts) { + this.setElementDisplay("mpInstallments", "block"); + } + + for (let j = 0; j < payerCosts.length; j++) { + const installment = payerCosts[j].installments; + const installmentRate = payerCosts[j].installment_rate === 0; + + installments.push({ + id: `installment-${installment}`, + value: installment, + rowText: payerCosts[j].recommended_message.split('(')[0], + rowObs: installmentRate ? wc_mercadopago_params.installmentObsFee : this.formatCurrency(payerCosts[j].total_amount), + highlight: installmentRate ? "true" : "", + dataRate: this.argentinaResolution(payerCosts[j].labels), + }); + } + + return installments; + }, + + setChangeEventOnInstallments(siteId, response) { + var installments = this.getInstallments(response); + + const inputTable = document.createElement("input-table"); + inputTable.setAttribute("name", "mp-installments"); + inputTable.setAttribute( + "button-name", + wc_mercadopago_params.installmentButton + ); + inputTable.setAttribute("columns", JSON.stringify(installments)); + this.setElementDisplay("mpInstallments", "block"); + this.showInstallmentsComponent(inputTable); + this.setupTaxEvents(); + document.getElementById("more-options").addEventListener("click", () => { + setTimeout(() => { + this.setupTaxEvents(); + }, 300); + }); + + if (siteId === "mla") { + this.clearTax(); + } + }, +}; diff --git a/assets/js/securityFields/pageObjects/checkoutPage.min.js b/assets/js/securityFields/pageObjects/checkoutPage.min.js new file mode 100644 index 000000000..6dd33f4dd --- /dev/null +++ b/assets/js/securityFields/pageObjects/checkoutPage.min.js @@ -0,0 +1 @@ +const CheckoutPage={setElementDisplay(e,t){document.querySelector(CheckoutElements[e]).style.display=t},setText(e,t){document.querySelector(CheckoutElements[e]).innerHTML=t},setValue(e,t){document.querySelector(CheckoutElements[e]).value=t},setBackground(e,t){document.querySelector(CheckoutElements[e]).style.setProperty("background",t,"important")},setImageCard(e){this.setBackground("fcCardNumberContainer","url("+e+") 98% 50% no-repeat #fff"),document.querySelector(CheckoutElements.fcCardNumberContainer).style.setProperty("background-size","auto 32px","important")},findContainerField(e){let t="cardholderName"==e?`#form-checkout__${e}`:`#form-checkout__${e}-container`;return Object.keys(CheckoutElements).find((e=>CheckoutElements[e]===t))},setDisplayOfError(e,t,n){"add"!=t?document.querySelector(CheckoutElements[e]).classList.remove(`${n}`):document.querySelector(CheckoutElements[e]).classList.add(`${n}`)},setDisplayOfInputHelper(e,t){let n=document.querySelector(`input-helper[input-id=${e}-helper]`);if(n){n.querySelector("div").style.display=t}},setCvvHint(e){var t=wc_mercadopago_params.cvvText;t=`${e.length} ${t} `,t+=this.cvvLocationTranslate(e.card_location),this.setText("mpSecurityCodeInfo",t)},cvvLocationTranslate:e=>($cvvFront=wc_mercadopago_params.cvvHint.front,$cvvBack=wc_mercadopago_params.cvvHint.back,"back"===e?$cvvBack:$cvvFront),additionalInfoHandler(e){e.cardholder_name?this.setElementDisplay("fcCardholderName","block"):this.setElementDisplay("fcCardholderName","none"),e.issuer?this.setElementDisplay("mpIssuerContainer","block"):this.setElementDisplay("mpIssuerContainer","none"),e.cardholder_identification_type&&e.cardholder_identification_number?this.setElementDisplay("mpDocumentContainer","block"):this.setElementDisplay("mpDocumentContainer","none")},getCountry:()=>wc_mercadopago_params.site_id,changeCvvPlaceHolder(e){let t="";for(let n=0;nnew Intl.NumberFormat(wc_mercadopago_params.intl,{currency:wc_mercadopago_params.currency,style:"currency",currencyDisplay:"narrowSymbol"}).format(e),inputHelperName:e=>({cardNumber:CheckoutElements.mpCardNumber,cardholderName:CheckoutElements.mpCardholderName,expirationDate:CheckoutElements.mpExpirationDate,securityCode:CheckoutElements.mpSecurityCode,identificationNumber:CheckoutElements.mpIdentificationNumber}[e]),removeAdditionFields(){this.setElementDisplay("mpDocumentContainer","none"),this.setElementDisplay("mpInstallments","none"),this.setElementDisplay("mpIssuerContainer","none"),this.setDisplayOfInputHelper("installments","none"),this.setValue("cardInstallments","")},clearInstallmentsComponent(){const e=document.querySelector(CheckoutElements.mpInstallmentsContainer);e.classList.remove(CheckoutElements.mpInstallmentsContainer),e.firstElementChild&&e.removeChild(e.firstElementChild)},showInstallmentsComponent(e){const t=document.querySelector(CheckoutElements.mpInstallmentsContainer);t.classList.add(CheckoutElements.mpInstallmentsContainer),t.appendChild(e)},getHelperMessage(e){let t="input-helper[input-id="+this.inputHelperName(e)+"-helper]";return document.querySelector(t).querySelector("div[class=mp-helper-message]")},argentinaResolution(e){let t="";if("mla"===this.getCountry())for(let n=0;n{e.querySelector("div").style.display="none"}))},clearInputs(){this.hideErrors(),this.setBackground("fcCardNumberContainer","no-repeat #fff"),this.setValue("fcCardholderName",""),this.setDisplayOfError("fcCardholderName","removed","mp-error"),this.setValue("fcCardExpirationDateContainer",""),this.setDisplayOfError("fcCardExpirationDateContainer","removed","mp-error"),this.setValue("fcSecurityNumberContainer",""),this.setDisplayOfError("fcSecurityNumberContainer","removed","mp-error"),this.setValue("fcIdentificationNumber",""),this.setElementDisplay("mpDocumentContainer","none"),this.setDisplayOfError("fcIdentificationNumberContainer","removed","mp-error"),this.clearInstallmentsComponent(),this.setElementDisplay("mpInstallments","none"),document.querySelector("input[data-cy=input-document]").value=""},verifyDocument(){let e=document.querySelector(CheckoutElements.fcIdentificationNumber),t=document.querySelector(CheckoutElements.mpDocumentContainer);return"none"===t.style.display||""===t.style.display||"-1"!==e.value&&""!==e.value&&"flex"!=document.querySelector("input-helper[input-id=mp-doc-number-helper]").querySelector("div").style.display},loadAdditionalInfo(e){additionalInfoNeeded={issuer:!1,cardholder_name:!1,cardholder_identification_type:!1,cardholder_identification_number:!1};for(let t=0;t{e.checked&&(t=e.getAttribute("datarate"))}));let r="",a="";if(null!=t){const e=t.split("|");r=e[0].replace("_"," "),a=e[1].replace("_"," "),"CFT 0,00%"===r&&"TEA 0,00%"===a&&(n="none",r="",a="")}document.querySelector(CheckoutElements.mpInputTaxCft).style.display=n,document.querySelector(CheckoutElements.mpTaxCftText).innerHTML=r,document.querySelector(CheckoutElements.mpTaxTeaText).innerHTML=a},setupTaxEvents(){const e=document.querySelector(".mp-checkout-custom-container").getElementsByClassName("mp-input-table-label");for(var t=0;t{CheckoutPage.setDisplayOfError("fcInputTableContainer","remove","mp-error"),this.setDisplayOfInputHelper("mp-installments","none"),this.setValue("fcInstallments",n),this.setValue("cardInstallments",n)}))}},getInstallments(e){let t=[];const n=[];this.clearInstallmentsComponent(),t=e.payer_costs,t&&this.setElementDisplay("mpInstallments","block");for(let e=0;e{setTimeout((()=>{this.setupTaxEvents()}),300)})),"mla"===e&&this.clearTax()}}; \ No newline at end of file diff --git a/assets/js/securityFields/securityFields.js b/assets/js/securityFields/securityFields.js new file mode 100644 index 000000000..1ff3aded3 --- /dev/null +++ b/assets/js/securityFields/securityFields.js @@ -0,0 +1,327 @@ +var cardForm; +var mercado_pago_submit = false; +var hasToken = false; +cardFormMounted = false; + +var form = document.querySelector("form[name=checkout]"); +var formId = "checkout"; +if (form) { + form.id = formId; +} else { + formId = "order_review"; +} + +/** + * Handler form submit + * @return {bool} + */ +function mercadoPagoFormHandler() { + + let formOrderReview = document.querySelector("form[id=order_review]"); + if (formOrderReview) { + let choCustomContent = document.querySelector(".mp-checkout-custom-container"); + let choCustomHelpers = choCustomContent.querySelectorAll("input-helper"); + choCustomHelpers.forEach((item) => { + let inputHelper = item.querySelector("div"); + if (inputHelper.style.display != "none") removeBlockOverlay(); + }); + } + + if (mercado_pago_submit) { + return true; + } + + if (jQuery("#mp_checkout_type").val() === "wallet_button") { + return true; + } + + jQuery("#mp_checkout_type").val("custom"); + + if (CheckoutPage.validateInputsCreateToken() && !hasToken) { + return createToken(); + } + + return false; +} + +/** + * Create a new token + * @return {bool} + */ +function createToken() { + cardForm + .createCardToken() + .then((cardToken) => { + if (cardToken.token) { + + if (hasToken) return; + document.querySelector("#cardTokenId").value = cardToken.token; + mercado_pago_submit = true; + hasToken = true; + jQuery("form.checkout, form#order_review").submit(); + } else { + throw new Error("cardToken is empty"); + } + }) + .catch((error) => { + console.log("Token creation error: ", error); + }); + return false; +} + +/** + * Init cardForm + */ +function init_cardForm() { + var mp = new MercadoPago(wc_mercadopago_params.public_key); + + cardForm = mp.cardForm({ + amount: document.getElementById("mp-amount").value, + iframe: true, + form: { + id: formId, + cardNumber: { + id: "form-checkout__cardNumber-container", + placeholder: "0000 0000 0000 0000", + style: { + "font-size": "16px", + height: "40px", + padding: "14px", + }, + }, + cardholderName: { + id: "form-checkout__cardholderName", + placeholder: "Ex.: María López", + }, + cardExpirationDate: { + id: "form-checkout__expirationDate-container", + placeholder: wc_mercadopago_params.placeholders["cardExpirationDate"], + mode: "short", + style: { + "font-size": "16px", + height: "40px", + padding: "14px", + }, + }, + securityCode: { + id: "form-checkout__securityCode-container", + placeholder: "123", + style: { + "font-size": "16px", + height: "40px", + padding: "14px", + }, + }, + identificationType: { + id: "form-checkout__identificationType", + }, + identificationNumber: { + id: "form-checkout__identificationNumber", + }, + issuer: { + id: "form-checkout__issuer", + placeholder: wc_mercadopago_params.placeholders["issuer"], + }, + installments: { + id: "form-checkout__installments", + placeholder: wc_mercadopago_params.placeholders["installments"], + }, + }, + callbacks: { + onFormMounted: function (error) { + cardFormMounted = true; + if (error) + return console.log( + "Callback to handle the error: creating the CardForm", + error + ); + }, + onFormUnmounted: function (error) { + cardFormMounted = false; + CheckoutPage.clearInputs(); + if (error) + return console.log( + "Callback to handle the error: unmounting the CardForm", + error + ); + }, + onInstallmentsReceived: (error, installments) => { + if (error) { + return console.warn("Installments handling error: ", error); + } + CheckoutPage.setChangeEventOnInstallments( + CheckoutPage.getCountry(), + installments + ); + }, + onCardTokenReceived: (error) => { + if (error) { + return console.warn("Token handling error: ", error); + } + }, + onPaymentMethodsReceived: (error, paymentMethods) => { + try { + if (paymentMethods) { + CheckoutPage.setValue("paymentMethodId", paymentMethods[0].id); + CheckoutPage.setCvvHint( + paymentMethods[0].settings[0].security_code + ); + CheckoutPage.changeCvvPlaceHolder( + paymentMethods[0].settings[0].security_code.length + ); + CheckoutPage.clearInputs(); + CheckoutPage.setDisplayOfError('fcCardNumberContainer', 'remove', 'mp-error'); + CheckoutPage.setDisplayOfInputHelper("mp-card-number", "none"); + CheckoutPage.setImageCard(paymentMethods[0].thumbnail); + CheckoutPage.installment_amount(paymentMethods[0].payment_type_id); + CheckoutPage.loadAdditionalInfo( + paymentMethods[0].additional_info_needed + ); + CheckoutPage.additionalInfoHandler(additionalInfoNeeded); + } else { + CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error"); + CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex"); + } + } catch (error) { + CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error"); + CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex"); + } + }, + onError: function (errors) { + errors.forEach((error) => { + removeBlockOverlay(); + + if (error.message.includes("cardNumber")) { + CheckoutPage.setDisplayOfError('fcCardNumberContainer', 'add', 'mp-error'); + return CheckoutPage.setDisplayOfInputHelper( + "mp-card-number", + "flex" + ); + } else if (error.message.includes("cardholderName")) { + CheckoutPage.setDisplayOfError("fcCardholderName", "add", "mp-error"); + return CheckoutPage.setDisplayOfInputHelper( + "mp-card-holder-name", + "flex" + ); + } else if ( + error.message.includes("expirationMonth") || + error.message.includes("expirationYear") + ) { + CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer", "add", "mp-error"); + return CheckoutPage.setDisplayOfInputHelper( + "mp-expiration-date", + "flex" + ); + } else if (error.message.includes("securityCode")) { + CheckoutPage.setDisplayOfError("fcSecurityNumberContainer", "add", "mp-error"); + return CheckoutPage.setDisplayOfInputHelper( + "mp-security-code", + "flex" + ); + } else if (error.message.includes("identificationNumber")) { + CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer", "add", "mp-error"); + return CheckoutPage.setDisplayOfInputHelper( + "mp-doc-number", + "flex" + ); + } else { + return console.log("Unknown error: " + error); + } + }); + }, + onSubmit: function (event) { + event.preventDefault(); + }, + onValidityChange: function (error, field) { + if (error) { + let helper_message = CheckoutPage.getHelperMessage(field); + let message = + wc_mercadopago_params.input_helper_message[field][error[0].code]; + + if (message) { + helper_message.innerHTML = message; + } else { + helper_message.innerHTML = + wc_mercadopago_params.input_helper_message[field][ + "invalid_length" + ]; + } + + if (field == "cardNumber") { + CheckoutPage.setBackground( + "fcCardNumberContainer", + "no-repeat #fff" + ); + CheckoutPage.removeAdditionFields(); + CheckoutPage.clearInputs(); + } + let containerField = CheckoutPage.findContainerField(field); + CheckoutPage.setDisplayOfError(containerField, 'add', 'mp-error'); + return CheckoutPage.setDisplayOfInputHelper( + CheckoutPage.inputHelperName(field), + "flex" + ); + } + let containerField = CheckoutPage.findContainerField(field); + CheckoutPage.setDisplayOfError(containerField, 'removed', 'mp-error'); + return CheckoutPage.setDisplayOfInputHelper( + CheckoutPage.inputHelperName(field), + "none" + ); + }, + }, + }); +} + +/** + * Remove Block Overlay from Order Review page + */ +function removeBlockOverlay() { + if (jQuery("form#order_review").length > 0) { + jQuery(".blockOverlay").css("display", "none"); + } +} + +/** + * Manage mount and unmount the Cardform Instance + */ +function cardFormLoad() { + if ( + document.getElementById("payment_method_woo-mercado-pago-custom").checked + ) { + setTimeout(() => { + if (!cardFormMounted) init_cardForm(); + }, 1000); + } else { + if (cardFormMounted) { + cardForm.unmount(); + } + } +} + +jQuery("form.checkout").on( + "checkout_place_order_woo-mercado-pago-custom", + function () { + return mercadoPagoFormHandler(); + } +); + +jQuery("body").on("payment_method_selected", function () { + cardFormLoad(); +}); + +// If payment fail, retry on next checkout page +jQuery("form#order_review").submit(function () { + if ( + document.getElementById("payment_method_woo-mercado-pago-custom").checked + ) { + return mercadoPagoFormHandler(); + } else { + cardFormLoad(); + } +}); + +jQuery(document.body).on('checkout_error', () => { + hasToken = false; + mercado_pago_submit = false; +}) \ No newline at end of file diff --git a/assets/js/securityFields/securityFields.min.js b/assets/js/securityFields/securityFields.min.js new file mode 100644 index 000000000..d4627aa6b --- /dev/null +++ b/assets/js/securityFields/securityFields.min.js @@ -0,0 +1 @@ +var cardForm,mercado_pago_submit=!1,hasToken=!1;cardFormMounted=!1;var form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.log("Token creation error: ",e)})),!1}function init_cardForm(){var e=new MercadoPago(wc_mercadopago_params.public_key);cardForm=e.cardForm({amount:document.getElementById("mp-amount").value,iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onFormMounted:function(e){if(cardFormMounted=!0,e)return console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){if(cardFormMounted=!1,CheckoutPage.clearInputs(),e)return console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,r)=>{if(e)return console.warn("Installments handling error: ",e);CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),r)},onCardTokenReceived:e=>{if(e)return console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,r)=>{try{r?(CheckoutPage.setValue("paymentMethodId",r[0].id),CheckoutPage.setCvvHint(r[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(r[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(r[0].thumbnail),CheckoutPage.installment_amount(r[0].payment_type_id),CheckoutPage.loadAdditionalInfo(r[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):console.log("Unknown error: "+e))))},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,r){if(e){let o=CheckoutPage.getHelperMessage(r),a=wc_mercadopago_params.input_helper_message[r][e[0].code];o.innerHTML=a||wc_mercadopago_params.input_helper_message[r].invalid_length,"cardNumber"==r&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let t=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(t,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"flex")}let o=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(o,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"none")}}})}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||init_cardForm()}),1e3):cardFormMounted&&cardForm.unmount()}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})); \ No newline at end of file diff --git a/assets/js/ticket.js b/assets/js/ticket.js index 0eb841c3c..c2552b5a8 100644 --- a/assets/js/ticket.js +++ b/assets/js/ticket.js @@ -6,30 +6,6 @@ $(function () { var mercado_pago_submit_ticket = false; - var seller = { - site_id: wc_mercadopago_ticket_params.site_id, - }; - - var coupon_of_discounts = { - discount_action_url: wc_mercadopago_ticket_params.discount_action_url, - payer_email: wc_mercadopago_ticket_params.payer_email, - activated: wc_mercadopago_ticket_params.coupon_mode, - status: false, - }; - - if ($("form#order_review").length > 0) { - if (coupon_of_discounts.activated === "yes") { - $("#applyCouponTicket").on("click", discountCampaignsHandler); - } - } - - // Load woocommerce checkout form - $("body").on("updated_checkout", function () { - if (coupon_of_discounts.activated === "yes") { - $("#applyCouponTicket").on("click", discountCampaignsHandler); - } - }); - /** * Handler form submit * @return {bool} @@ -42,286 +18,76 @@ return true; } - if (seller.site_id === "mlb") { - if (validateInputs() && validateDocumentNumber()) { - mercado_pago_submit_ticket = true; - } else { - removeBlockOverlay(); - } - - return mercado_pago_submit_ticket; - } - - if (seller.site_id === "mlu") { - if (validateDocumentNumber()) { - mercado_pago_submit_ticket = true; - } else { - removeBlockOverlay(); - } - - return mercado_pago_submit_ticket; - } - } - - // Process when submit the checkout form. - $("form.checkout").on( - "checkout_place_order_woo-mercado-pago-ticket", - function () { - return mercadoPagoFormHandlerTicket(); - } - ); - - // If payment fail, retry on next checkout page - $("form#order_review").submit(function () { - return mercadoPagoFormHandlerTicket(); - }); - - /** - * Get form - */ - function getForm() { - return document.querySelector("#mercadopago-form-ticket"); - } + let ticketContent = document.querySelector(".mp-checkout-ticket-content"); + let ticketHelpers = ticketContent.querySelectorAll("input-helper"); - /** - * Validate if all inputs are valid - */ - function validateInputs() { - var form = getForm(); - var form_inputs = form.querySelectorAll("[data-checkout]"); - var span = form.querySelectorAll(".mp-erro_febraban"); - - //Show or hide error message and border - for (var i = 0; i < form_inputs.length; i++) { - var element = form_inputs[i]; - var input = form.querySelector(span[i].getAttribute("data-main")); - - if ( - element.parentNode.style.display !== "none" && - (element.value === -1 || element.value === "") - ) { - span[i].style.display = "inline-block"; - input.classList.add("mp-form-control-error"); - } else { - span[i].style.display = "none"; - input.classList.remove("mp-form-control-error"); - } + if( wc_mercadopago_params.site_id === "mlb" || wc_mercadopago_params.site_id === "mlu" ){ + verifyDocument(ticketContent, ticketHelpers); } + verifyInstallments(); - //Focus on the element with error - for (var j = 0; j < form_inputs.length; j++) { - var elementFocus = form_inputs[j]; - if ( - elementFocus.parentNode.style.display !== "none" && - (elementFocus.value === -1 || elementFocus.value === "") - ) { - elementFocus.focus(); - return false; - } - } - - return true; - } - - /** - * Validate document number - * @return {bool} - */ - function validateDocumentNumber() { - var docnumber_input = document.getElementById("mp_doc_number"); - var docnumber_error = document.getElementById("mp_error_docnumber"); - var docnumber_validate = false; - - if (seller.site_id === "mlb") { - docnumber_validate = validateDocTypeMLB(docnumber_input.value); - } - - if (seller.site_id === "mlu") { - docnumber_validate = validateDocTypeMLU(docnumber_input.value); - } - - if (!docnumber_validate) { - docnumber_error.style.display = "block"; - docnumber_input.classList.add("mp-form-control-error"); - docnumber_input.focus(); + if (checkForErrors(ticketHelpers)) { + removeBlockOverlay(); } else { - docnumber_error.style.display = "none"; - docnumber_input.classList.remove("mp-form-control-error"); - docnumber_validate = true; + mercado_pago_submit_ticket = true; } - return docnumber_validate; - } - - /** - * Validate Document number for MLB - * @param {string} docnumber - * @return {bool} - */ - function validateDocTypeMLB(docnumber) { - var mercado_pago_docnumber = document - .getElementById("mp_cpf_cnpj_label") - .innerText.includes("CPF") - ? "CPF" - : "CNPJ"; - - if (mercado_pago_docnumber === "CPF") { - return validateCPF(docnumber); - } - return validateCNPJ(docnumber); + return mercado_pago_submit_ticket; } - /** - * Validate Document number for MLU - * @param {string} docnumber - * @return {bool} - */ - function validateDocTypeMLU(docnumber) { - if (docnumber !== "") { - return validateCI(docnumber); - } - return false; + function checkForErrors(ticketHelpers) { + let hasError = false + ticketHelpers.forEach((item) => { + let inputHelper = item.querySelector("div"); + if (inputHelper.style.display != "none") hasError = true; + }); + return hasError; } - /** - * Validate CPF - * @param {string} strCPF - * @return {bool} - */ - function validateCPF(strCPF) { - var Soma; - var Resto; - - Soma = 0; - strCPF = strCPF.replace(/[.-\s]/g, ""); - - if (strCPF === "00000000000") { - return false; - } - - for (var i = 1; i <= 9; i++) { - Soma = Soma + parseInt(strCPF.substring(i - 1, i), 10) * (11 - i); - } - - Resto = (Soma * 10) % 11; - if (Resto === 10 || Resto === 11) { - Resto = 0; - } - if (Resto !== parseInt(strCPF.substring(9, 10), 10)) { - return false; - } - - Soma = 0; - for (var j = 1; j <= 10; j++) { - Soma = Soma + parseInt(strCPF.substring(j - 1, j), 10) * (12 - j); - } + function verifyDocument(ticketContent, ticketHelpers) { + let documentElement = ticketContent.querySelectorAll(".mp-document"); - Resto = (Soma * 10) % 11; - if (Resto === 10 || Resto === 11) { - Resto = 0; - } - if (Resto !== parseInt(strCPF.substring(10, 11), 10)) { - return false; + if (documentElement[0].value == "") { + document.getElementsByClassName("mp-input")[1].classList.add("mp-error"); + let child = ticketHelpers[0].querySelector("div"); + child.style.display = "flex"; } - - return true; } - /** - * Validate CNPJ - * @param {string} strCNPJ - * @return {bool} - */ - function validateCNPJ(strCNPJ) { - strCNPJ = strCNPJ.replace(/[^\d]+/g, ""); - - if (strCNPJ === "") { - return false; - } - - if (strCNPJ.length !== 14) { - return false; - } - - if ( - strCNPJ === "00000000000000" || - strCNPJ === "11111111111111" || - strCNPJ === "22222222222222" || - strCNPJ === "33333333333333" || - strCNPJ === "44444444444444" || - strCNPJ === "55555555555555" || - strCNPJ === "66666666666666" || - strCNPJ === "77777777777777" || - strCNPJ === "88888888888888" || - strCNPJ === "99999999999999" - ) { - return false; - } - - var tamanho = strCNPJ.length - 2; - var numeros = strCNPJ.substring(0, tamanho); - var digitos = strCNPJ.substring(tamanho); - var soma = 0; - var pos = tamanho - 7; - for (var i = tamanho; i >= 1; i--) { - soma += numeros.charAt(tamanho - i) * pos--; - if (pos < 2) { - pos = 9; - } - } - - var resultado = soma % 11 < 2 ? 0 : 11 - (soma % 11); - - if (resultado.toString() !== digitos[0]) { - return false; - } + function verifyInstallments() { + let paymentOptionSelected = false; + document.querySelectorAll(".mp-input-radio-radio").forEach((item) => { + if (item.checked) paymentOptionSelected = true; + }); - tamanho = tamanho + 1; - numeros = strCNPJ.substring(0, tamanho); - soma = 0; - pos = tamanho - 7; - for (i = tamanho; i >= 1; i--) { - soma += numeros.charAt(tamanho - i) * pos--; - if (pos < 2) { - pos = 9; - } + if (paymentOptionSelected == false) { + CheckoutPage.setDisplayOfError('fcInputTableContainer', 'add', 'mp-error'); + CheckoutPage.setDisplayOfInputHelper("mp-payment-method", "flex"); } - resultado = soma % 11 < 2 ? 0 : 11 - (soma % 11); - - if (resultado.toString() !== digitos[1]) { - return false; + const radioElements = document.getElementsByClassName( + "mp-input-table-label" + ); + for (var i = 0; i < radioElements.length; i++) { + radioElements[i].addEventListener("click", () => { + CheckoutPage.setDisplayOfError('fcInputTableContainer', 'remove', 'mp-error'); + CheckoutPage.setDisplayOfInputHelper("mp-payment-method", "none"); + }); } - - return true; } - /** - * Validate CI MLU - * @param {string} docNumber - * @return {bool} - */ - function validateCI(docNumber) { - var x = 0; - var y = 0; - var docCI = 0; - var dig = docNumber[docNumber.length - 1]; - - if (docNumber.length <= 6) { - for (y = docNumber.length; y < 7; y++) { - docNumber = "0" + docNumber; - } - } - for (y = 0; y < 7; y++) { - x += (parseInt("2987634"[y], 10) * parseInt(docNumber[y], 10)) % 10; - } - if (x % 10 === 0) { - docCI = 0; - } else { - docCI = 10 - (x % 10); + // Process when submit the checkout form. + $("form.checkout").on( + "checkout_place_order_woo-mercado-pago-ticket", + function () { + return mercadoPagoFormHandlerTicket(); } - return dig === docCI.toString(); - } + ); + + // If payment fail, retry on next checkout page + $("form#order_review").submit(function () { + return mercadoPagoFormHandlerTicket(); + }); /** * Remove Block Overlay from Order Review page @@ -331,193 +97,5 @@ $(".blockOverlay").css("display", "none"); } } - - /** - * Discount Campaigns Handler - */ - function discountCampaignsHandler() { - document.querySelector("#mpCouponApplyedTicket").style.display = "none"; - - if (document.querySelector("#couponCodeTicket").value === "") { - coupon_of_discounts.status = false; - document.querySelector("#mpCouponErrorTicket").style.display = "block"; - document.querySelector("#mpCouponErrorTicket").innerHTML = - wc_mercadopago_ticket_params.coupon_empty; - document.querySelector("#couponCodeTicket").style.background = null; - document.querySelector("#applyCouponTicket").value = - wc_mercadopago_ticket_params.apply; - document.querySelector("#discountTicket").value = 0; - } else if (coupon_of_discounts.status) { - coupon_of_discounts.status = false; - document.querySelector("#mpCouponErrorTicket").style.display = "none"; - document.querySelector("#applyCouponTicket").style.background = null; - document.querySelector("#applyCouponTicket").value = - wc_mercadopago_ticket_params.apply; - document.querySelector("#couponCodeTicket").value = ""; - document.querySelector("#couponCodeTicket").style.background = null; - document.querySelector("#discountTicket").value = 0; - } else { - document.querySelector("#mpCouponErrorTicket").style.display = "none"; - document.querySelector("#couponCodeTicket").style.background = - "url(" + - wc_mercadopago_ticket_params.loading + - ") 98% 50% no-repeat #fff"; - document.querySelector("#couponCodeTicket").style.border = - "1px solid #cecece"; - document.querySelector("#applyCouponTicket").disabled = true; - getDiscountCampaigns(); - } - } - - /** - * Get Discount Campaigns - */ - function getDiscountCampaigns() { - var url = coupon_of_discounts.discount_action_url; - var sp = "?"; - if (url.indexOf("?") >= 0) { - sp = "&"; - } - url += sp + "site_id=" + wc_mercadopago_ticket_params.site_id; - url += "&coupon_id=" + document.querySelector("#couponCodeTicket").value; - url += "&amount=" + document.querySelector("#amountTicket").value; - url += "&payer=" + coupon_of_discounts.payer_email; - - $.ajax({ - url: url, - method: "GET", - timeout: 5000, - error: function () { - coupon_of_discounts.status = false; - document.querySelector("#mpCouponApplyedTicket").style.display = - "none"; - document.querySelector("#mpCouponErrorTicket").style.display = "none"; - document.querySelector("#applyCouponTicket").style.background = null; - document.querySelector("#applyCouponTicket").value = - wc_mercadopago_ticket_params.apply; - document.querySelector("#couponCodeTicket").value = ""; - document.querySelector("#couponCodeTicket").style.background = null; - document.querySelector("#discountTicket").value = 0; - }, - success: function (response) { - if (response.status === 200) { - coupon_of_discounts.status = true; - document.querySelector("#mpCouponApplyedTicket").style.display = - "block"; - document.querySelector("#discountTicket").value = - response.response.coupon_amount; - document.querySelector("#mpCouponApplyedTicket").innerHTML = - wc_mercadopago_ticket_params.discount_info1 + - " " + - currencyIdToCurrency(response.response.currency_id) + - " " + - Math.round(response.response.coupon_amount * 100) / 100 + - " " + - wc_mercadopago_ticket_params.discount_info2 + - " " + - response.response.name + - ".
" + - wc_mercadopago_ticket_params.discount_info3 + - " " + - currencyIdToCurrency(response.response.currency_id) + - " " + - Math.round(getAmountWithoutDiscount() * 100) / 100 + - "
" + - wc_mercadopago_ticket_params.discount_info4 + - " " + - currencyIdToCurrency(response.response.currency_id) + - " " + - Math.round(getAmount() * 100) / 100 + - "*
" + - "" + - wc_mercadopago_ticket_params.discount_info5 + - "
" + - '' + - wc_mercadopago_ticket_params.discount_info6 + - ""; - document.querySelector("#mpCouponErrorTicket").style.display = - "none"; - document.querySelector("#couponCodeTicket").style.background = null; - document.querySelector("#couponCodeTicket").style.background = - "url(" + - wc_mercadopago_ticket_params.check + - ") 94% 50% no-repeat #fff"; - document.querySelector("#couponCodeTicket").style.border = - "1px solid #cecece"; - document.querySelector("#applyCouponTicket").value = - wc_mercadopago_ticket_params.remove; - document.querySelector("#campaign_idTicket").value = - response.response.id; - document.querySelector("#campaignTicket").value = - response.response.name; - } else { - coupon_of_discounts.status = false; - document.querySelector("#mpCouponApplyedTicket").style.display = - "none"; - document.querySelector("#mpCouponErrorTicket").style.display = - "block"; - document.querySelector("#mpCouponErrorTicket").innerHTML = - response.response.message; - document.querySelector("#couponCodeTicket").style.background = null; - document.querySelector("#couponCodeTicket").style.background = - "url(" + - wc_mercadopago_ticket_params.error + - ") 94% 50% no-repeat #fff"; - document.querySelector("#applyCouponTicket").value = - wc_mercadopago_ticket_params.apply; - document.querySelector("#discountTicket").value = 0; - } - document.querySelector("#applyCouponTicket").disabled = false; - }, - }); - } - - /** - * CurrencyId to Currency - * - * @param {string} currency_id - */ - function currencyIdToCurrency(currency_id) { - if (currency_id === "ARS") { - return "$"; - } else if (currency_id === "BRL") { - return "R$"; - } else if (currency_id === "COP") { - return "$"; - } else if (currency_id === "CLP") { - return "$"; - } else if (currency_id === "MXN") { - return "$"; - } else if (currency_id === "VEF") { - return "Bs"; - } else if (currency_id === "PEN") { - return "S/"; - } else if (currency_id === "UYU") { - return "$U"; - } else { - return "$"; - } - } - - /** - * Get Amount Without Discount - * - * @return {string} - */ - function getAmountWithoutDiscount() { - return document.querySelector("#amountTicket").value; - } - - /** - * Get Amount end calculate discount for hide inputs - */ - function getAmount() { - return ( - document.getElementById("amountTicket").value - - document.getElementById("discountTicket").value - ); - } }); })(jQuery); diff --git a/assets/js/ticket.min.js b/assets/js/ticket.min.js index 10a4b52b3..7b373fa7a 100644 --- a/assets/js/ticket.min.js +++ b/assets/js/ticket.min.js @@ -1 +1 @@ -!function(e){"use strict";e((function(){var o=!1,t=wc_mercadopago_ticket_params.site_id,r={discount_action_url:wc_mercadopago_ticket_params.discount_action_url,payer_email:wc_mercadopago_ticket_params.payer_email,activated:wc_mercadopago_ticket_params.coupon_mode,status:!1};function c(){return!document.getElementById("payment_method_woo-mercado-pago-ticket").checked||("mlb"===t?(function(){for(var e=document.querySelector("#mercadopago-form-ticket"),o=e.querySelectorAll("[data-checkout]"),t=e.querySelectorAll(".mp-erro_febraban"),r=0;r=1;u--)c+=t.charAt(o-u)*n--,n<2&&(n=9);var a=c%11<2?0:11-c%11;if(a.toString()!==r[0])return!1;for(o+=1,t=e.substring(0,o),c=0,n=o-7,u=o;u>=1;u--)c+=t.charAt(o-u)*n--,n<2&&(n=9);if((a=c%11<2?0:11-c%11).toString()!==r[1])return!1;return!0}(e)}(e.value)),"mlu"===t&&(r=function(e){if(""!==e)return function(e){var o=0,t=0,r=0,c=e[e.length-1];if(e.length<=6)for(t=e.length;t<7;t++)e="0"+e;for(t=0;t<7;t++)o+=parseInt("2987634"[t],10)*parseInt(e[t],10)%10;r=o%10==0?0:10-o%10;return c===r.toString()}(e);return!1}(e.value)),r?(o.style.display="none",e.classList.remove("mp-form-control-error"),r=!0):(o.style.display="block",e.classList.add("mp-form-control-error"),e.focus()),r}function u(){e("form#order_review").length>0&&e(".blockOverlay").css("display","none")}function a(){document.querySelector("#mpCouponApplyedTicket").style.display="none",""===document.querySelector("#couponCodeTicket").value?(r.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=wc_mercadopago_ticket_params.coupon_empty,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0):r.status?(r.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0):(document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.loading+") 98% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").disabled=!0,function(){var o=r.discount_action_url,t="?";o.indexOf("?")>=0&&(t="&");o+=t+"site_id="+wc_mercadopago_ticket_params.site_id,o+="&coupon_id="+document.querySelector("#couponCodeTicket").value,o+="&amount="+document.querySelector("#amountTicket").value,o+="&payer="+r.payer_email,e.ajax({url:o,method:"GET",timeout:5e3,error:function(){r.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0},success:function(e){200===e.status?(r.status=!0,document.querySelector("#mpCouponApplyedTicket").style.display="block",document.querySelector("#discountTicket").value=e.response.coupon_amount,document.querySelector("#mpCouponApplyedTicket").innerHTML=wc_mercadopago_ticket_params.discount_info1+" "+l(e.response.currency_id)+" "+Math.round(100*e.response.coupon_amount)/100+" "+wc_mercadopago_ticket_params.discount_info2+" "+e.response.name+".
"+wc_mercadopago_ticket_params.discount_info3+" "+l(e.response.currency_id)+" "+Math.round(100*document.querySelector("#amountTicket").value)/100+"
"+wc_mercadopago_ticket_params.discount_info4+" "+l(e.response.currency_id)+" "+Math.round(100*(document.getElementById("amountTicket").value-document.getElementById("discountTicket").value))/100+"*
"+wc_mercadopago_ticket_params.discount_info5+'
'+wc_mercadopago_ticket_params.discount_info6+"",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.check+") 94% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.remove,document.querySelector("#campaign_idTicket").value=e.response.id,document.querySelector("#campaignTicket").value=e.response.name):(r.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=e.response.message,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.error+") 94% 50% no-repeat #fff",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0),document.querySelector("#applyCouponTicket").disabled=!1}})}())}function l(e){return"ARS"===e?"$":"BRL"===e?"R$":"COP"===e||"CLP"===e||"MXN"===e?"$":"VEF"===e?"Bs":"PEN"===e?"S/":"UYU"===e?"$U":"$"}e("form#order_review").length>0&&"yes"===r.activated&&e("#applyCouponTicket").on("click",a),e("body").on("updated_checkout",(function(){"yes"===r.activated&&e("#applyCouponTicket").on("click",a)})),e("form.checkout").on("checkout_place_order_woo-mercado-pago-ticket",(function(){return c()})),e("form#order_review").submit((function(){return c()}))}))}(jQuery); \ No newline at end of file +!function(e){"use strict";e((function(){var t=!1;function r(){if(!document.getElementById("payment_method_woo-mercado-pago-ticket").checked)return!0;let r=document.querySelector(".mp-checkout-ticket-content"),o=r.querySelectorAll("input-helper");return"mlb"!==wc_mercadopago_params.site_id&&"mlu"!==wc_mercadopago_params.site_id||function(e,t){if(""==e.querySelectorAll(".mp-document")[0].value){document.getElementsByClassName("mp-input")[1].classList.add("mp-error"),t[0].querySelector("div").style.display="flex"}}(r,o),function(){let e=!1;document.querySelectorAll(".mp-input-radio-radio").forEach((t=>{t.checked&&(e=!0)})),0==e&&(CheckoutPage.setDisplayOfError("fcInputTableContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-payment-method","flex"));const t=document.getElementsByClassName("mp-input-table-label");for(var r=0;r{CheckoutPage.setDisplayOfError("fcInputTableContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-payment-method","none")}))}(),!function(e){let t=!1;return e.forEach((e=>{"none"!=e.querySelector("div").style.display&&(t=!0)})),t}(o)?t=!0:e("form#order_review").length>0&&e(".blockOverlay").css("display","none"),t}e("form.checkout").on("checkout_place_order_woo-mercado-pago-ticket",(function(){return r()})),e("form#order_review").submit((function(){return r()}))}))}(jQuery); \ No newline at end of file diff --git a/changelog.log b/changelog.log index cc402e247..9a54cd000 100644 --- a/changelog.log +++ b/changelog.log @@ -1,5 +1,13 @@ CHANGELOG: == Changelog == += v6.0.0 (22/06/2022) = +* Features +- Added ideal checkout template +- Added secure inputs for Checkout Custom + +* Changes +- Updated melidata script to load only on plugin pages + = v5.8.0 (07/06/2022) = * Features - Added melidata script to collect metrics from plugin diff --git a/composer.lock b/composer.lock index ccd288669..a3654db1a 100644 --- a/composer.lock +++ b/composer.lock @@ -1849,16 +1849,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.2", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", "shasum": "" }, "require": { @@ -1901,89 +1901,7 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-12-12T21:44:58+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.26.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2022-06-18T07:21:10+00:00" }, { "name": "theseer/tokenizer", @@ -2037,21 +1955,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -2089,9 +2007,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" }, { "name": "woocommerce/woocommerce-sniffs", diff --git a/i18n/languages/woocommerce-mercadopago-es_AR.mo b/i18n/languages/woocommerce-mercadopago-es_AR.mo index e4c63dd88..ca3e171f8 100644 Binary files a/i18n/languages/woocommerce-mercadopago-es_AR.mo and b/i18n/languages/woocommerce-mercadopago-es_AR.mo differ diff --git a/i18n/languages/woocommerce-mercadopago-es_AR.po b/i18n/languages/woocommerce-mercadopago-es_AR.po index 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_AR.po +++ b/i18n/languages/woocommerce-mercadopago-es_AR.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.mo b/i18n/languages/woocommerce-mercadopago-es_CL.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CL.po +++ b/i18n/languages/woocommerce-mercadopago-es_CL.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.mo b/i18n/languages/woocommerce-mercadopago-es_CO.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_CO.po +++ b/i18n/languages/woocommerce-mercadopago-es_CO.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.mo b/i18n/languages/woocommerce-mercadopago-es_ES.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_ES.po +++ b/i18n/languages/woocommerce-mercadopago-es_ES.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.mo b/i18n/languages/woocommerce-mercadopago-es_MX.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_MX.po +++ b/i18n/languages/woocommerce-mercadopago-es_MX.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.mo b/i18n/languages/woocommerce-mercadopago-es_PE.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_PE.po +++ b/i18n/languages/woocommerce-mercadopago-es_PE.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.mo b/i18n/languages/woocommerce-mercadopago-es_UY.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_UY.po +++ b/i18n/languages/woocommerce-mercadopago-es_UY.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.mo b/i18n/languages/woocommerce-mercadopago-es_VE.mo index e4c63dd88..ca3e171f8 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 69594490d..0f66442ff 100644 --- a/i18n/languages/woocommerce-mercadopago-es_VE.po +++ b/i18n/languages/woocommerce-mercadopago-es_VE.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2148 +11,2562 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pago realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Al continuar, aceptas nuestros " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Términos y condiciones" + +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." msgstr "" -"El pago realizado por el comprador y que ya está acreditado en la cuenta." +"Activa esta opción para que el valor de la moneda configurada en WooCommerce " +"sea compatible al valor de la moneda que usas en Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Llamado resuelto" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Ahora convertimos tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Contacta a Mercado Pago para saber más detalles." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pago devuelto" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "" +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." +msgstr "" +"Atención: La configuración de moneda que tienes en WooCommerce no es " +"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " +"conversión de moneda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" msgstr "" -"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " -"más detalles." +"Actualice sus credenciales con el Access Token y la Public Key, ¡los " +"necesita para continuar recibiendo pagos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pago devuelto" +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " +"Ticket Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "El pago ya fue devuelto al cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciales no válidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "El pago ya fue devuelto parcialmente al cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " +"favor actualice su versión de PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pago cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "El pago fue cancelado con éxito." +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " +"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " +"correo electrónico." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "El pago fue cancelado por el cliente." +#: ../../includes/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar orden" -#: 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/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +msgid "The payment method is not valid or not available." +msgstr "El medio de pago no es válido o no está disponible." -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Esperando el pago del comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +msgid "The transaction amount cannot be processed by Mercado Pago." +msgstr "El monto de transacción no puede ser procesado por Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." 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." +"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " +"encima del máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Los usuários no son válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pago autorizado. Esperando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso no autorizado de credenciales de producción." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." +"Posibles causas: Pendencia de permiso de uso en producción para la " +"credencial del vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pago en proceso" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" -msgstr "Espera o contacta a Mercado Pago para saber más detalles" +#: ../../includes/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"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/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Esperando validación de los datos de pago.." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Esperando al comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Espererando al emisor de la tarjeta.." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguay" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "Mercado Pago no procesó el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Peru" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Venció el plazo para el pago" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Actualizar la orden de WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "El cliente no pagó dentro del límite de tiempo.." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Completa tus credenciales para habilitar los medios de pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -msgstr "" -"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " -"comunique con su banco." +#: ../../includes/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Medios de pagos" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -msgstr "" -"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " -"Pago. Pedile a tu cliente que use otra tarjeta." +#: ../../includes/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual del plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " -"con nosotros para ver qué pasó." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pago aprobado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " -"tarjeta o que se comunique con su banco." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando el pago de Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando el pago del boleto." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "El cliente todavía no efectuó el pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "El pago está pendiente de revisión." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " -"es así, tu cliente puede intentarlo de nuevo." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "El pago fue devuelto al cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "El pago fue cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." -msgstr "" -"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " -"la tarjeta." +"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." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "No se ha encontrado la IPN de `merchant_order`" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " -"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " -"pago." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "No se han encontrado pagos en Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Hubo un error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "Email del comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "No fue posible completar la transacción." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Estado de pago en el Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Método de pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalles de compra en Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, introduzca su email en la dirección de facturación para utilizar " +"este servicio" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulta los motivos del rechazo de tu compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Débito, crédito y efectivo, en Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Activar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro " -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Ver WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago " -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de cuotas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." -msgstr "" -"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " -"posible y seguir mejorando." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +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/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Valorar el plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 cuota" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " -"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " -"completar los datos de la tarjeta. Puedes controlar esta opción en " -"configuración." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 cuotas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir a la configuración" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 cuotas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Al continuar, aceptas nuestros " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 cuotas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Activa esta opción para que el valor de la moneda configurada en WooCommerce " -"sea compatible al valor de la moneda que usas en Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Ahora convertimos tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Dejamos de convertir tu moneda de %1$s a %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 cuotas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atención: La configuración de moneda que tienes en WooCommerce no es " -"compatible con la moneda que usas en tu cuenta de Mercado Pago. Activa la " -"conversión de moneda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 cuotas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Actualice sus credenciales con el Access Token y la Public Key, ¡los " -"necesita para continuar recibiendo pagos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Activar el checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"La tienda debe tener HTTPS para activar el Checkout Personalizado y el " -"Ticket Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciales no válidas" +"Al desactivar, desabilitarás todos los medios de pago del checkout en el " +"sitio web de Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por " -"favor actualice su versión de PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "El checkout está activo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "El checkout está inactivo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Error en Mercado Pago: La extensión GD de PHP no está instalada. Es " -"necesaria la instalación de la extensión GD para enviar el QR Code Pix por " -"correo electrónico." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar orden" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Medios de pagos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuración Avanzada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual del plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiencia de pago" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " +"tienda." -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." -msgstr "El medio de pago no es válido o no está disponible." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redirect" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." -msgstr "El monto de transacción no puede ser procesado por Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." -msgstr "" -"Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por " -"encima del máximo permitido." +"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/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Los usuários no son válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +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:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de éxito" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado " -"Pago; La transacción involucrando usuários de producción y de prueba." +"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " +"Asegúrate de incluir un mensaje adecuado a la situación y dales información " +"útil para que puedan solucionarlo." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso no autorizado de credenciales de producción." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pago rechazado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." msgstr "" -"Posibles causas: Pendencia de permiso de uso en producción para la " -"credencial del vendedor." +"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente " +"de aprobación." -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" -msgstr "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pago pendiente" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilita los medios de pago disponibles para tus clientes." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Elige los medios de pago que se aceptan en la tienda" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Tarjetas de crédito" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Tarjetas de débito" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Otros medios" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Volver a la tienda" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Actualizar la orden de WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "El comprador será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configuración de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "El comprador no será redirigido automáticamente a la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Acepta " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Cuotas sin tarjeta" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "hasta " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr " Cuotas" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Tarjetas de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagos al instante " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Tarjetas de débito " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferencia bancaria" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagos en efectivo " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "descuento de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "con toda" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "comisión de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "la " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, en tu tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "seguridad " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout Personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "" +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " +"en el Checkout Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está activado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensiones GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." +msgstr "" +"El checkout transparente de las tarjetas de crédito está desactivado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Tarjeta de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"Implementación responsable de transmitir los datos a Mercado Pago de forma " -"segura y encriptada." +"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:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuración Avanzada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." msgstr "" -"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " -"tienda." +"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " +"Mercado Pago puedan comprar sin la necesidad de completar datos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -"Es una extensión encargada de realizar los pagos a través de requests del " -"plugin a Mercado Pago." +"La funcionalidad para pagos con tarjetas guardadas está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Cobros y cuotas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"La funcionalidad para pagos con tarjetas guardadas está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Elige " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "cuándo quieres recibir el dinero " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Listo, ¡aceptamos tu pago!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "de las ventas y si quieres ofrecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " +"por correo electrónico." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "cuotas sin interés " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "a los clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Compruebe el número de tarjeta." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar plazos y tasas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Compruebe la fecha de expiración." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "¿Dudas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Compruebe la información informada." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revisa el paso a paso de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Compruebe el código de seguridad informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "cómo integrar el Plugin de Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "No se puede procesar su pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "en nuestro sitio de desarrolladores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Usted debe autorizar los pagos de sus órdenes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integra la tienda a Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " +"utilizar otra tarjeta u otro medio de pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "tus credenciales abajo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " +"recomienda en efectivo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciales" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Su metodo de pago no tiene fondos suficientes." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciales de prueba " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "El pago no puede procesar la cuota seleccionada." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." +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:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Hasta 24 cuotas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra " +"vez." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver su hoja de pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciales de producción" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Haga clic para intentarlo de nuevo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 +msgid "" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " -"tienda." +"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " +"cargado la información en el formulario?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Pega aquí tu Public Key" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Completa tus credenciales para habilitar los medios de pago Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Pega aquí tu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título en el checkout de la tienda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Guardar y continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personaliza tu negocio" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descripción" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"Important! Do not forget to add the credentials and details of your store." msgstr "" -"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " -"información a los clientes" +"¡Importante! No olvides ingresar las credenciales y datos de la tienda." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nombre de tu tienda en la factura de los clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir al paso a paso" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ej.: TiendaMaría" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configuraciones generales del plugin de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 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." +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificación en Actividad de Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir a Configuraciones" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ej.: Tienda de María" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Activa tus credenciales para poder vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +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 "" +"Las credenciales son contraseñas que debes integrar para poder vender. " +"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoría de la tienda" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Activar credenciales" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Seleccionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuración Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opciones avanzadas de integración (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupones de descuento" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " -"Certificados, Modo Debug)" +"¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opciones avanzadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupones de descuento están activos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupones de descuento están inactivos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ej.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Rechazo automático de pagos sin aprobación instantanea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " msgstr "" -"Ingresa la URL para recibir notificaciones de pago. Consulta más información " -"en los " +"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " +"instantáneamente por bancos u otros compradores. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuales." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Los pagos pendientes se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Los pagos pendientes no se rechazarán automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ej.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Descuento en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." 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:259 -msgid "request it now. " -msgstr "solicítalo ahora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug y log" +"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Activar y mostrar esa información en el checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configura los medios de pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comisiones en los checkouts de Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 +msgid "" +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." +msgstr "" +"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " +"clientes por pagar con Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Convertir moneda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversión de moneda está activa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Testea tu tienda antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversión de moneda está inactiva." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Edit these advanced fields only when you want to modify the preset values." 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:293 -msgid "Choose how you want to operate your store:" -msgstr "Elige cómo quieres operar tu tienda:" +"Edita estos campos avanzados solo cuando quieras modificar los valores " +"preestablecidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inactivos para cobros reales. " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Al desactivar, desabilitarás lo medios de pago con Pix en el Checkout " +"Transparente de Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Reglas del modo test." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "El Checkout Transparente está activo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "El Checkout Transparente está inactivo para pagos por Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago activos para cobros reales." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Descarga la app de Mercado Pago en tu móvil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Los clientes pueden hacer compras reales en tu tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Ve al área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "y elige la sección " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visita tu tienda " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Tu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testear compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Tus claves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Guardar cambios" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " +"configurar el Pix en tu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Tienda en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " +"lunes a viernes, de 9 a 18 horas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Tienda en Modo Ventas (Producción)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " +"el siguiente día hábil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token no válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Más información sobre Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " +"en el checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key no válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "haz clic aquí." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "Las credenciales deben ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamientos, con toda la seguridad de Mercado Pago. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "Se actualizaron las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configuración avanzada de la experiencia Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Actualización fallida, credenciales no válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "Información sobre tu tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Medios de pago Mercado Pago en Modo Test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutes" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Medios de pago Mercado Pago en Modo Produción" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Activado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inactivo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciales válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "No se pudieron validar las credenciales" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Los campos comerciales de la tienda son válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Los campos comerciales de la tienda no se pudieron validar" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Al menos un método de pago está habilitado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 días" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "No se habilitó ningún método de pago" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimiento para pagos con Pix" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." -msgstr "Este medio de pago no puede procesar su pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Servicio de envío utilizado por la tienda." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "¿Quieres saber cómo funciona el Pix?" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Descuento proporcionado por la tienda" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Creamos una página para explicar cómo funciona este nuevo medio de pago y " +"sus ventajas." -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Respuesta de la caché" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "¿Quieres saber cómo funciona Pix?" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pago aprobado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber más sobre Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando el pago de Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +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/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando el pago del boleto." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "El cliente todavía no efectuó el pago." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "El cliente no ha pagado todavía." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "El pago está pendiente de revisión." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "El pago fue rechazado. El cliente puede intentar nuevamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "" +"Scan the QR code below or copy and paste the code into your bank's " +"application." +msgstr "" +"Escanee el código QR a continuación o copie y pegue el código en la " +"aplicación de su banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "El pago fue devuelto al cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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 "" +"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/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "El pago fue cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Registra tu clave Pix en Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -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." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Efectivo" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." msgstr "" -"Mercado Pago: El pago %1$s fue notificado por Mercado Pago con estado %2$s." - -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN" +"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " +"Checkout Transparente de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "" +"El Checkout Transparente está activo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "No se ha encontrado la IPN de `merchant_order`" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "" +"El Checkout Transparente está inactivo para pagos en efectivo o en " +"loterías." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "No se han encontrado pagos en Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "Email del comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." +msgstr "" +"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " +"redireccionamentos, con toda la seguridad de Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" +msgstr "Configuración avanzada de la experiencia de pago en efectivo" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Método de pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reducir inventario" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 msgid "" -"Please enter your email address at the billing address to use this service" +"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 "" -"Por favor, introduzca su email en la dirección de facturación para utilizar " -"este servicio" +"Activa la reducción del inventario durante la creación de un pedido, se " +"acredite o no el pago final. Desactiva esta opción para reducirlo solo " +"cuando los pagos estén aprobados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" -msgstr "Débito, crédito y efectivo, en Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reducir inventario está activo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reducir inventario está inactivo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimiento del pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:156 -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-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilita los medios de pago disponibles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 cuota" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." +msgstr "Selecciona los medios de pago disponibles en tu tienda." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos los medios de pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Los datos de su documento no son válidos" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para imprimir nuevamente el ticket hace clic" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aquí" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 cuotas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " +msgstr " y " -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" +msgstr "Pago realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +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/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 cuotas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Llamado resuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 cuotas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Contacta a Mercado Pago para saber más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Activar el checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago del checkout en el " -"sitio web de Mercado Pago." +"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber " +"más detalles." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "El checkout está activo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pago devuelto" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "El checkout está inactivo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "El pago ya fue devuelto al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "El pago ya fue devuelto parcialmente al cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pago cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiencia de pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "El pago fue cancelado con éxito." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu " -"tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redirect" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "El pago fue cancelado por el cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Cobro pendiente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esto parece ser una URL no válida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Esperando el pago del comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 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." +"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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de éxito" +#: ../../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:280 +msgid "Declined payment" +msgstr "Cobro rechazado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Elige la URL que mostraremos a tus clientes cuando rechacemos su compra. " -"Asegúrate de incluir un mensaje adecuado a la situación y dales información " -"útil para que puedan solucionarlo." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pago rechazado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pago autorizado. Esperando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pago pendiente" +"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilita los medios de pago disponibles para tus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pago en proceso" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Elige los medios de pago que se aceptan en la tienda" +#: ../../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:145 +msgid "Please wait or contact Mercado Pago for further details" +msgstr "Espera o contacta a Mercado Pago para saber más detalles" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Tarjetas de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Tarjetas de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Esperando validación de los datos de pago.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Otros medios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Esperando al comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Volver a la tienda" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Espererando al emisor de la tarjeta.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"¿Quieres que tu cliente vuelva automáticamente a la tienda después del pago?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "El comprador será redirigido automáticamente a la tienda." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "Mercado Pago no procesó el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "El comprador no será redirigido automáticamente a la tienda." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Venció el plazo para el pago" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro en Modo Test" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "El cliente no pagó dentro del límite de tiempo.." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utiliza los medios de Mercado Pago sin cobros reales. Consulta las" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "reglas del modo test" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "descuento de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "comisión de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +msgstr "" +"La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se " +"comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, en tu tienda" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +msgstr "" +"Rechazamos este pago porque no pasó los controles de seguridad de Mercado " +"Pago. Pedile a tu cliente que use otra tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse " +"con nosotros para ver qué pasó." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout Personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito " -"en el Checkout Transparente de Mercado Pago." +"La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra " +"tarjeta o que se comunique con su banco." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" -"El checkout transparente de las tarjetas de crédito está activado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"El checkout transparente de las tarjetas de crédito está desactivado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Tarjeta de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +"Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no " +"es así, tu cliente puede intentarlo de nuevo." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuración Avanzada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras con tarjetas guardadas o saldo en Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../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:259 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"Please ask your client to use another card or to get in touch with the card " +"issuer." msgstr "" -"Es una funcionalidade para quienes tienen tarjetas guardadas o saldo en " -"Mercado Pago puedan comprar sin la necesidad de completar datos." +"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de " +"la tarjeta." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está activa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"La funcionalidad para pagos con tarjetas guardadas está inactiva." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "A continuación, cómo es la funcionalidad en el checkout de la tienda:" +"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/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Listo, ¡aceptamos tu pago!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos procesando su pago. En menos de una hora le enviaremos el resultado " -"por correo electrónico." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"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." +"El cliente no tiene suficiente saldo en la cuenta para realizar la compra. " +"Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de " +"pago." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Compruebe el número de tarjeta." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Hubo un error" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Compruebe la fecha de expiración." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "No fue posible completar la transacción." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Compruebe la información informada." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Estado de pago en el Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Compruebe el código de seguridad informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalles de compra en Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "No se puede procesar su pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulta los motivos del rechazo de tu compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Usted debe autorizar los pagos de sus órdenes." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Ver WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -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/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -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 "" -"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, " -"utilizar otra tarjeta u otro medio de pago." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Activar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +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/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Su pago fue rechazado. Por favor seleccione otro medio de pago. Se " -"recomienda en efectivo." +"Tu opinión es muy importante para poder ofrecerte la mejor solución de pagos " +"posible y seguir mejorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Su metodo de pago no tiene fondos suficientes." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Valorar el plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "El pago no puede procesar la cuota seleccionada." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Clientes de Mercado Pago ahora pueden pagar con tarjetas guardadas." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro " -"medio de pago." +"La función Pago con tarjetas guardadas de Mercado Pago está habilitada. " +"Ahora los clientes que utilizan Mercado pago pueden comprar sin tener que " +"completar los datos de la tarjeta. Puedes controlar esta opción en " +"configuración." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Tarjetas de crédito en Modo Test" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir a la configuración" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "reglas del Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configuración de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Acepta " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver su hoja de pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagos al instante " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Su pago fue rechazado. Puede intentarlo de nuevo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "con toda" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Haga clic para intentarlo de nuevo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "la " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber " -"cargado la información en el formulario?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "seguridad " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Completa tus credenciales para habilitar los medios de pago Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "de Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título en el checkout de la tienda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" -msgstr "El texto insertado aquí no se traducirá a otros idiomas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensiones GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descripción" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"¡Importante! No olvides ingresar las credenciales y datos de la tienda." +"Implementación responsable de transmitir los datos a Mercado Pago de forma " +"segura y encriptada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." msgstr "" -"Antes de configurar los pagos, haz el paso a paso para comenzar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir al paso a paso" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configuraciones generales del plugin de Mercado Pago" +"Extensiones responsables de la aplicación y el funcionamiento de Pix en su " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." +msgstr "" +"Es una extensión encargada de realizar los pagos a través de requests del " +"plugin a Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" -msgstr "Ir a Configuraciones" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Cobros y cuotas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Activa tus credenciales para poder vender" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Elige " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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 "" -"Las credenciales son contraseñas que debes integrar para poder vender. " -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "cuándo quieres recibir el dinero " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" -msgstr "Activar credenciales" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "de las ventas y si quieres ofrecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "cuotas sin interés " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuración Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "a los clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupones de descuento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar plazos y tasas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "¿Dudas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupones de descuento están activos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revisa el paso a paso de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupones de descuento están inactivos." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +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:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "en nuestro sitio de desarrolladores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Rechazo automático de pagos sin aprobación instantanea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integra la tienda a Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados " -"instantáneamente por bancos u otros compradores. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Los pagos pendientes se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "tus credenciales abajo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Los pagos pendientes no se rechazarán automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciales" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Descuento en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciales de prueba " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -"Elige un valor porcentual que quieras descontar a tus clientes por pagar con " -"Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para pruebas de compras en la " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Activar y mostrar esa información en el checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comisiones en los checkouts de Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciales de producción" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Elige un valor porcentual adicional que quieras cobrar como comisión a tus " -"clientes por pagar con Mercado Pago." +"Habilitan a los checkouts de Mercado Pago para recibir pagos reales en " +"tienda." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Convertir moneda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Pega aquí tu Public Key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversión de moneda está activa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Pega aquí tu Access Token" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversión de moneda está inactiva." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Guardar y continuar" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personaliza tu negocio" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 msgid "" -"Edit these advanced fields only when you want to modify the preset values." +"Fill out the following information to have a better experience and offer " +"more information to your clients" msgstr "" -"Edita estos campos avanzados solo cuando quieras modificar los valores " -"preestablecidos." +"Completa los siguientes datos para tener una mejor experiencia y ofrecer más " +"información a los clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Información sobre tu tienda" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +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:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ej.: TiendaMaría" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." 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:207 -msgid "The transparent checkout for Pix payment is enabled." -msgstr "El Checkout Transparente está activo para pagos por Pix." +"Si el campo queda vacío, la compra del cliente se identificará como Mercado " +"Pago." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificación en Actividad de Mercado Pago" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ej.: Tienda de María" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Ve al área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoría de la tienda" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "y elige la sección " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Seleccionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Tu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." +msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Tus claves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opciones avanzadas de integración (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás " -"configurar el Pix en tu checkout." +"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios " +"Certificados, Modo Debug)" -#: 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 "" -"Recuerda que, por el momento, el Banco Central de Brasil está abierto de " -"lunes a viernes, de 9 a 18 horas." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opciones avanzadas" -#: 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 "" -"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en " -"el siguiente día hábil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ej.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 msgid "" -"If you have already registered a Pix key at Mercado Pago and cannot activate " -"Pix in the checkout, " +"Add the URL to receive payments notifications. Find out more information in " +"the " msgstr "" -"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix " -"en el checkout, " +"Ingresa la URL para recibir notificaciones de pago. Consulta más información " +"en los " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "haz clic aquí." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" + +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ej.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"If you are a Mercado Pago Certified Partner, make sure to add your " +"integrator_id. If you do not have the code, please " 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:280 -msgid "Advanced configuration of the Pix experience" -msgstr "Configuración avanzada de la experiencia Pix" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" - -#: 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:295 -msgid "60 minutes" -msgstr "60 minutes" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" - -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 días" +"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu " +"integrator_id. Si no tienes el código, " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicítalo ahora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug y log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configura los medios de pago" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 días" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimiento para pagos con Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" +msgstr "Continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" +msgstr "4. Testea tu tienda antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Creamos una página para explicar cómo funciona este nuevo medio de pago y " -"sus ventajas." +"Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) " +"para realizar ventas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Elige cómo quieres operar tu tienda:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber más sobre Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inactivos para cobros reales. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "El cliente no ha pagado todavía." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Reglas del modo test." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" +msgstr "Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escanee el código QR a continuación o copie y pegue el código en la " -"aplicación de su banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago activos para cobros reales." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Los clientes pueden hacer compras reales en tu tienda." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Registra tu clave Pix en Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visita tu tienda " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testear compras" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Guardar cambios" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Al desactivar, desabilitarás todos los medios de pago en efectivo en el " -"Checkout Transparente de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Tienda en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "" -"El Checkout Transparente está activo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Tienda en Modo Ventas (Producción)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "" -"El Checkout Transparente está inactivo para pagos en efectivo o en " -"loterías." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token no válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -msgstr "" -"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin " -"redireccionamentos, con toda la seguridad de Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key no válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" -msgstr "Configuración avanzada de la experiencia de pago en efectivo" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reducir inventario" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "Las credenciales deben ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Activa la reducción del inventario durante la creación de un pedido, se " -"acredite o no el pago final. Desactiva esta opción para reducirlo solo " -"cuando los pagos estén aprobados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "Se actualizaron las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reducir inventario está activo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Actualización fallida, credenciales no válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reducir inventario está inactivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "Información sobre tu tienda" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimiento del pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Medios de pago Mercado Pago en Modo Test" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "En cuántos días caducarán los pagos en efectivo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Medios de pago Mercado Pago en Modo Produción" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilita los medios de pago disponibles" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Activado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Selecciona los medios de pago disponibles en tu tienda." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inactivo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos los medios de pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciales válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Facturas en Modo Test" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "No se pudieron validar las credenciales" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"Es posible testear el flujo para generar una factura, pero no es posible " -"finalizar el pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Los campos comerciales de la tienda son válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Los campos comerciales de la tienda no se pudieron validar" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para imprimir nuevamente el ticket hace clic" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Al menos un método de pago está habilitado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aquí" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "No se habilitó ningún método de pago" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " y " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +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:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Descuento proporcionado por la tienda" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Descuento para el cupón %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " y comisión de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2160,7 +2574,8 @@ msgstr "" "La credencial para producción Public Key es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2168,7 +2583,8 @@ msgstr "" "La credencial de prueba Public Key es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2176,7 +2592,8 @@ msgstr "" "La credencial para producción Access Token es inválida. Revísala para " "poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2184,7 +2601,8 @@ msgstr "" "La credencial de prueba Access Token es inválida. Revísala para poder " "realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2192,7 +2610,8 @@ msgstr "" "La credencial de prueba Public Key está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2200,7 +2619,8 @@ msgstr "" "La credencial para producción Public Key está en blanco. Revísala " "para poder recibir pagos reales." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2208,7 +2628,8 @@ msgstr "" "La credencial de prueba Access Token está en blanco. Revísala para " "poder realizar pruebas en tu tienda." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2216,17 +2637,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpiar carrito" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2234,317 +2646,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpiar carrito" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Aplicar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Retirar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe su código de cupón" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Elegir" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Otro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Salvarás" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "con descuento de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total de su compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total de su compra con descuento:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Tras la aprobación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Términos y condiciones de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sin interés" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Más opciones" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "cuotas " + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "del dorso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "del frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número de tarjeta obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número de tarjeta inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nombre del titular obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nombre del titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Fecha de vencimiento inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Fecha de vencimiento obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de seguridad obligatorio" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de seguridad incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Cómo pagar con Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Entra en la app o en la página web de tu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busca la opción de pagar con Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Escanea el código QR o el código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Listo. Verás la confirmación del pago" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escanea el código QR:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Tarjetas de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Respuesta de la caché" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Hasta" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "cuota" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro en Modo Test" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "cuotas" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte las reglas para el modo test." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Paga más rápido con Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pago seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sin cargar datos" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Cuotas disponibles" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Al continuar, aceptas nuestros" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Términos y condiciones " + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Tarjeta de crédito en Modo Test" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utiliza los medios de Mercado Pago sin cobros reales." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Ver las reglas del Modo Test. " + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "¿Con qué tarjeta puedes pagar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Ver promociones vigentes" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Tarjetas de débito" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Completa los datos de tu tarjeta" + +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número de Tarjeta" + +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Datos obligatorios" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nombre del titular como aparece en la tarjeta" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimiento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de seguridad" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento del titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento no válido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Selecciona la cantidad de cuotas" + +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +#, fuzzy +#| msgid "Cards in Test Mode" +msgid "Pix in Test Mode" +msgstr "Tarjetas de crédito en Modo Test" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Pagos en efectivo" +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +#, fuzzy +#| msgid "" +#| "You can test the flow to generate an invoice, but you cannot finalize the " +#| "payment." +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago." -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" -msgstr "Te llevamos a nuestro sitio para completar el pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +#, fuzzy +#| msgid "Pay securely and instantly!" +msgid "Pay instantly" +msgstr "Pago seguro e instantáneo!" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Usa tu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compra con una tarjeta guardada sin tener que rellenar más datos." +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar con tarjeta guardada" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Facturas en Modo Test" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Con qué Tarjetas puedo pagar" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"Es posible testear el flujo para generar una factura, pero no es posible " +"finalizar el pago. " -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Ver promociones vigentes" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecciona el punto de pago donde quieres pagar" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Ingresa tu cupón de descuento" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Seleccione una opción de pago" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Ingresa tu cupón" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "Más opciones" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "El código que ingresaste es incorrecto" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " +"consultar el estado del pedido, consulta en Detalles del Pedido." -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Ingresa los datos de tu tarjeta" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " +"que terminemos de aprobarla." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número de Tarjeta" +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir ticket" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Numero de tarjeta invalido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obligatorio" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nombre y apellido del titular de la tarjeta" +#~ msgid "Use the test-specific cards that are in the" +#~ msgstr "Utiliza las tarjetas específicas para testear que estén bajo las" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Fecha de vencimiento" +#~ msgid "Until" +#~ msgstr "Hasta" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Fecha de expiracion inválida" +#~ msgid "installment" +#~ msgstr "cuota" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de seguridad" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "Te llevamos a nuestro sitio para completar el pago" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números en el reverso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Usa tu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "En cuántas cuotas quieres pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar con tarjeta guardada" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco" +#~ msgid "Enter your discount coupon" +#~ msgstr "Ingresa tu cupón de descuento" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pago convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Seleccione el número de cuotas" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Ingresa tu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Sólo números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento no válido" +#~ msgid "Enter your coupon" +#~ msgstr "Ingresa tu cupón" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obligatorio" +#~ msgid "The code you entered is incorrect" +#~ msgstr "El código que ingresaste es incorrecto" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pago seguro e instantáneo!" +#~ msgid "Invalid Card Number" +#~ msgstr "Numero de tarjeta invalido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Cuando termines el pedido, verás el código para completar el pago." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nombre y apellido del titular de la tarjeta" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Fecha de expiracion inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Debe informar su número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números en el reverso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Complete todos los campos, son obligatorios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "En cuántas cuotas quieres pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Selecciona el emisor con el que quieras procesar el pago" +#~ msgid "Converted payment of" +#~ msgstr "Pago convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Ingresa tu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Excelente, procesamos tu orden de compra. Completa el pago con ticket para " -"que terminemos de aprobarla." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir ticket" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este es el estado del pago de las Actividades de tu Mercado Pago. Para " -"consultar el estado del pedido, consulta en Detalles del Pedido." +#~ msgid "Only numbers" +#~ msgstr "Sólo números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obligatorio" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Cuando termines el pedido, verás el código para completar el pago." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Debe informar su número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Complete todos los campos, son obligatorios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Selecciona el emisor con el que quieras procesar el pago" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Activar o desactivar pagos por Pix" @@ -2719,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configura la experiencia de pago a través de Pix" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimiento del Pix" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Paga con dinero en efectivo" diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.mo b/i18n/languages/woocommerce-mercadopago-pt_BR.mo index a998d0654..08139fed5 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 a3faad756..881076a21 100644 --- a/i18n/languages/woocommerce-mercadopago-pt_BR.po +++ b/i18n/languages/woocommerce-mercadopago-pt_BR.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Mercado Pago payments for WooCommerce 5.8.0\n" +"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: \n" @@ -11,2150 +11,2564 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Poedit 3.1\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" -msgstr "Pagamento realizado" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144, +#: ../../includes/module/class-wc-woomercadopago-module.php:336, +#: ../../includes/module/class-wc-woomercadopago-module.php:336 +msgid "By continuing, you agree to our " +msgstr "Ao continuar, você concorda com nossos " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." -msgstr "Pagamento realizado pelo comprador e já creditado na conta." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146, +#: ../../includes/module/class-wc-woomercadopago-module.php:338, +#: ../../includes/module/class-wc-woomercadopago-module.php:338 +msgid "Terms and Conditions" +msgstr "Termos e condições" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" -msgstr "Chamado resolvido" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "" +"Activate this option so that the value of the currency set in WooCommerce is " +"compatible with the value of the currency you use in Mercado Pago." +msgstr "" +"Ative esta opção para que o valor da moeda configurada no WooCommerce seja " +"compatível ao valor da moeda que você usa no Mercado Pago." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." -msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." +msgstr "Agora convertemos sua moeda de %1$s to %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" -msgstr "Pagamento devolvido" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." +msgstr "Paramos de converter sua moeda de %1$s to %2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 msgid "" -"Your refund request has been made. Please contact Mercado Pago for further " -"details." +"Attention: The currency settings you have in WooCommerce are not " +"compatible with the currency you use in your Mercado Pago account. Please " +"activate the currency conversion." msgstr "" -"Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado " -"Pago para consultar mais detalhes." +"Atenção: a configuração de moeda que você tem no WooCommerce não é " +"compatível com a moeda que você usa na sua conta do Mercado Pago. Por favor, " +"ative a conversão de moeda." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" -msgstr "Pagamento devolvido" +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, +#: ../../includes/module/class-wc-woomercadopago-configs.php:125 +msgid "" +"Update your credentials with the Access Token and Public Key, you need them " +"to continue receiving payments!" +msgstr "" +"Atualize suas credenciais com o Access Token e a Public Key. Você precisa " +"deles para continuar recebendo pagamentos!" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." -msgstr "O pagamento já foi devolvido ao cliente." +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, +#: ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "" +"The store should have HTTPS in order to activate both Checkout Personalizado " +"and Ticket Checkout." +msgstr "" +"A loja deve ter HTTPS para ativar o Checkout Personalizado e o Ticket " +"Checkout." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." -msgstr "O pagamento já foi devolvido parcialmente ao cliente." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" +msgstr "Credenciais inválidas" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" -msgstr "Pagamento cancelado" +#: ../../includes/module/class-wc-woomercadopago-init.php:47, +#: ../../includes/module/class-wc-woomercadopago-init.php:47 +msgid "" +"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " +"Please update your PHP version." +msgstr "" +"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 5.6 ou " +"posterior. Por favor, atualize sua versão do PHP." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." -msgstr "O pagamento foi cancelado com sucesso." +#: ../../includes/module/class-wc-woomercadopago-init.php:58, +#: ../../includes/module/class-wc-woomercadopago-init.php:58 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." +msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" -msgstr "Compra cancelada" +#: ../../includes/module/class-wc-woomercadopago-init.php:69, +#: ../../includes/module/class-wc-woomercadopago-init.php:69 +msgid "" +"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " +"extension is required to send QR Code Pix by email." +msgstr "" +"Erro no Mercado Pago: A extensão PHP GD não está instalada. Instalação da " +"extensão GD é necessária para envio de QR Code Pix por e-mail." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." -msgstr "O pagamento foi cancelado pelo cliente." +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:83, +#: ../../includes/module/class-wc-woomercadopago-init.php:83 +msgid "The Mercado Pago module needs an active version of %s in order to work!" +msgstr "" +"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!" -#: 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/module/class-wc-woomercadopago-init.php:96, +#: ../../includes/module/class-wc-woomercadopago-init.php:96 +msgid "Cancel order" +msgstr "Cancelar ordem" -#: 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 -msgid "Awaiting payment from the buyer." -msgstr "Aguardando pagamento do comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:352, +#: ../../includes/module/class-wc-woomercadopago-module.php:352 +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:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 +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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +#: ../../includes/module/class-wc-woomercadopago-module.php:355, +#: ../../includes/module/class-wc-woomercadopago-module.php:355 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." +"Possible causes: Currency not supported; Amounts below the minimum or above " +"the maximum allowed." msgstr "" -"Estamos verificando o pagamento. Em até 6 horas, vamos te avisar por e-mail " -"se está tudo certo para que você possa entregar o produto ou oferecer o " -"serviço." +"Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do " +"máximo permitido." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 +msgid "The users are not valid." +msgstr "Os usuários não são válidos." -#: 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/module/class-wc-woomercadopago-module.php:358, +#: ../../includes/module/class-wc-woomercadopago-module.php:358 msgid "" -"The card-issuing bank declined the payment. Please ask your client to use " -"another card or to get in touch with the bank." +"Possible causes: Buyer and seller have the same account in Mercado Pago; The " +"transaction involving production and test users." 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." +"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/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." -msgstr "Pagamento autorizado. Aguardando captura." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "Unauthorized use of production credentials." +msgstr "Uso não autorizado de credenciais de produção." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +#: ../../includes/module/class-wc-woomercadopago-module.php:361, +#: ../../includes/module/class-wc-woomercadopago-module.php:361 msgid "" -"The payment has been authorized on the client's card. Please capture the " -"payment." +"Possible causes: Use permission in use for the credential of the seller." msgstr "" -"O pagamento já foi autorizado no cartão do cliente. Faça a captura do " -"pagamento." +"Possíveis causas: Pendência de permissão de uso na produção para a " +"credencial do vendedor." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" -msgstr "Pagamento em processamento" +#: ../../includes/module/class-wc-woomercadopago-module.php:489, +#: ../../includes/module/class-wc-woomercadopago-module.php:489 +msgid "Colombia" +msgstr "Colombia" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -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/module/class-wc-woomercadopago-module.php:491, +#: ../../includes/module/class-wc-woomercadopago-module.php:491 +msgid "Argentina" +msgstr "Argentina" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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 "" -"O banco está verificando o pagamento. Vamos te avisar por e-mail assim que " -"recebermos a confirmação para que você possa entregar o produto ou oferecer " -"o serviço." +#: ../../includes/module/class-wc-woomercadopago-module.php:493, +#: ../../includes/module/class-wc-woomercadopago-module.php:493 +msgid "Brazil" +msgstr "Brasil" -#: 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 -msgid "Awaiting payment information validation." -msgstr "Aguardando validação das informações de pagamento." +#: ../../includes/module/class-wc-woomercadopago-module.php:495, +#: ../../includes/module/class-wc-woomercadopago-module.php:495 +msgid "Chile" +msgstr "Chile" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." -msgstr "Aguardando o comprador." +#: ../../includes/module/class-wc-woomercadopago-module.php:497, +#: ../../includes/module/class-wc-woomercadopago-module.php:497 +msgid "Mexico" +msgstr "México" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." -msgstr "Aguardando o emissor do cartão." +#: ../../includes/module/class-wc-woomercadopago-module.php:499, +#: ../../includes/module/class-wc-woomercadopago-module.php:499 +msgid "Uruguay" +msgstr "Uruguai" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "" -"The payment could not be processed. Please ask your client to use another " -"card or to get in touch with the bank." -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/module/class-wc-woomercadopago-module.php:501, +#: ../../includes/module/class-wc-woomercadopago-module.php:501 +msgid "Venezuela" +msgstr "Venezuela" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" -msgstr "O Mercado Pago não processou o pagamento" +#: ../../includes/module/class-wc-woomercadopago-module.php:503, +#: ../../includes/module/class-wc-woomercadopago-module.php:503 +msgid "Peru" +msgstr "Perú" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" -msgstr "Prazo expirado para pagamento" +#: ../../includes/module/class-wc-woomercadopago-module.php:537, +#: ../../includes/module/class-wc-woomercadopago-module.php:537 +msgid "Update the WooCommerce order to " +msgstr "Atualizar a ordem do WooCommerce para " -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." -msgstr "O cliente não pagou dentro do limite de tempo." +#: ../../includes/module/class-wc-woomercadopago-module.php:662, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 +msgid "Fill in your credentials to enable payment methods." +msgstr "Complete suas credenciais para habilitar os meios de pagamento." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "" -"The CVV is invalid. Please ask your client to review the details or use " -"another card." -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/module/class-wc-woomercadopago-module.php:678, +#: ../../includes/module/class-wc-woomercadopago-module.php:678 +msgid "Set plugin" +msgstr "Configurar plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "" -"The card is expired. Please ask your client to use another card or to " -"contact the bank." -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/module/class-wc-woomercadopago-module.php:679, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" +msgstr "Meios de pagamento" -#: 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 -msgid "" -"This payment was declined because it did not pass Mercado Pago security " -"controls. Please ask your client to use another card." -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/module/class-wc-woomercadopago-module.php:680, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" +msgstr "Manual do plugin" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "" -"The buyer is suspended in our platform. Your client must contact us to check " -"what happened." -msgstr "" -"O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em " -"contato conosco para saber o que aconteceu." +#: ../../includes/module/class-wc-woomercadopago-module.php:779, +#: ../../includes/module/class-wc-woomercadopago-module.php:779 +msgid "By Mercado Pago" +msgstr "Por Mercado Pago" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:183, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." +msgstr "Pagamento aprovado." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:241, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244 +msgid "Waiting for the Pix payment." +msgstr "Esperando o pagamento via Pix." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:259, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262 +msgid "Waiting for the ticket payment." +msgstr "Esperando o pagamento." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:270, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270 +msgid "The customer has not made the payment yet." +msgstr "O cliente ainda não realizou o pagamento." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -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 "" -"O banco emissor do cartão não autorizou o pagamento. Diga para seu cliente " -"entrar em contato com o banco para pedir que o pagamento seja autorizado ou " -"peça que use outro cartão." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289 +msgid "Payment is pending review." +msgstr "O pagamento está em revisão." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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 "" -"Nós do Mercado Pago detectamos que este pagamento já foi feito " -"anteriormente. Se esse não for o caso, seu cliente pode tentar pagar " -"novamente." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306 +msgid "Payment was declined. The customer can try again." +msgstr "O pagamento foi recusado. O cliente pode tentar novamente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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 "" -"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/notification/class-wc-woomercadopago-notification-abstract.php:321, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321 +msgid "Payment was returned to the customer." +msgstr "O pagamento foi estornado ao cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "" -"The amount exceeded the card limit. Please ask your client to use another " -"card or to get in touch with the bank." -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/notification/class-wc-woomercadopago-notification-abstract.php:335, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335 +msgid "Payment was canceled." +msgstr "O pagamento foi cancelado." -#: 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/notification/class-wc-woomercadopago-notification-abstract.php:350, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362 msgid "" -"Please ask your client to use another card or to get in touch with the card " -"issuer." +"The payment is in mediation or the purchase was unknown by the customer." msgstr "" -"Peça para seu cliente usar outro cartão ou entrar em contato com o emissor " -"do cartão." +"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464, +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464 msgid "" -"The amount exceeded the card's limit. Please ask your client to use another " -"card or to get in touch with the bank." +"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." 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." +"Mercado Pago: O pagamento %1$s foi notificado pelo Mercado Pago com status " +"%2$s." -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:36, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" +msgstr "Nenhum parâmetro de ID ou TOPIC na Request IPN" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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 "" -"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/notification/class-wc-woomercadopago-notification-ipn.php:41, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" +msgstr "Tipo do tópico IPN inválido, precisa conter merchant_order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "" -"The card-issuing bank declined the payment. Please instruct your client to " -"ask the bank to authorize it." -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/notification/class-wc-woomercadopago-notification-ipn.php:50, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" +msgstr "IPN merchant_order não encontrado" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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 "" -"O cliente não tem saldo em conta suficiente para realizar a compra. Peça " -"para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de " -"pagamento." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" +msgstr "Não foram encontrados pagamentos na Merchant_Order" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" -msgstr "Houve um erro" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154 +msgid "Buyer email" +msgstr "E-mail do comprador" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." -msgstr "Não foi possível completar a transação." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157 +msgid "Payment type" +msgstr "Tipo de meio de pagamento" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" -msgstr "Status de pagamento no Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166, +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160 +msgid "Payment method" +msgstr "Meio de pagamento" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" -msgstr "Ver detalhes da compra no Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "" +"Please enter your email address at the billing address to use this service" +msgstr "" +"Por favor, digite seu e-mail no endereço de faturamento para usar este " +"serviço" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." -msgstr "Consulte os motivos de recusa da sua compra." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" +msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" -msgstr "Ativar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" +msgstr "Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" -msgstr "Instalar WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" +msgstr "Mercado Pago - Checkout Pro" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" -msgstr "Veja WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" +msgstr "Compras com cartões salvos ou saldo no Mercado Pago" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -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/payments/class-wc-woomercadopago-basic-gateway.php:156, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" +msgstr "Máximo de parcelas" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "" -"Your opinion is very important so that we can offer you the best possible " -"payment solution and continue to improve." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +msgid "What is the maximum quota with which a customer can buy?" msgstr "" -"Sua opinião é muito importante para poder te oferecer a melhor solução de " -"pagamentos possível e continuar melhorando." +"Qual é o número máximo de vezes que um cliente pode parcelar sua compra?" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" -msgstr "Avaliar o plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" +msgstr "1 parcela" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." -msgstr "Cliente com Mercado Pago agora pode pagar com cartões salvos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" +msgstr "2 parcelas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "" -"The function Saved card payments is enabled. With this setting, customers " -"using Mercado Pago can purchase without having to fill in payment details. " -"You can control this option in the settings." -msgstr "" -"Está habilitada a configuração Pagamento com cartão salvo no Mercado Pago. " -"Com ela, clientes que usam Mercado Pago podem comprar sem precisar preencher " -"dados de pagamento. Você pode controlar esta opção nas configurações." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" +msgstr "3 parcelas" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" -msgstr "Ir para configurações" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" +msgstr "4 parcelas" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" -msgstr "Descartar" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" +msgstr "5 parcelas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " -msgstr "Ao continuar, você concorda com nossos " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" +msgstr "6 parcelas" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" -msgstr "Termos e Condições" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" +msgstr "10 parcelas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "" -"Activate this option so that the value of the currency set in WooCommerce is " -"compatible with the value of the currency you use in Mercado Pago." -msgstr "" -"Ative esta opção para que o valor da moeda configurada no WooCommerce seja " -"compatível ao valor da moeda que você usa no Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" +msgstr "12 parcelas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." -msgstr "Agora convertemos sua moeda de %1$s to %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" +msgstr "15 parcelas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." -msgstr "Paramos de converter sua moeda de %1$s to %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" +msgstr "18 parcelas" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "" -"Attention: The currency settings you have in WooCommerce are not " -"compatible with the currency you use in your Mercado Pago account. Please " -"activate the currency conversion." -msgstr "" -"Atenção: a configuração de moeda que você tem no WooCommerce não é " -"compatível com a moeda que você usa na sua conta do Mercado Pago. Por favor, " -"ative a conversão de moeda." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" +msgstr "24 parcelas" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "" -"Update your credentials with the Access Token and Public Key, you need them " -"to continue receiving payments!" -msgstr "" -"Atualize suas credenciais com o Access Token e a Public Key. Você precisa " -"deles para continuar recebendo pagamentos!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" +msgstr "Ativar o checkout" -#: includes/module/class-wc-woomercadopago-configs.php:136 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 msgid "" -"The store should have HTTPS in order to activate both Checkout Personalizado " -"and Ticket Checkout." +"By disabling it, you will disable all payments from Mercado Pago Checkout at " +"Mercado Pago website by redirect." msgstr "" -"A loja deve ter HTTPS para ativar o Checkout Personalizado e o Ticket " -"Checkout." - -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" -msgstr "Credenciais inválidas" +"Ao desativar, você desabilita todos os meios de pagamentos para o checkout " +"com redirecionamento no site do Mercado Pago." -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "" -"Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. " -"Please update your PHP version." -msgstr "" -"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 5.6 ou " -"posterior. Por favor, atualize sua versão do PHP." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847 +msgid "The checkout is enabled." +msgstr "O checkout está ativo." -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." -msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848 +msgid "The checkout is disabled." +msgstr "O checkout está inativo." -#: includes/module/class-wc-woomercadopago-init.php:69 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 msgid "" -"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD " -"extension is required to send QR Code Pix by email." -msgstr "" -"Erro no Mercado Pago: A extensão PHP GD não está instalada. Instalação da " -"extensão GD é necessária para envio de QR Code Pix por e-mail." - -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +"With Checkout Pro you sell with all the safety inside Mercado Pago " +"environment." msgstr "" -"O módulo do Mercado Pago necessita de uma versão ativa de %s para funcionar!" - -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" -msgstr "Cancelar ordem" - -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -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:381 -msgid "Set plugin" -msgstr "Configurar plugin" +"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado " +"Pago." -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" -msgstr "Meios de pagamento" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" +msgstr "Configuração Avançada" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" -msgstr "Manual do plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" +msgstr "Experiência de pagamento" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" -msgstr "Por Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "" +"Define what payment experience your customers will have, whether inside or " +"outside your store." +msgstr "" +"Defina qual experiência de pagamento seus clientes terão se dentro ou fora " +"da sua loja." -#: includes/module/class-wc-woomercadopago-module.php:531 -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/payments/class-wc-woomercadopago-basic-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" +msgstr "Redireciona" -#: includes/module/class-wc-woomercadopago-module.php:534 -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/payments/class-wc-woomercadopago-basic-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" +msgstr "Modal" -#: includes/module/class-wc-woomercadopago-module.php:535 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 msgid "" -"Possible causes: Currency not supported; Amounts below the minimum or above " -"the maximum allowed." +"Choose the URL that we will show your customers when they finish their " +"purchase." msgstr "" -"Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do " -"máximo permitido." +"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra." + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +msgid "This seems to be an invalid URL." +msgstr "Esta parece ser uma URL inválida." -#: includes/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." -msgstr "Os usuários não são válidos." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" +msgstr "URL de sucesso" -#: includes/module/class-wc-woomercadopago-module.php:539 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 msgid "" -"Possible causes: Buyer and seller have the same account in Mercado Pago; The " -"transaction involving production and test users." +"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 "" -"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." +"Selecione a URL que mostraremos aos seus clientes quando recusarmos a " +"compra. Certifique-se de incluir uma mensagem adequada à situação e dê " +"informações úteis para que eles possam solucionar a questão." -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." -msgstr "Uso não autorizado de credenciais de produção." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" +msgstr "URL de pagamento recusado" -#: includes/module/class-wc-woomercadopago-module.php:543 +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 msgid "" -"Possible causes: Use permission in use for the credential of the seller." +"Choose the URL that we will show to your customers when they have a payment " +"pending approval." 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:660 -msgid "Colombia" -msgstr "Colombia" - -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" -msgstr "Argentina" +"Selecione a URL que mostraremos aos seus clientes quando tiverem um " +"pagamento pendente de aprovação." -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" -msgstr "Brasil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" +msgstr "URL de pagamento pendente" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" -msgstr "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." +msgstr "Habilite os meios de pagamento disponíveis para os seus clientes." -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" -msgstr "México" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" +msgstr "Escolha os meios de pagamento aceitos na loja" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" -msgstr "Uruguai" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" +msgstr "Cartões de crédito" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" -msgstr "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" +msgstr "Cartões de débito" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" -msgstr "Perú" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" +msgstr "Outros meios" -#: includes/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " -msgstr "Atualizar a ordem do WooCommerce para " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" +msgstr "Voltar à loja" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" -msgstr "Configurações do Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " -msgstr "Aceite " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." +msgstr "O comprador será redirecionado automaticamente à loja." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " -msgstr "pagamentos no ato " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." +msgstr "O comprador não será redirecionado automaticamente à loja." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" -msgstr "com" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510 +msgid "Installments without card" +msgstr "Parcelas sem cartão" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid "Up to " +msgstr "ATÉ " + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518 +msgid " installments" +msgstr "X" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349 +msgid "Credit cards" +msgstr "Cartões de crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " -msgstr "toda a " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357 +msgid "Debit cards" +msgstr "Cartões de débito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " -msgstr "segurança " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530 +msgid "Bank Transfer" +msgstr "Transferência bancária" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" -msgstr "do Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536 +msgid "Payment by cash" +msgstr "Pagamento via boleto" + +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +msgid "discount of" +msgstr "desconto de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" -msgstr "Requisitos técnicos" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589, +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 +msgid "fee of" +msgstr "taxa de" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" -msgstr "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" +msgstr "Checkout Transparente, no ambiente da sua loja" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" -msgstr "Extensões GD" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" +msgstr "Débito e crédito" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" -msgstr "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" +msgstr "Mercado Pago - Checkout personalizado" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 msgid "" -"Implementation responsible for transmitting data to Mercado Pago in a secure " -"and encrypted way." +"By disabling it, you will disable all credit cards payments from Mercado " +"Pago Transparent Checkout." msgstr "" -"Implementção responsável pela transmissão de dados para o Mercado Pago de " -"maneira segura e criptografada." +"Ao desativar, você desabilita todos os meios de pagamento de cartão de " +"crédito no Checkout Transparente Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 -msgid "" -"These extensions are responsible for the implementation and operation of Pix " -"in your store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +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:156, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." msgstr "" -"São extensões responsáveis pela implementação e funcionamento do Pix na sua " -"loja." +"O checkout transparente para cartões de crédito está desativado." + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " +msgstr "Checkout Transparente | Cartão de Crédito " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 msgid "" -"It is an extension responsible for making payments via requests from the " -"plugin to Mercado Pago." +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and with the security from Mercado Pago." msgstr "" -"É uma extensão responsável pela realização de pagamentos via solicitações do " -"plugin ao Mercado Pago." +"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " +"loja, sem redirecionamento, com toda a segurança do Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" -msgstr "Recebimentos e parcelamento" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" +msgstr "Configuração Avançada" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " -msgstr "Escolha " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" +msgstr "Compras com cartões salvos ou saldo no Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " -msgstr "quando quer receber o dinheiro " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 +msgid "" +"Feature for those who have a saved card or money in Mercado Pago to buy " +"without having to fill in details." +msgstr "" +"Funcionalidade para quem tem cartão salvo ou saldo no Mercado Pago comprar " +"sem precisar preencher dados." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " -msgstr "das vendas e se quer oferecer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." +msgstr "" +"A funcionalidade para pagamentos com cartões salvos está ativa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " -msgstr "parcelamento sem juros " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." +msgstr "" +"A funcionalidade para pagamentos com cartões salvos está inativa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." -msgstr "aos clientes." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" +msgstr "Abaixo, como é a funcionalidade no checkout da loja:" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" -msgstr "Ajustar prazos e taxas" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" +msgstr "Pronto, aceitamos seu pagamento!" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " -msgstr "Dúvidas? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "" +"We are processing your payment. In less than an hour we will send you the " +"result by email." +msgstr "" +"Estamos processando seu pagamento. Em menos de uma hora você será notificado " +"por email." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " -msgstr "Revise o passo a passo de " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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 "" +"Estamos processando seu pagamento. Em menos de 2 dias úteis você será " +"notificado por email se o pagamento foi aprovado ou se são necessárias " +"informações adicionais." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " -msgstr "como integrar o Plugin do Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." +msgstr "Verifique o número do cartão." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." -msgstr "no nosso site de desenvolvedores." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." +msgstr "Verifique a data de expiração." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " -msgstr "1. Integre a loja com o Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." +msgstr "Verifique as informações preenchidas." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " -msgstr "Para habilitar e testar e vendas, você deve copiar e colar suas " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." +msgstr "Verifique o código de segurança informado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." -msgstr "credenciais abaixo." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." +msgstr "Não foi possível processar seu pagamento." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" -msgstr "Consultar credenciais" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." +msgstr "Você deve autorizar o pagamento dos seus pedidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " -msgstr "Credenciais de teste " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "" +"Contact your card issuer to activate it. The phone is on the back of your " +"card." +msgstr "" +"Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do " +"seu cartão." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." -msgstr "Habilitam os checkouts Mercado Pago para testes de compras na loja." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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 "" +"Você já realizou o pagamento para esse valor. Se precisa pagar novamente, " +"use outro cartão ou outro método de pagamento." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "Public key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "" +"Your payment was declined. Please select another payment method. It is " +"recommended in cash." +msgstr "" +"Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se " +"dinheiro." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" -msgstr "Access token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." +msgstr "Seu pagamento não possui saldo suficiente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" -msgstr "Credenciais de produção" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." +msgstr "Seu pagamento não pode processar o parcelamento selecionado." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "" +"You have reached the limit of allowed attempts. Choose another card or other " +"payment method." msgstr "" -"Habilitam os checkouts Mercado Pago para receber pagamentos reais na loja." +"Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou " +"outro método de pagamento." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" -msgstr "Cole aqui sua Public Key" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +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:350, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350 +msgid "Up to 24 installments" +msgstr "Até 24X" + +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" -msgstr "Cole aqui seu Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501 +msgid "See your order form" +msgstr "Ver o resumo do pedido" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" -msgstr "Salvar e continuar" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512 +msgid "Your payment was declined. You can try again." +msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" -msgstr "2. Personalize seu negócio" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 +msgid "Click to try again" +msgstr "Clique para tentar novamente" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542, +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542 msgid "" -"Fill out the following information to have a better experience and offer " -"more information to your clients" +"A problem was occurred when processing your payment. Are you sure you have " +"correctly filled all information in the checkout form?" msgstr "" -"Preencha as informações a seguir para ter uma melhor experiência e oferecer " -"mais informações aos clientes" +"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " +"corretamente todas as informações no formulário de checkout?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" -msgstr "Informações sobre sua loja" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644 +msgid "Configure your credentials to enable Mercado Pago payment methods." +msgstr "" +"Complete suas credenciais para habilitar os meios de pagamento Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" -msgstr "Nome da sua loja na fatura dos clientes" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700 +msgid "Title in the store Checkout" +msgstr "Título no checkout da loja" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" -msgstr "Ex.: Loja da Maria" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702 +msgid "Change the display text in Checkout, maximum characters: 85" +msgstr "Altere o texto que aparece no Checkout, máximo de caracteres: 85" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 -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/payments/class-wc-woomercadopago-payment-abstract.php:704, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" -msgstr "Identificação em Atividades do Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718 +msgid "Description" +msgstr "Descrição" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" -msgstr "Ex.: LojaMaria" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "" +"Important! Do not forget to add the credentials and details of your store." +msgstr "Importante! Não esqueça de inserir as credenciais e dados da loja." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -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/payments/class-wc-woomercadopago-payment-abstract.php:756, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756 +msgid "Before setting up payments, follow the step-by-step to start selling." +msgstr "" +"Antes de configurar pagamentos, faça o passo a passo para começar a vender." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" -msgstr "Categoria da loja" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757 +msgid "Go to step-by-step" +msgstr "Ir ao passo a passo" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" -msgstr "Selecionar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Mercado Pago Plugin general settings" +msgstr "Configurações gerais do plugin do Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." -msgstr "Selecione ”Outro” caso não encontre uma categoria adequada." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" -msgstr "Opções avançadas de integração (opcional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +msgid "Go to Settings" +msgstr "Ir para Configurações" + +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793 +msgid "Activate your credentials to be able to sell" +msgstr "Ative suas credenciais para conseguir vender" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794 msgid "" -"For further integration of your store with Mercado Pago (IPN, Certified " -"Partners, Debug Mode)" +"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 "" -"Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros " -"Certificados, Modo Debug)" +"Credenciais são senhas que você deve integrar para habilitar vendas. Vá " +"abaixo em Ativar credencias. Na tela seguinte, vá novamente no botão Ativar " +"credenciais e preencha os campos com os dados pedidos." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" -msgstr "Ver opções avançadas" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795 +msgid "Activate credentials" +msgstr "Ativar credenciais" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " -msgstr "URL para IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" -msgstr "Ex.: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939 +msgid "Basic Configuration" +msgstr "Configuração Básica" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 -msgid "" -"Add the URL to receive payments notifications. Find out more information in " -"the " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952 +msgid "Discount coupons" +msgstr "Cupons de desconto" + +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -"Insira a URL para receber notificações de pagamento. Confira mais " -"informações nos " +"Você vai oferecer cupons de desconto para os clientes que comprarem com " +"Mercado Pago?" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." -msgstr "manuais." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957 +msgid "Discount coupons is active." +msgstr "Cupons de desconto estão habilitados." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" -msgstr "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958 +msgid "Discount coupons is disabled." +msgstr "Cupons de desconto estão desabilitados." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" -msgstr "Ex.: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970 +msgid "Automatic decline of payments without instant approval" +msgstr "Recusa automática de pagamentos sem aprovação instantânea" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971 msgid "" -"If you are a Mercado Pago Certified Partner, make sure to add your " -"integrator_id. If you do not have the code, please " +"Enable it if you want to automatically decline payments that are not " +"instantly approved by banks or other institutions. " 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:259 -msgid "request it now. " -msgstr "solicite agora. " - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" -msgstr "Modo debug e log" +"Ative se quiser recusar automaticamente pagamentos que não são aprovados " +"instantaneamente por bancos ou outros adquirentes. " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -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/payments/class-wc-woomercadopago-payment-abstract.php:975, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975 +msgid "Pending payments will be automatically declined." +msgstr "Pagamentos pendentes serão recusados automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" -msgstr "3. Configure os meios de pagamento" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976 +msgid "Pending payments will not be automatically declined." +msgstr "Pagamentos pendentes não serão recusados automaticamente." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -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/payments/class-wc-woomercadopago-payment-abstract.php:988, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988 +msgid "Discount in Mercado Pago Checkouts" +msgstr "Desconto nos checkouts Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" -msgstr "Configurar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991 +msgid "" +"Choose a percentage value that you want to discount your customers for " +"paying with Mercado Pago." +msgstr "" +"Selecione um valor percentual que quiser descontar para seus clientes por " +"pagar com Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" -msgstr "Continuar" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 +msgid "Activate and show this information on Mercado Pago Checkout" +msgstr "Ativar e mostrar essa informação no checkout Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" -msgstr "4. Teste sua loja antes de vender" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 +msgid "Commission in Mercado Pago Checkouts" +msgstr "Comissão nos checkouts Mercado Pago" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 msgid "" -"Test the experience in Test Mode and then enable the Sale Mode (Production) " -"to sell." +"Choose an additional percentage value that you want to charge as commission " +"to your customers for paying with Mercado Pago." msgstr "" -"Teste a experiência no Modo Teste. Depois ative o Modo Vendas (Produção) " -"para fazer vendas." +"Selecione um valor percentual adicional que quiser cobrar como tarifa dos " +"seus clientes por pagar com Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293 -msgid "Choose how you want to operate your store:" -msgstr "Escolha como você quer operar sua loja:" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 +msgid "Convert Currency" +msgstr "Converter moeda" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" -msgstr "Modo Teste" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 +msgid "Currency convertion is enabled." +msgstr "Conversão de moeda está ativa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " -msgstr "Checkouts Mercado Pago inativos para cobranças reais. " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 +msgid "Currency convertion is disabled." +msgstr "Conversão de moeda está inativa." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." -msgstr "Regras do modo teste." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165, +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" -msgstr "Modo Vendas (Produção)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" +msgstr "Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." -msgstr "Checkouts Mercado Pago ativos para cobranças reais." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "" +"By disabling it, you will disable all Pix payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente " +"Mercado Pago." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" -msgstr "Meios de pagamento Mercado Pago em Modo Produção" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." +msgstr "O checkout transparente para pagamentos com Pix está ativo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." -msgstr "Clientes podem fazer compras reais na sua loja." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." +msgstr "O checkout transparente para pagamentos com Pix está inativo." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" -msgstr "Meios de pagamento Mercado Pago em Modo Teste" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " -msgstr "Visite sua loja " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." +msgstr "Baixe o app do Mercado Pago no seu celular." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" -msgstr "para testar compras" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " +msgstr "Acesse a área " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" -msgstr "Salvar mudanças" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " +msgstr "e escolha a seção " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" -msgstr "Loja em Modo Teste" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " +msgstr "Seu Perfil " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" -msgstr "Loja em Modo Vendas (Produção)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." +msgstr "Suas chaves Pix." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" -msgstr "Access token inválido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "" +"Choose which data to register as Pix keys. After registering, you can set up " +"Pix in your checkout." +msgstr "" +"Escolha quais dados cadastrar como chaves Pix. Após fazer esse cadastro, " +"você poderá configurar o Pix no seu checkout." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" -msgstr "Access token válido" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "" +"Remember that, for the time being, the Central Bank of Brazil is open Monday " +"through Friday, from 9am to 6pm." +msgstr "" +"Lembre-se de que, por enquanto, o Banco Central do Brasil funciona de " +"segunda a sexta-feira, das 9h às 18h." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" -msgstr "Public key inválida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "" +"If you requested your registration outside these hours, we will confirm it " +"within the next business day." +msgstr "" +"Se você solicitou seu cadastro fora desse horário, vamos confirmar no " +"próximo dia útil." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" -msgstr "Public key válida" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" +msgstr "Saber mais sobre o Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" -msgstr "As credenciais devem ser válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "" +"If you have already registered a Pix key at Mercado Pago and cannot activate " +"Pix in the checkout, " +msgstr "" +"Caso já tenha cadastrado uma chave PIX no Mercado Pago e não consiga ativar " +"o PIX no checkout, " -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" -msgstr "As credenciais foram atualizadas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." +msgstr "clique aqui." -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" -msgstr "Atualização falhou, credenciais inválidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" +msgstr "Checkout Transparente | Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" -msgstr "As informações sobre a loja são válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago. " +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" -msgstr "Meios de pagamento Mercado Pago em Modo Teste" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" +msgstr "Configurações avançadas da experiência de pagamento via Pix" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" -msgstr "Meios de pagamento Mercado Pago em Modo Produção" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" +msgstr "15 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" -msgstr "Ativado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" +msgstr "30 minutos (recomendado)" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" -msgstr "Inativo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" +msgstr "60 minutos" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" -msgstr "Credenciais válidas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" +msgstr "12 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" -msgstr "As credenciais não puderam ser validadas" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" +msgstr "24 horas" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" -msgstr "Os campos de negócio são válidos" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" +msgstr "2 dias" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" -msgstr "Os campos de negócio não puderam ser validados" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" +msgstr "3 dias" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" -msgstr "Pelo menos um meio de pagamento está ativado" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" +msgstr "4 dias" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" -msgstr "Nenhum meio de pagamento ativo" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" +msgstr "5 dias" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -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-pix-gateway.php:306, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" +msgstr "6 dias" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." -msgstr "Serviço de envio usado pela loja." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" +msgstr "7 dias" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" -msgstr "Desconto dado pela loja" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" +msgstr "Vencimento para pagamentos com Pix" -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" -msgstr "Resposta do cache" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +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/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" -msgstr "Demorou %1$s segundos para transferir uma requisição para %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" +msgstr "Quer saber como funciona o PIX?" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." -msgstr "Pagamento aprovado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "" +"We have created a page to explain how this new payment method works and its " +"advantages." +msgstr "" +"Criamos uma página para te explicar o funcionamento e as vantagens dessa " +"nova forma de pagamento." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." -msgstr "Esperando o pagamento via Pix." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" +msgstr "Quer saber como funciona o Pix?" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." -msgstr "Esperando o pagamento." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +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/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." -msgstr "O cliente ainda não realizou o pagamento." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" +msgstr "Saber mais sobre o Pix" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." -msgstr "O pagamento está em revisão." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +msgid "A problem occurred when processing your payment. Please try again." +msgstr "" +"Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." -msgstr "O pagamento foi recusado. O cliente pode tentar novamente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +msgid "" +"A problem occurred when processing your payment. Are you sure you have " +"correctly filled in all the information on the checkout form?" +msgstr "" +"Um problema ocorreu ao processar seu pagamento. Você tem certeza que " +"preencheu corretamente todos os campos do formulário do checkout?" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." -msgstr "O pagamento foi estornado ao cliente." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." +msgstr "Cliente ainda não pagou." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." -msgstr "O pagamento foi cancelado." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +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/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 msgid "" -"The payment is in mediation or the purchase was unknown by the customer." +"Scan the QR code below or copy and paste the code into your bank's " +"application." msgstr "" -"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente." +"Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu " +"banco." -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 msgid "" -"Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +"Please note that to receive payments via Pix at our checkout, you must have " +"a Pix key registered in your Mercado Pago account." msgstr "" -"Mercado Pago: O pagamento %1$s foi notificado pelo Mercado Pago com status " -"%2$s." +"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/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" -msgstr "Nenhum parâmetro de ID ou TOPIC na Request IPN" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." +msgstr "Cadastre sua chave PIX no Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" -msgstr "Tipo do tópico IPN inválido, precisa conter merchant_order" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " +msgstr "Código válido por " -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" -msgstr "IPN merchant_order não encontrado" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" +msgstr "Boleto e lotérica" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" -msgstr "Não foram encontrados pagamentos na Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 +msgid "" +"By disabling it, you will disable all invoice payments from Mercado Pago " +"Transparent Checkout." +msgstr "" +"Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout " +"Transparente Mercado Pago." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" -msgstr "E-mail do comprador" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." +msgstr "O checkout transparente para boletos está ativo." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" -msgstr "Tipo de meio de pagamento" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." +msgstr "O checkout transparente para boletos está inativo." -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" -msgstr "Meio de pagamento" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" +msgstr "Checkout Transparente | Boleto ou lotérica" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 msgid "" -"Please enter your email address at the billing address to use this service" +"With the Transparent Checkout, you can sell inside your store environment, " +"without redirection and all the safety from Mercado Pago." msgstr "" -"Por favor, digite seu e-mail no endereço de faturamento para usar este " -"serviço" +"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-basic-gateway.php:29 -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-ticket-gateway.php:241, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +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-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" -msgstr "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" +msgstr "Reduzir inventário" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" -msgstr "Mercado Pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 +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 "" +"Ative a redução de inventário durante a criação de um pedido, seja o " +"pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando " +"os pagamentos estiverem aprovados." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:154 -msgid "Maximum number of installments" -msgstr "Máximo de parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." +msgstr "Reduzir inventário está ativo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:156 -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-ticket-gateway.php:260, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." +msgstr "Reduzir inventário está inativo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" -msgstr "1 parcela" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" +msgstr "Vencimento do pagamento" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:160 -msgid "2 installments" -msgstr "2 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +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-basic-gateway.php:161 -msgid "3 installments" -msgstr "3 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" +msgstr "Habilite os meios de pagamento disponíveis" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:162 -msgid "4 installments" -msgstr "4 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +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-basic-gateway.php:163 -msgid "5 installments" -msgstr "5 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" +msgstr "Todos os meios de pagamento" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" -msgstr "6 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +msgid "" +"There was a problem processing your payment. Are you sure you have correctly " +"filled out all the information on the payment form?" +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-basic-gateway.php:165 -msgid "10 installments" -msgstr "10 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" +msgstr "Número de documento inválido" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" -msgstr "12 parcelas" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" +msgstr "Para reimprimir o boleto clique" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" +msgstr "aqui" + +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +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:68 +msgid "Payment made" +msgstr "Pagamento realizado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" -msgstr "15 parcelas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +msgid "Payment made by the buyer and already credited in the account." +msgstr "Pagamento realizado pelo comprador e já creditado na conta." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:168 -msgid "18 installments" -msgstr "18 parcelas" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" +msgstr "Chamado resolvido" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" -msgstr "24 parcelas" +#: ../../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:173 +msgid "Please contact Mercado Pago for further details." +msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" -msgstr "Ativar o checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" +msgstr "Pagamento devolvido" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 msgid "" -"By disabling it, you will disable all payments from Mercado Pago Checkout at " -"Mercado Pago website by redirect." +"Your refund request has been made. Please contact Mercado Pago for further " +"details." msgstr "" -"Ao desativar, você desabilita todos os meios de pagamentos para o checkout " -"com redirecionamento no site do Mercado Pago." +"Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado " +"Pago para consultar mais detalhes." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." -msgstr "O checkout está ativo." +#: ../../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:84 +msgid "Payment returned" +msgstr "Pagamento devolvido" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." -msgstr "O checkout está inativo." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." +msgstr "O pagamento já foi devolvido ao cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "" -"With Checkout Pro you sell with all the safety inside Mercado Pago " -"environment." -msgstr "" -"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado " -"Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." +msgstr "O pagamento já foi devolvido parcialmente ao cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" -msgstr "Configuração Avançada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" +msgstr "Pagamento cancelado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" -msgstr "Experiência de pagamento" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." +msgstr "O pagamento foi cancelado com sucesso." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "" -"Define what payment experience your customers will have, whether inside or " -"outside your store." -msgstr "" -"Defina qual experiência de pagamento seus clientes terão se dentro ou fora " -"da sua loja." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" +msgstr "Compra cancelada" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" -msgstr "Redireciona" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." +msgstr "O pagamento foi cancelado pelo cliente." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" -msgstr "Modal" +#: ../../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:262 +msgid "Pending payment" +msgstr "Pagamento pendente" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." -msgstr "Esta parece ser uma URL inválida." +#: ../../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 +msgid "Awaiting payment from the buyer." +msgstr "Aguardando pagamento do comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 msgid "" -"Choose the URL that we will show your customers when they finish their " -"purchase." +"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 "" -"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra." +"Estamos verificando o pagamento. Em até 6 horas, vamos te avisar por e-mail " +"se está tudo certo para que você possa entregar o produto ou oferecer o " +"serviço." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" -msgstr "URL de sucesso" +#: ../../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:280 +msgid "Declined payment" +msgstr "Pagamento recusado" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 +#: ../../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:211 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." +"The card-issuing bank declined the payment. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Selecione a URL que mostraremos aos seus clientes quando recusarmos a " -"compra. Certifique-se de incluir uma mensagem adequada à situação e dê " -"informações úteis para que eles possam solucionar a questão." +"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/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" -msgstr "URL de pagamento recusado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." +msgstr "Pagamento autorizado. Aguardando captura." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 msgid "" -"Choose the URL that we will show to your customers when they have a payment " -"pending approval." +"The payment has been authorized on the client's card. Please capture the " +"payment." 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:363 -msgid "Payment URL pending" -msgstr "URL de pagamento pendente" +"O pagamento já foi autorizado no cartão do cliente. Faça a captura do " +"pagamento." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." -msgstr "Habilite os meios de pagamento disponíveis para os seus clientes." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" +msgstr "Pagamento em processamento" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" -msgstr "Escolha os meios de pagamento aceitos na loja" +#: ../../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:145 +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/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" -msgstr "Cartões de crédito" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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 "" +"O banco está verificando o pagamento. Vamos te avisar por e-mail assim que " +"recebermos a confirmação para que você possa entregar o produto ou oferecer " +"o serviço." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" -msgstr "Cartões de débito" +#: ../../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:141 +msgid "Awaiting payment information validation." +msgstr "Aguardando validação das informações de pagamento." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" -msgstr "Outros meios" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." +msgstr "Aguardando o comprador." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" -msgstr "Voltar à loja" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." +msgstr "Aguardando o emissor do cartão." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 msgid "" -"Do you want your customer to automatically return to the store after payment?" +"The payment could not be processed. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"Deseja que seu cliente retorne automaticamente à loja após o pagamento?" +"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/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." -msgstr "O comprador será redirecionado automaticamente à loja." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" +msgstr "O Mercado Pago não processou o pagamento" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." -msgstr "O comprador não será redirecionado automaticamente à loja." +#: ../../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:266 +msgid "Expired payment deadline" +msgstr "Prazo expirado para pagamento" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" -msgstr "Checkout Pro em Modo Teste" +#: ../../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:267 +msgid "The client did not pay within the time limit." +msgstr "O cliente não pagou dentro do limite de tempo." -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" -msgstr "Utilize meios do Mercado Pago sem cobranças reais. Consulte as" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" -msgstr "regras do modo teste" - -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" -msgstr "desconto de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "" +"The CVV is invalid. Please ask your client to review the details or use " +"another card." +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/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" -msgstr "taxa de" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "" +"The card is expired. Please ask your client to use another card or to " +"contact the bank." +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/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" -msgstr "Checkout Transparente, no ambiente da sua loja" +#: ../../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:243 +msgid "" +"This payment was declined because it did not pass Mercado Pago security " +"controls. Please ask your client to use another card." +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/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" -msgstr "Débito e crédito" +#: ../../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:235 +msgid "" +"The buyer is suspended in our platform. Your client must contact us to check " +"what happened." +msgstr "" +"O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em " +"contato conosco para saber o que aconteceu." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" -msgstr "Mercado Pago - Checkout personalizado" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:149 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 msgid "" -"By disabling it, you will disable all credit cards payments from Mercado " -"Pago Transparent Checkout." +"The card does not have sufficient balance. Please ask your client to use " +"another card or to get in touch with the bank." msgstr "" -"Ao desativar, você desabilita todos os meios de pagamento de cartão de " -"crédito no Checkout Transparente Mercado Pago." +"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/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." -msgstr "O checkout transparente para cartões de crédito está ativado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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 "" -"O checkout transparente para cartões de crédito está desativado." +"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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " -msgstr "Checkout Transparente | Cartão de Crédito " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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 "" +"O banco emissor do cartão não autorizou o pagamento. Diga para seu cliente " +"entrar em contato com o banco para pedir que o pagamento seja autorizado ou " +"peça que use outro cartão." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:174 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and with the security from Mercado Pago." +"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 "" -"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " -"loja, sem redirecionamento, com toda a segurança do Mercado Pago." +"Nós do Mercado Pago detectamos que este pagamento já foi feito " +"anteriormente. Se esse não for o caso, seu cliente pode tentar pagar " +"novamente." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" -msgstr "Configuração Avançada" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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 "" +"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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" -msgstr "Compras com cartões salvos ou saldo no Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +msgid "" +"The amount exceeded the card limit. Please ask your client to use another " +"card or to get in touch with the bank." +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:259 +msgid "" +"Please ask your client to use another card or to get in touch with the card " +"issuer." +msgstr "" +"Peça para seu cliente usar outro cartão ou entrar em contato com o emissor " +"do cartão." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:207 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 msgid "" -"Feature for those who have a saved card or money in Mercado Pago to buy " -"without having to fill in details." +"The amount exceeded the card's limit. Please ask your client to use another " +"card or to get in touch with the bank." msgstr "" -"Funcionalidade para quem tem cartão salvo ou saldo no Mercado Pago comprar " -"sem precisar preencher dados." +"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/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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 "" -"A funcionalidade para pagamentos com cartões salvos está ativa." +"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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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 "" -"A funcionalidade para pagamentos com cartões salvos está inativa." - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" -msgstr "Abaixo, como é a funcionalidade no checkout da loja:" - -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" -msgstr "Pronto, aceitamos seu pagamento!" +"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/payments/class-wc-woomercadopago-custom-gateway.php:264 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 msgid "" -"We are processing your payment. In less than an hour we will send you the " -"result by email." +"The card-issuing bank declined the payment. Please instruct your client to " +"ask the bank to authorize it." msgstr "" -"Estamos processando seu pagamento. Em menos de uma hora você será notificado " -"por email." +"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/payments/class-wc-woomercadopago-custom-gateway.php:266 +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 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." +"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 "" -"Estamos processando seu pagamento. Em menos de 2 dias úteis você será " -"notificado por email se o pagamento foi aprovado ou se são necessárias " -"informações adicionais." +"O cliente não tem saldo em conta suficiente para realizar a compra. Peça " +"para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de " +"pagamento." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." -msgstr "Verifique o número do cartão." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" +msgstr "Houve um erro" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." -msgstr "Verifique a data de expiração." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." +msgstr "Não foi possível completar a transação." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." -msgstr "Verifique as informações preenchidas." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" +msgstr "Status de pagamento no Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." -msgstr "Verifique o código de segurança informado." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" +msgstr "Ver detalhes da compra no Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." -msgstr "Não foi possível processar seu pagamento." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." +msgstr "Consulte os motivos de recusa da sua compra." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." -msgstr "Você deve autorizar o pagamento dos seus pedidos." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" +msgstr "Veja WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "" -"Contact your card issuer to activate it. The phone is on the back of your " -"card." -msgstr "" -"Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do " -"seu cartão." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" +msgstr "Instalar WooCommerce" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -msgid "" -"You have already made a payment of this amount. If you have to pay again, " -"use another card or other method of payment." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" +msgstr "Ativar WooCommerce" + +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +msgid "do you have a minute to share your experience with our plugin?" msgstr "" -"Você já realizou o pagamento para esse valor. Se precisa pagar novamente, " -"use outro cartão ou outro método de pagamento." +"você tem um minuto para compartilhar sua experiência com o nosso plugin?" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 msgid "" -"Your payment was declined. Please select another payment method. It is " -"recommended in cash." +"Your opinion is very important so that we can offer you the best possible " +"payment solution and continue to improve." msgstr "" -"Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se " -"dinheiro." +"Sua opinião é muito importante para poder te oferecer a melhor solução de " +"pagamentos possível e continuar melhorando." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." -msgstr "Seu pagamento não possui saldo suficiente." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" +msgstr "Avaliar o plugin" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." -msgstr "Seu pagamento não pode processar o parcelamento selecionado." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." +msgstr "Cliente com Mercado Pago agora pode pagar com cartões salvos." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 msgid "" -"You have reached the limit of allowed attempts. Choose another card or other " -"payment method." +"The function Saved card payments is enabled. With this setting, customers " +"using Mercado Pago can purchase without having to fill in payment details. " +"You can control this option in the settings." msgstr "" -"Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou " -"outro método de pagamento." +"Está habilitada a configuração Pagamento com cartão salvo no Mercado Pago. " +"Com ela, clientes que usam Mercado Pago podem comprar sem precisar preencher " +"dados de pagamento. Você pode controlar esta opção nas configurações." -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" -msgstr "Cartões em Modo Teste" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" +msgstr "Ir para configurações" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" -msgstr "Utilize os cartões específicos para teste que estão nas" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, +#: ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" +msgstr "Descartar" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" -msgstr "regras do modo teste" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" +msgstr "Configurações do Mercado Pago" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " +msgstr "Aceite " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" -msgstr "Ver o resumo do pedido" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " +msgstr "pagamentos no ato " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." -msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" +msgstr "com" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" -msgstr "Clique para tentar novamente" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " +msgstr "toda a " -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "" -"A problem was occurred when processing your payment. Are you sure you have " -"correctly filled all information in the checkout form?" -msgstr "" -"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " -"corretamente todas as informações no formulário de checkout?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " +msgstr "segurança " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." -msgstr "" -"Complete suas credenciais para habilitar os meios de pagamento Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" +msgstr "do Mercado Pago" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" -msgstr "Título no checkout da loja" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" +msgstr "Requisitos técnicos" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" -msgstr "Altere o texto que aparece no Checkout, máximo de caracteres: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" +msgstr "SSL" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" +msgstr "Extensões GD" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" -msgstr "Descrição" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" +msgstr "Curl" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 msgid "" -"Important! Do not forget to add the credentials and details of your store." -msgstr "Importante! Não esqueça de inserir as credenciais e dados da loja." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +"Implementation responsible for transmitting data to Mercado Pago in a secure " +"and encrypted way." msgstr "" -"Antes de configurar pagamentos, faça o passo a passo para começar a vender." - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" -msgstr "Ir ao passo a passo" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" -msgstr "Configurações gerais do plugin do Mercado Pago" +"Implementção responsável pela transmissão de dados para o Mercado Pago de " +"maneira segura e criptografada." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 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:770 -msgid "Go to Settings" -msgstr "Ir para Configurações" - -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" -msgstr "Ative suas credenciais para conseguir vender" +"These extensions are responsible for the implementation and operation of Pix " +"in your store." +msgstr "" +"São extensões responsáveis pela implementação e funcionamento do Pix na sua " +"loja." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 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." +"It is an extension responsible for making payments via requests from the " +"plugin to Mercado Pago." msgstr "" -"Credenciais são senhas que você deve integrar para habilitar vendas. Vá " -"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:795 -msgid "Activate credentials" -msgstr "Ativar credenciais" +"É uma extensão responsável pela realização de pagamentos via solicitações do " +"plugin ao Mercado Pago." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" +msgstr "Recebimentos e parcelamento" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" -msgstr "Configuração Básica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " +msgstr "Escolha " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" -msgstr "Cupons de desconto" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " +msgstr "quando quer receber o dinheiro " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " +msgstr "das vendas e se quer oferecer " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." -msgstr "Cupons de desconto estão habilitados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " +msgstr "parcelamento sem juros " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." -msgstr "Cupons de desconto estão desabilitados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." +msgstr "aos clientes." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" -msgstr "Recusa automática de pagamentos sem aprovação instantânea" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" +msgstr "Ajustar prazos e taxas" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "" -"Enable it if you want to automatically decline payments that are not " -"instantly approved by banks or other institutions. " -msgstr "" -"Ative se quiser recusar automaticamente pagamentos que não são aprovados " -"instantaneamente por bancos ou outros adquirentes. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " +msgstr "Dúvidas? " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." -msgstr "Pagamentos pendentes serão recusados automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " +msgstr "Revise o passo a passo de " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." -msgstr "Pagamentos pendentes não serão recusados automaticamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +msgid "how to integrate the Mercado Pago Plugin " +msgstr "como integrar o Plugin do Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" -msgstr "Desconto nos checkouts Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." +msgstr "no nosso site de desenvolvedores." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "" -"Choose a percentage value that you want to discount your customers for " -"paying with Mercado Pago." -msgstr "" -"Selecione um valor percentual que quiser descontar para seus clientes por " -"pagar com Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " +msgstr "1. Integre a loja com o Mercado Pago " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" -msgstr "Ativar e mostrar essa informação no checkout Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " +msgstr "Para habilitar e testar e vendas, você deve copiar e colar suas " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" -msgstr "Comissão nos checkouts Mercado Pago" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." +msgstr "credenciais abaixo." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "" -"Choose an additional percentage value that you want to charge as commission " -"to your customers for paying with Mercado Pago." -msgstr "" -"Selecione um valor percentual adicional que quiser cobrar como tarifa dos " -"seus clientes por pagar com Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" +msgstr "Consultar credenciais" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" -msgstr "Converter moeda" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " +msgstr "Credenciais de teste " -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." -msgstr "Conversão de moeda está ativa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." +msgstr "Habilitam os checkouts Mercado Pago para testes de compras na loja." -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." -msgstr "Conversão de moeda está inativa." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" +msgstr "Public key" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" +msgstr "Access token" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" -msgstr "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" +msgstr "Credenciais de produção" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 -msgid "" -"By disabling it, you will disable all Pix payments from Mercado Pago " -"Transparent Checkout." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -"Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente " -"Mercado Pago." +"Habilitam os checkouts Mercado Pago para receber pagamentos reais na loja." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" +msgstr "Cole aqui sua Public Key" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" +msgstr "Cole aqui seu Access Token" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" +msgstr "Salvar e continuar" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" +msgstr "2. Personalize seu negócio" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " -msgstr "Acesse a área " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +msgid "" +"Fill out the following information to have a better experience and offer " +"more information to your clients" +msgstr "" +"Preencha as informações a seguir para ter uma melhor experiência e oferecer " +"mais informações aos clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " -msgstr "e escolha a seção " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" +msgstr "Informações sobre sua loja" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " -msgstr "Seu Perfil " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +msgid "Name of your store in your client's invoice" +msgstr "Nome da sua loja na fatura dos clientes" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." -msgstr "Suas chaves Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" +msgstr "Ex.: Loja da Maria" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 msgid "" -"Choose which data to register as Pix keys. After registering, you can set up " -"Pix in your checkout." +"If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" -"Escolha quais dados cadastrar como chaves Pix. Após fazer esse cadastro, " -"você poderá configurar o Pix no seu checkout." +"Se o campo estiver vazio, a compra do cliente será identificada como Mercado " +"Pago." -#: 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 "" -"Lembre-se de que, por enquanto, o Banco Central do Brasil funciona de " -"segunda a sexta-feira, das 9h às 18h." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" +msgstr "Identificação em Atividades do Mercado Pago" -#: 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 "" -"Se você solicitou seu cadastro fora desse horário, vamos confirmar no " -"próximo dia útil." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" +msgstr "Ex.: LojaMaria" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +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/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 "" -"Caso já tenha cadastrado uma chave PIX no Mercado Pago e não consiga ativar " -"o PIX no checkout, " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" +msgstr "Categoria da loja" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." -msgstr "clique aqui." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" +msgstr "Selecionar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" -msgstr "Checkout Transparente | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +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:253, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" +msgstr "Opções avançadas de integração (opcional)" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago. " +"For further integration of your store with Mercado Pago (IPN, Certified " +"Partners, Debug Mode)" msgstr "" -"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua " -"loja, sem redirecionamento, com toda a segurança do Mercado Pago. " +"Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros " +"Certificados, Modo Debug)" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" +msgstr "Ver opções avançadas" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" -msgstr "15 minutos" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " +msgstr "URL para IPN " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:294 -msgid "30 minutes (recommended)" -msgstr "30 minutos (recomendado)" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" +msgstr "Ex.: https://examples.com/my-custom-ipn-url" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:295 -msgid "60 minutes" -msgstr "60 minutos" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +msgid "" +"Add the URL to receive payments notifications. Find out more information in " +"the " +msgstr "" +"Insira a URL para receber notificações de pagamento. Confira mais " +"informações nos " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" -msgstr "12 horas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." +msgstr "manuais." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" -msgstr "24 horas" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" +msgstr "integrator_id" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" -msgstr "2 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" +msgstr "Ex.: 14987126498" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" -msgstr "3 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +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 "" +"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/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" -msgstr "4 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " +msgstr "solicite agora. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" -msgstr "5 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" +msgstr "Modo debug e log" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" -msgstr "6 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +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/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" -msgstr "7 dias" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" +msgstr "3. Configure os meios de pagamento" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" -msgstr "Vencimento para pagamentos com Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +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/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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" +msgstr "Configurar" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:324 -msgid "Want to learn how Pix works?" -msgstr "Quer saber como funciona o PIX?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +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:297 +msgid "4. Test your store before you sell" +msgstr "4. Teste sua loja antes de vender" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:325 +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 msgid "" -"We have created a page to explain how this new payment method works and its " -"advantages." +"Test the experience in Test Mode and then enable the Sale Mode (Production) " +"to sell." msgstr "" -"Criamos uma página para te explicar o funcionamento e as vantagens dessa " -"nova forma de pagamento." +"Teste a experiência no Modo Teste. Depois ative o Modo Vendas (Produção) " +"para fazer vendas." -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" +msgstr "Escolha como você quer operar sua loja:" -#: 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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" +msgstr "Modo Teste" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" -msgstr "Saber mais sobre o Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " +msgstr "Checkouts Mercado Pago inativos para cobranças reais. " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." -msgstr "Cliente ainda não pagou." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." +msgstr "Regras do modo teste." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +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:304 +msgid "Mercado Pago Checkouts enabled for real collections." +msgstr "Checkouts Mercado Pago ativos para cobranças reais." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "" -"Scan the QR code below or copy and paste the code into your bank's " -"application." -msgstr "" -"Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu " -"banco." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" +msgstr "Meios de pagamento Mercado Pago em Modo Produção" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "" -"A problem occurred when processing your payment. Are you sure you have " -"correctly filled in all the information on the checkout form?" -msgstr "" -"Um problema ocorreu ao processar seu pagamento. Você tem certeza que " -"preencheu corretamente todos os campos do formulário do checkout?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." +msgstr "Clientes podem fazer compras reais na sua loja." -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -msgid "A problem occurred when processing your payment. Please try again." -msgstr "" -"Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" +msgstr "Meios de pagamento Mercado Pago em Modo Teste" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -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 "" -"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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " +msgstr "Visite sua loja " -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." -msgstr "Cadastre sua chave PIX no Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" +msgstr "para testar compras" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " -msgstr "Código válido por " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" +msgstr "Salvar mudanças" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" -msgstr "Boleto e lotérica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" +msgstr "Loja em Modo Teste" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "" -"By disabling it, you will disable all invoice payments from Mercado Pago " -"Transparent Checkout." -msgstr "" -"Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout " -"Transparente Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" +msgstr "Loja em Modo Vendas (Produção)" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." -msgstr "O checkout transparente para boletos está ativo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" +msgstr "Access token inválido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." -msgstr "O checkout transparente para boletos está inativo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" +msgstr "Access token válido" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" -msgstr "Checkout Transparente | Boleto ou lotérica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" +msgstr "Public key inválida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "" -"With the Transparent Checkout, you can sell inside your store environment, " -"without redirection and all the safety from Mercado Pago." -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" +msgstr "Public key válida" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" +msgstr "As credenciais devem ser válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" -msgstr "Reduzir inventário" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" +msgstr "As credenciais foram atualizadas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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 "" -"Ative a redução de inventário durante a criação de um pedido, seja o " -"pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando " -"os pagamentos estiverem aprovados." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" +msgstr "Atualização falhou, credenciais inválidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." -msgstr "Reduzir inventário está ativo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" +msgstr "As informações sobre a loja são válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." -msgstr "Reduzir inventário está inativo." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" +msgstr "Meios de pagamento Mercado Pago em Modo Teste" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" -msgstr "Vencimento do pagamento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" +msgstr "Meios de pagamento Mercado Pago em Modo Produção" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." -msgstr "Em quantos dias os pagamentos via boleto e em lotéricas vencerão." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547 +msgid "Enabled" +msgstr "Ativado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" -msgstr "Habilite os meios de pagamento disponíveis" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 +msgid "Disabled" +msgstr "Inativo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." -msgstr "Habilite os meios de pagamento disponíveis para seus clientes." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 +msgid "Valid Credentials" +msgstr "Credenciais válidas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" -msgstr "Todos os meios de pagamento" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576 +msgid "Credentials couldn't be validated" +msgstr "As credenciais não puderam ser validadas" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" -msgstr "Meios offline em Modo Teste" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 +msgid "Store business fields are valid" +msgstr "Os campos de negócio são válidos" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "" -"You can test the flow to generate an invoice, but you cannot finalize the " -"payment." -msgstr "" -"É possível testar o fluxo para gerar uma fatura, mas não é possível " -"finalizar o pagamento." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601 +msgid "Store business fields couldn't be validated" +msgstr "Os campos de negócio não puderam ser validados" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "" -"There was a problem processing your payment. Are you sure you have correctly " -"filled out all the information on the payment form?" -msgstr "" -"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu " -"corretamente todas as informações no formulário de pagamento?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623 +msgid "At least one paymet method is enabled" +msgstr "Pelo menos um meio de pagamento está ativado" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" -msgstr "Para reimprimir o boleto clique" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626, +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626 +msgid "No payment method enabled" +msgstr "Nenhum meio de pagamento ativo" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" -msgstr "aqui" +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +msgid "Shipping service used by the store." +msgstr "Serviço de envio usado pela loja." -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " -msgstr " e " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545, +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 +msgid "Discount provided by store" +msgstr "Desconto dado pela loja" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 msgid "Discount for coupon %s" msgstr "Desconto para o cupom %s" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 msgid " and fee of" msgstr " e taxa de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 msgid "" "Public Key production credential is invalid. Review the field to " "receive real payments." @@ -2162,7 +2576,8 @@ msgstr "" "A credencial de produção Public Key é inválida. Revise o campo para " "poder receber pagamentos reais." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 msgid "" "Public Key test credential is invalid. Review the field to perform " "tests in your store." @@ -2170,7 +2585,8 @@ msgstr "" "A credencial de teste Public Key é inválida. Revise o campo para " "poder realizar testes em sua loja." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 msgid "" "Access Token production credential is invalid. Remember that it must " "be complete to receive real payments." @@ -2178,7 +2594,8 @@ msgstr "" "A credencial de produção Access Token é inválida. Revise o campo para " "poder receber pagamentos reais." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 msgid "" "Access Token test credential is invalid. Review the field to perform " "tests in your store." @@ -2186,7 +2603,8 @@ msgstr "" "A credencial de teste Access Token é inválida. Revise o campo para " "poder realizar testes em sua loja." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 msgid "" "Public Key test credential is blank. Review the field to perform " "tests in your store." @@ -2194,7 +2612,8 @@ msgstr "" "A credencial de teste Public Key está em branco. Revise o campo para " "poder realizar testes em sua loja." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 msgid "" "Public Key production credential is blank. Review the field to " "receive real payments." @@ -2202,7 +2621,8 @@ msgstr "" "A credencial de produção Public Key está em branco. Revise o campo " "para poder receber pagamentos reais." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 msgid "" "Access Token test credential is blank. Review the field to perform " "tests in your store." @@ -2210,7 +2630,8 @@ msgstr "" "A credencial de teste Access Token está em branco. Revise o campo " "para poder realizar testes em sua loja." -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 msgid "" "Access Token production credential is blank. Remember that it must be " "complete to receive real payments." @@ -2218,17 +2639,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:83 -#: 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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" -msgstr "Cancelar & Limpar carrinho" - -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 msgid "" "There was an error processing your payment. Please try again or contact us " "for Assistance." @@ -2236,318 +2648,576 @@ 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-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83, +#: ../../templates/checkout/custom-checkout.php:35, +#: ../../templates/checkout/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:41, +#: ../../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:85, +#: ../../templates/receipt/custom-checkout.php:44, +#: ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" +msgstr "Cancelar & Limpar carrinho" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 msgid "Apply" msgstr "Ativar" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Remove" msgstr "Remover" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Please, inform your coupon code" msgstr "Por favor, informe seu cupom de desconto" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "To choose" msgstr "Escolher" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "Other bank" msgstr "Outro banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "You will save" msgstr "Você economizará" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "with discount of" msgstr "com desconto de" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "Total of your purchase:" msgstr "Total da compra:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase with discount:" msgstr "Total da compra com desconto:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "*After payment approval" msgstr "*Após a aprovação do pagamento" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "Terms and conditions of use" msgstr "Termos e condições de uso" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176 +msgid "No fee" +msgstr "Sem juros" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177 +msgid "More options" +msgstr "Mais opções" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167 +msgid "mm/yy" +msgstr "mm/aa" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168, +#: ../../templates/checkout/custom-checkout.php:130, +#: ../../templates/checkout/custom-checkout.php:130 +msgid "Issuer" +msgstr "Banco emissor" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Installments" +msgstr "x" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172 +msgid "on the back" +msgstr "do verso" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173 +msgid "on the front" +msgstr "da frente" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "digits" +msgstr "dígitos" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180 +msgid "Card number is required" +msgstr "Número do cartão é obrigatório" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181 +msgid "Card number invalid" +msgstr "Número do cartão inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184 +msgid "Holder name is required" +msgstr "Nome do titular é obrigatório" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185 +msgid "Holder name invalid" +msgstr "Nome do titular inválido" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190 +msgid "Expiration date invalid" +msgstr "Data de vencimento inválida" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189 +msgid "Expiration date incomplete" +msgstr "Data de vencimento incompleta" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193 +msgid "Security code is required" +msgstr "Código de segurança é obrigatório" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194 +msgid "Security code incomplete" +msgstr "Código de segurança incompleto" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 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/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "Como pagar com Pix:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "Acesse o app ou site do seu banco" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "Busque a opção de pagar com Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "Leia o QR code ou código Pix" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "Pronto! Você verá a confirmação do pagamento" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "Valor a pagar: " -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "Escaneie o QR code:" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "Se preferir, você pode pagar copiando e colando o seguinte código" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "Copiar código" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "Cartões de crédito" +#: ../../includes/module/sdk/lib/class-mp.php:182, +#: ../../includes/module/sdk/lib/class-mp.php:634, +#: ../../includes/module/sdk/lib/class-mp.php:682, +#: ../../includes/module/sdk/lib/class-mp.php:723, +#: ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" +msgstr "Resposta do cache" + +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" +msgstr "Demorou %1$s segundos para transferir uma requisição para %2$s" -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "Em até" +#: ../../templates/checkout/basic-checkout.php:22, +#: ../../templates/checkout/basic-checkout.php:22 +msgid "Checkout Pro in Test Mode" +msgstr "Checkout Pro em Modo Teste" -#: templates/checkout/basic-checkout.php:29 -msgid "installment" -msgstr "x" +#: ../../templates/checkout/basic-checkout.php:23, +#: ../../templates/checkout/basic-checkout.php:23 +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:24, +#: ../../templates/checkout/ticket-checkout.php:25, +#: ../../templates/checkout/ticket-checkout.php:25 +msgid "See the rules for the test mode." +msgstr "Consulte as regras do modo teste." + +#: ../../templates/checkout/basic-checkout.php:32, +#: ../../templates/checkout/basic-checkout.php:32 +msgid "Pay faster with Mercado Pago" +msgstr "Pague mais rápido com Mercado Pago" + +#: ../../templates/checkout/basic-checkout.php:34, +#: ../../templates/checkout/basic-checkout.php:34 +msgid "Secure payment" +msgstr "Pagamento seguro" + +#: ../../templates/checkout/basic-checkout.php:35, +#: ../../templates/checkout/basic-checkout.php:35 +msgid "No need to fill out details" +msgstr "Sem preenchimento de dados" + +#: ../../templates/checkout/basic-checkout.php:36, +#: ../../templates/checkout/basic-checkout.php:36 +msgid "Installments available" +msgstr "Parcelas disponíveis" + +#: ../../templates/checkout/basic-checkout.php:39, +#: ../../templates/checkout/basic-checkout.php:39 +msgid "List style type blue check" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:51, +#: ../../templates/checkout/basic-checkout.php:51 +msgid "" +"By confirming your purchase, you will be redirected to your Mercado Pago " +"account" +msgstr "" +"Quando você confirmar a compra, vamos te redirecionar para sua conta Mercado " +"Pago" + +#: ../../templates/checkout/basic-checkout.php:52, +#: ../../templates/checkout/basic-checkout.php:52 +msgid "Checkout Pro redirect info image" +msgstr "" + +#: ../../templates/checkout/basic-checkout.php:63, +#: ../../templates/checkout/custom-checkout.php:152, +#: ../../templates/checkout/pix-checkout.php:39, +#: ../../templates/checkout/ticket-checkout.php:81, +#: ../../templates/checkout/ticket-checkout.php:81 +msgid "By continuing, you agree with our" +msgstr "Ao continuar, você concorda com nossos" + +#: ../../templates/checkout/basic-checkout.php:64, +#: ../../templates/checkout/custom-checkout.php:153, +#: ../../templates/checkout/pix-checkout.php:40, +#: ../../templates/checkout/ticket-checkout.php:82, +#: ../../templates/checkout/ticket-checkout.php:82 +msgid "Terms and conditions" +msgstr "Termos e condições" + +#: ../../templates/checkout/custom-checkout.php:22, +#: ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" +msgstr "Cartões de crédito em Modo Teste" + +#: ../../templates/checkout/custom-checkout.php:23, +#: ../../templates/checkout/custom-checkout.php:23 +msgid "Use Mercado Pago means without real charges." +msgstr "Utilize meios do Mercado Pago sem cobranças reais." + +#: ../../templates/checkout/custom-checkout.php:24, +#: ../../templates/checkout/custom-checkout.php:24 +msgid "See test mode rules." +msgstr "Consulte as regras do modo teste." + +#: ../../templates/checkout/custom-checkout.php:39, +#: ../../templates/checkout/custom-checkout.php:39 +msgid "Pay faster with your saved cards and without completing data." +msgstr "" +"Pague mais rápido com seus cartões salvos e sem precisar preencher dados." + +#: ../../templates/checkout/custom-checkout.php:54, +#: ../../templates/checkout/custom-checkout.php:54 +msgid "With which card can you pay?" +msgstr "Quais cartões você pode usar?" + +#: ../../templates/checkout/custom-checkout.php:69, +#: ../../templates/checkout/custom-checkout.php:69 +msgid "See current promotions" +msgstr "Promoções vigentes" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" -msgstr "x" +#: ../../templates/checkout/custom-checkout.php:77, +#: ../../templates/checkout/custom-checkout.php:77 +msgid "Fill in your card details" +msgstr "Preencha os dados do seu cartão" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" -msgstr "Cartões de débito" +#: ../../templates/checkout/custom-checkout.php:79, +#: ../../templates/checkout/custom-checkout.php:79 +msgid "Card number" +msgstr "Número do cartão" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" -msgstr "Transferência bancária" +#: ../../templates/checkout/custom-checkout.php:81, +#: ../../templates/checkout/custom-checkout.php:89, +#: ../../templates/checkout/custom-checkout.php:100, +#: ../../templates/checkout/custom-checkout.php:108, +#: ../../templates/checkout/custom-checkout.php:108 +msgid "Required data" +msgstr "Dado obrigatório" + +#: ../../templates/checkout/custom-checkout.php:86, +#: ../../templates/checkout/custom-checkout.php:86 +msgid "Holder name as it appears on the card" +msgstr "Nome do titular como aparece no cartão" + +#: ../../templates/checkout/custom-checkout.php:96, +#: ../../templates/checkout/custom-checkout.php:96 +msgid "Expiration" +msgstr "Vencimento" + +#: ../../templates/checkout/custom-checkout.php:105, +#: ../../templates/checkout/custom-checkout.php:105 +msgid "Security Code" +msgstr "Código de segurança" + +#: ../../templates/checkout/custom-checkout.php:115, +#: ../../templates/checkout/ticket-checkout.php:33, +#: ../../templates/checkout/ticket-checkout.php:46, +#: ../../templates/checkout/ticket-checkout.php:46 +msgid "Holder document" +msgstr "Documento do titular" + +#: ../../templates/checkout/custom-checkout.php:116, +#: ../../templates/checkout/ticket-checkout.php:34, +#: ../../templates/checkout/ticket-checkout.php:47, +#: ../../templates/checkout/ticket-checkout.php:47 +msgid "Invalid document" +msgstr "Número de documento inválido" + +#: ../../templates/checkout/custom-checkout.php:126, +#: ../../templates/checkout/custom-checkout.php:137, +#: ../../templates/checkout/custom-checkout.php:137 +msgid "Select the number of installments" +msgstr "Escolha o número de parcelas" -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" +#: ../../templates/checkout/pix-checkout.php:22, +#: ../../templates/checkout/pix-checkout.php:22 +msgid "Pix in Test Mode" +msgstr "Pix em Modo Teste" + +#: ../../templates/checkout/pix-checkout.php:23, +#: ../../templates/checkout/pix-checkout.php:23 +msgid "" +"You can test the flow to generate a code, but you cannot finalize the " +"payment." msgstr "" -"Você será redirecionado para o site do Mercado Pago para concluir o pagamento" +"É possível testar o fluxo para gerar uma fatura, mas não é possível " +"finalizar o pagamento." -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" -msgstr "Use seu Mercado Pago" +#: ../../templates/checkout/pix-checkout.php:30, +#: ../../templates/checkout/pix-checkout.php:30 +msgid "Pay instantly" +msgstr "Pague de forma segura e instantânea" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." -msgstr "Compre com um cartão salvo sem preencher mais dados." +#: ../../templates/checkout/pix-checkout.php:31, +#: ../../templates/checkout/pix-checkout.php:31 +msgid "" +"By confirming your purchase, we will show you a code to make the payment." +msgstr "" +"Ao confirmar a compra, nós vamos te mostrar o código para fazer o pagamento." -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" -msgstr "Pagar com cartão salvo" +#: ../../templates/checkout/pix-checkout.php:32, +#: ../../templates/checkout/pix-checkout.php:32 +msgid "Pix logo" +msgstr "" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" -msgstr "Com quais cartões posso pagar" +#: ../../templates/checkout/ticket-checkout.php:23, +#: ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" +msgstr "Meios offline em Modo Teste" -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" -msgstr "Promoções vigentes" +#: ../../templates/checkout/ticket-checkout.php:24, +#: ../../templates/checkout/ticket-checkout.php:24 +msgid "" +"You can test the flow to generate an invoice, but you cannot finalize the " +"payment. " +msgstr "" +"É possível testar o fluxo para gerar uma fatura, mas não é possível " +"finalizar o pagamento. " -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" -msgstr "Insira seu cupom de desconto" +#: ../../templates/checkout/ticket-checkout.php:56, +#: ../../templates/checkout/ticket-checkout.php:56 +msgid "Select where you want to pay" +msgstr "Selecione onde você quer pagar" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" -msgstr "Insira seu cupom" +#: ../../templates/checkout/ticket-checkout.php:58, +#: ../../templates/checkout/ticket-checkout.php:58 +msgid "Select a payment method" +msgstr "Selecione uma opção de pagamento" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" -msgstr "O código que digitou não foi encontrado" +#: ../../templates/checkout/ticket-checkout.php:61, +#: ../../templates/checkout/ticket-checkout.php:61 +msgid "more options" +msgstr "mais opções" -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" -msgstr "Informe os dados do seu cartão" +#: ../../templates/order/payment-status-metabox-content.php:20, +#: ../../templates/order/payment-status-metabox-content.php:20 +msgid "" +"This is the payment status of your Mercado Pago Activities. To check the " +"order status, please refer to Order details." +msgstr "" +"Este é o status de pagamento das Atividades do seu Mercado Pago. Para status " +"do pedido, consulte Detalhes do Pedido." -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" -msgstr "Número do cartão" +#: ../../templates/order-received/show-ticket.php:19, +#: ../../templates/order-received/show-ticket.php:19 +msgid "" +"Great, we processed your purchase order. Complete the payment with ticket so " +"that we finish approving it." +msgstr "" +"Ótimo, processamos seu pedido. Complete o pagamento com ticket para que " +"possamos aprovar o pedido." + +#: ../../templates/order-received/show-ticket.php:23, +#: ../../templates/order-received/show-ticket.php:23 +msgid "Print ticket" +msgstr "Imprimir boleto" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" -msgstr "Número de cartão inválido" +#~ msgid "Mandatory data" +#~ msgstr "Campo obrigatório" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" -msgstr "Nome completo do titular do cartão" +#, fuzzy +#~| msgid "Use the test-specific cards that are in the" +#~ msgid "Use the test-specific cards that are in the " +#~ msgstr "Utilize os cartões específicos para teste que estão nas" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" -msgstr "Data de vencimento" +#~ msgid "Until" +#~ msgstr "Em até" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" -msgstr "Data de vencimento inválida" +#~ msgid "installment" +#~ msgstr "x" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" -msgstr "Código de segurança" +#~ msgid "We take you to our site to complete the payment" +#~ msgstr "" +#~ "Você será redirecionado para o site do Mercado Pago para concluir o " +#~ "pagamento" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" -msgstr "Últimos 3 números do verso" +#~ msgid "Use your Mercado Pago" +#~ msgstr "Use seu Mercado Pago" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" -msgstr "Em quantas parcelas você quer pagar" +#~ msgid "Pay with a saved card" +#~ msgstr "Pagar com cartão salvo" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" -msgstr "Banco emissor" +#~ msgid "Enter your discount coupon" +#~ msgstr "Insira seu cupom de desconto" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" -msgstr "Pagamento convertido de" - -#: templates/checkout/custom-checkout.php:169 -msgid "for" -msgstr "para" - -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" -msgstr "Em quantas parcelas você quer pagar" - -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" -msgstr "Informe seu número de documento" - -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" -msgstr "Tipo" - -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" -msgstr "Número de documento" - -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" -msgstr "Apenas números" - -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" -msgstr "Número de documento inválido" +#~ msgid "Enter your coupon" +#~ msgstr "Insira seu cupom" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" -msgstr "Campo obrigatório" +#~ msgid "The code you entered is incorrect" +#~ msgstr "O código que digitou não foi encontrado" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" -msgstr "Pague de forma segura e instantânea!" +#~ msgid "Invalid Card Number" +#~ msgstr "Número de cartão inválido" -#: templates/checkout/pix-checkout.php:29 -msgid "" -"When you finish the order, you will see the code to complete the payment." -msgstr "Ao finalizar o pedido, você verá o código para fazer o pagamento." +#~ msgid "Name and surname of the cardholder" +#~ msgstr "Nome completo do titular do cartão" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" -msgstr "CI" +#~ msgid "Invalid Expiration Date" +#~ msgstr "Data de vencimento inválida" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" -msgstr "Você deve informar seu número de documento" +#~ msgid "Last 3 numbers on the back" +#~ msgstr "Últimos 3 números do verso" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." -msgstr "Preencha todos os campos, eles são obrigatórios." +#~ msgid "In how many installments do you want to pay" +#~ msgstr "Em quantas parcelas você quer pagar" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" -msgstr "Por favor, selecione o meio de pagamento" +#~ msgid "Converted payment of" +#~ msgstr "Pagamento convertido de" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" -msgstr "Lotéricas" +#~ msgid "for" +#~ msgstr "para" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" -msgstr "CPF/CNPJ" +#~ msgid "Enter your document number" +#~ msgstr "Informe seu número de documento" -#: templates/order-received/show-ticket.php:19 -msgid "" -"Great, we processed your purchase order. Complete the payment with ticket so " -"that we finish approving it." -msgstr "" -"Ótimo, processamos seu pedido. Complete o pagamento com ticket para que " -"possamos aprovar o pedido." +#~ msgid "Type" +#~ msgstr "Tipo" -#: templates/order-received/show-ticket.php:23 -msgid "Print ticket" -msgstr "Imprimir boleto" +#~ msgid "Document number" +#~ msgstr "Número de documento" -#: templates/order/payment-status-metabox-content.php:20 -msgid "" -"This is the payment status of your Mercado Pago Activities. To check the " -"order status, please refer to Order details." -msgstr "" -"Este é o status de pagamento das Atividades do seu Mercado Pago. Para status " -"do pedido, consulte Detalhes do Pedido." +#~ msgid "Only numbers" +#~ msgstr "Apenas números" + +#~ msgid "Obligatory field" +#~ msgstr "Campo obrigatório" + +#~ msgid "" +#~ "When you finish the order, you will see the code to complete the payment." +#~ msgstr "Ao finalizar o pedido, você verá o código para fazer o pagamento." + +#~ msgid "CI" +#~ msgstr "CI" + +#~ msgid "You must provide your document number" +#~ msgstr "Você deve informar seu número de documento" + +#~ msgid "Complete all fields, they are mandatory." +#~ msgstr "Preencha todos os campos, eles são obrigatórios." + +#~ msgid "Select the issuer with whom you want to process the payment" +#~ msgstr "Por favor, selecione o meio de pagamento" + +#~ msgid "Lottery" +#~ msgstr "Lotéricas" + +#~ msgid "CPF/CNPJ" +#~ msgstr "CPF/CNPJ" #~ msgid "Enable or inactivate the payments via Pix" #~ msgstr "Ativar ou desativar pagamentos por Pix" @@ -2720,9 +3390,6 @@ msgstr "" #~ msgid "Set up the payment via Pix experience" #~ msgstr "Configure a experiência de pagamentos via PIX" -#~ msgid "Pix Expiration" -#~ msgstr "Vencimento do PIX" - #~ msgid "Checkout of payments with cash %s" #~ msgstr "Checkout de pagamentos via boleto ou em lotérica %s" diff --git a/i18n/languages/woocommerce-mercadopago.pot b/i18n/languages/woocommerce-mercadopago.pot index 3b72a0575..5f9031deb 100644 --- a/i18n/languages/woocommerce-mercadopago.pot +++ b/i18n/languages/woocommerce-mercadopago.pot @@ -1,2143 +1,2021 @@ # Copyright (C) 2022 woocommerce-mercadopago # This file is distributed under the same license as the woocommerce-mercadopago package. -#, fuzzy msgid "" msgstr "" "Project-Id-Version: woocommerce-mercadopago\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: MPB Desenvolvimento \n" -"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Poedit-Basepath: ../..\n" +"Last-Translator: MPB Desenvolvimento \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" -"X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Poedit 3.0.1\n" "X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPathExcluded-0: *.js\n" +"X-Poedit-SourceCharset: UTF-8\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 -msgid "Payment made" +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143, ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143, ../../includes/helpers/class-wc-woomercadopago-helper-links.php:143, ../../includes/module/class-wc-woomercadopago-module.php:345, ../../includes/module/class-wc-woomercadopago-module.php:345, ../../includes/module/class-wc-woomercadopago-module.php:345 +msgid "By continuing, you agree to our " msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 -msgid "Payment made by the buyer and already credited in the account." +#: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145, ../../includes/module/class-wc-woomercadopago-module.php:347, ../../includes/module/class-wc-woomercadopago-module.php:347, ../../includes/module/class-wc-woomercadopago-module.php:347 +msgid "Terms and Conditions" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 -msgid "Call resolved" +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 +msgid "Activate this option so that the value of the currency set in WooCommerce is compatible with the value of the currency you use in Mercado Pago." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 -msgid "Please contact Mercado Pago for further details." +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 +msgid "Now we convert your currency from %1$s to %2$s." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 -msgid "Payment refunded" +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#. translators: 1: local currency 2: currency +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 +msgid "We no longer convert your currency from %1$s to %2$s." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 -msgid "Your refund request has been made. Please contact Mercado Pago for further details." +#: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 +msgid "Attention: The currency settings you have in WooCommerce are not compatible with the currency you use in your Mercado Pago account. Please activate the currency conversion." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 -msgid "Payment returned" +#: ../../includes/module/class-wc-woomercadopago-configs.php:125, ../../includes/module/class-wc-woomercadopago-configs.php:125, ../../includes/module/class-wc-woomercadopago-configs.php:125 +msgid "Update your credentials with the Access Token and Public Key, you need them to continue receiving payments!" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 -msgid "The payment has been returned to the client." +#: ../../includes/module/class-wc-woomercadopago-configs.php:136, ../../includes/module/class-wc-woomercadopago-configs.php:136, ../../includes/module/class-wc-woomercadopago-configs.php:136 +msgid "The store should have HTTPS in order to activate both Checkout Personalizado and Ticket Checkout." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 -msgid "The payment has been partially returned to the client." +#: ../../includes/module/class-wc-woomercadopago-credentials.php:504, ../../includes/module/class-wc-woomercadopago-credentials.php:504, ../../includes/module/class-wc-woomercadopago-credentials.php:504 +msgid "Invalid credentials" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 -msgid "Payment canceled" +#: ../../includes/module/class-wc-woomercadopago-init.php:53, ../../includes/module/class-wc-woomercadopago-init.php:53, ../../includes/module/class-wc-woomercadopago-init.php:53 +msgid "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. Please update your PHP version." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 -msgid "The payment has been successfully canceled." +#: ../../includes/module/class-wc-woomercadopago-init.php:64, ../../includes/module/class-wc-woomercadopago-init.php:64, ../../includes/module/class-wc-woomercadopago-init.php:64 +msgid "Mercado Pago Error: PHP Extension CURL is not installed." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 -msgid "Purchase canceled" +#: ../../includes/module/class-wc-woomercadopago-init.php:75, ../../includes/module/class-wc-woomercadopago-init.php:75, ../../includes/module/class-wc-woomercadopago-init.php:75 +msgid "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD extension is required to send QR Code Pix by email." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 -msgid "The payment has been canceled by the customer." +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#. translators: %s link to WooCommerce +#: ../../includes/module/class-wc-woomercadopago-init.php:89, ../../includes/module/class-wc-woomercadopago-init.php:89, ../../includes/module/class-wc-woomercadopago-init.php:89 +msgid "The Mercado Pago module needs an active version of %s in order to work!" 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 -msgid "Pending payment" +#: ../../includes/module/class-wc-woomercadopago-init.php:102, ../../includes/module/class-wc-woomercadopago-init.php:102, ../../includes/module/class-wc-woomercadopago-init.php:102 +msgid "Cancel order" 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 -msgid "Awaiting payment from the buyer." +#: ../../includes/module/class-wc-woomercadopago-module.php:361, ../../includes/module/class-wc-woomercadopago-module.php:361, ../../includes/module/class-wc-woomercadopago-module.php:361 +msgid "The payment method is not valid or not available." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 -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." +#: ../../includes/module/class-wc-woomercadopago-module.php:364, ../../includes/module/class-wc-woomercadopago-module.php:364, ../../includes/module/class-wc-woomercadopago-module.php:364 +msgid "The transaction amount cannot be processed by Mercado Pago." 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 -msgid "Declined payment" +#: ../../includes/module/class-wc-woomercadopago-module.php:364, ../../includes/module/class-wc-woomercadopago-module.php:364, ../../includes/module/class-wc-woomercadopago-module.php:364 +msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed." 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 -msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/module/class-wc-woomercadopago-module.php:367, ../../includes/module/class-wc-woomercadopago-module.php:367, ../../includes/module/class-wc-woomercadopago-module.php:367 +msgid "The users are not valid." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 -msgid "Payment authorized. Awaiting capture." +#: ../../includes/module/class-wc-woomercadopago-module.php:367, ../../includes/module/class-wc-woomercadopago-module.php:367, ../../includes/module/class-wc-woomercadopago-module.php:367 +msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 -msgid "The payment has been authorized on the client's card. Please capture the payment." +#: ../../includes/module/class-wc-woomercadopago-module.php:370, ../../includes/module/class-wc-woomercadopago-module.php:370, ../../includes/module/class-wc-woomercadopago-module.php:370 +msgid "Unauthorized use of production credentials." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 -msgid "Payment in process" +#: ../../includes/module/class-wc-woomercadopago-module.php:370, ../../includes/module/class-wc-woomercadopago-module.php:370, ../../includes/module/class-wc-woomercadopago-module.php:370 +msgid "Possible causes: Use permission in use for the credential of the seller." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 -msgid "Please wait or contact Mercado Pago for further details" +#: ../../includes/module/class-wc-woomercadopago-module.php:498, ../../includes/module/class-wc-woomercadopago-module.php:498, ../../includes/module/class-wc-woomercadopago-module.php:498 +msgid "Colombia" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 -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." +#: ../../includes/module/class-wc-woomercadopago-module.php:500, ../../includes/module/class-wc-woomercadopago-module.php:500, ../../includes/module/class-wc-woomercadopago-module.php:500 +msgid "Argentina" 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 -msgid "Awaiting payment information validation." +#: ../../includes/module/class-wc-woomercadopago-module.php:502, ../../includes/module/class-wc-woomercadopago-module.php:502, ../../includes/module/class-wc-woomercadopago-module.php:502 +msgid "Brazil" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 -msgid "Waiting for the buyer." +#: ../../includes/module/class-wc-woomercadopago-module.php:504, ../../includes/module/class-wc-woomercadopago-module.php:504, ../../includes/module/class-wc-woomercadopago-module.php:504 +msgid "Chile" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 -msgid "Waiting for the card issuer." +#: ../../includes/module/class-wc-woomercadopago-module.php:506, ../../includes/module/class-wc-woomercadopago-module.php:506, ../../includes/module/class-wc-woomercadopago-module.php:506 +msgid "Mexico" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 -msgid "The payment could not be processed. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/module/class-wc-woomercadopago-module.php:508, ../../includes/module/class-wc-woomercadopago-module.php:508, ../../includes/module/class-wc-woomercadopago-module.php:508 +msgid "Uruguay" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 -msgid "Mercado Pago did not process the payment" +#: ../../includes/module/class-wc-woomercadopago-module.php:510, ../../includes/module/class-wc-woomercadopago-module.php:510, ../../includes/module/class-wc-woomercadopago-module.php:510 +msgid "Venezuela" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 -msgid "Expired payment deadline" +#: ../../includes/module/class-wc-woomercadopago-module.php:512, ../../includes/module/class-wc-woomercadopago-module.php:512, ../../includes/module/class-wc-woomercadopago-module.php:512 +msgid "Peru" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 -msgid "The client did not pay within the time limit." +#: ../../includes/module/class-wc-woomercadopago-module.php:546, ../../includes/module/class-wc-woomercadopago-module.php:546, ../../includes/module/class-wc-woomercadopago-module.php:546 +msgid "Update the WooCommerce order to " msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 -msgid "The CVV is invalid. Please ask your client to review the details or use another card." +#: ../../includes/module/class-wc-woomercadopago-module.php:767, ../../includes/module/class-wc-woomercadopago-module.php:767, ../../includes/module/class-wc-woomercadopago-module.php:767, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550 +msgid "Fill in your credentials to enable payment methods." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 -msgid "The card is expired. Please ask your client to use another card or to contact the bank." +#: ../../includes/module/class-wc-woomercadopago-module.php:783, ../../includes/module/class-wc-woomercadopago-module.php:783, ../../includes/module/class-wc-woomercadopago-module.php:783 +msgid "Set plugin" 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 -msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card." +#: ../../includes/module/class-wc-woomercadopago-module.php:784, ../../includes/module/class-wc-woomercadopago-module.php:784, ../../includes/module/class-wc-woomercadopago-module.php:784, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295 +msgid "Payment methods" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 -msgid "The buyer is suspended in our platform. Your client must contact us to check what happened." +#: ../../includes/module/class-wc-woomercadopago-module.php:785, ../../includes/module/class-wc-woomercadopago-module.php:785, ../../includes/module/class-wc-woomercadopago-module.php:785, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198 +msgid "Plugin manual" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 -msgid "The card does not have enough limit. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/module/class-wc-woomercadopago-module.php:884, ../../includes/module/class-wc-woomercadopago-module.php:884, ../../includes/module/class-wc-woomercadopago-module.php:884 +msgid "By Mercado Pago" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 -msgid "The card does not have sufficient balance. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183 +msgid "Payment approved." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 -msgid "The CVV was entered incorrectly several times. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:246, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:249, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:246, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:249, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:246, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:249 +msgid "Waiting for the Pix payment." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 -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." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:264, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:264, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:264, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:267 +msgid "Waiting for the ticket payment." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 -msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authotize it or to use another card." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:275 +msgid "The customer has not made the payment yet." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 -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." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:294, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:294, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:294 +msgid "Payment is pending review." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 -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." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:311, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:311, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:311 +msgid "Payment was declined. The customer can try again." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 -msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:326, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:326, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:326 +msgid "Payment was returned to the customer." 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 -msgid "Please ask your client to use another card or to get in touch with the card issuer." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:340, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:340, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:340 +msgid "Payment was canceled." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 -msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank." +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:355, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:355, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:355, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:367 +msgid "The payment is in mediation or the purchase was unknown by the customer." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 -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." +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#. translators: 1: payment_id 2: status +#: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:469, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:469, ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:469 +msgid "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 -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." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:36 +msgid "No ID or TOPIC param in Request IPN" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 -msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:41 +msgid "Type of topic IPN invalid, need to be merchant_order" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 -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." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50 +msgid "IPN merchant_order not found" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 -msgid "There was an error" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56 +msgid "Not found Payments into Merchant_Order" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 -msgid "The transaction could not be completed." +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:167, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:136, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:167, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:136, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:167, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:136, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:184, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:162, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:184, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:162, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:184, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:162 +msgid "Buyer email" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 -msgid "Payment status on Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:170, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:139, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:170, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:139, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:170, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:139, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:187, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:165, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:187, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:165, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:187, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:165 +msgid "Payment type" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465 -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 -msgid "View purchase details at Mercado Pago" +#: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173, ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168 +msgid "Payment method" msgstr "" -#: includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 -msgid "Check the reasons why the purchase was declined." +#: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40, ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:40 +msgid "Please enter your email address at the billing address to use this service" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:124 -msgid "Activate WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:29 +msgid "Debit, Credit and invoice in Mercado Pago environment" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:127 -msgid "Install WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:265 +msgid "Checkout Pro" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-notices.php:129 -msgid "See WooCommerce" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:38 +msgid "Mercado Pago - Checkout Pro" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 -msgid "do you have a minute to share your experience with our plugin?" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:40 +msgid "Your saved cards or money in Mercado Pago" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 -msgid "Your opinion is very important so that we can offer you the best possible payment solution and continue to improve." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:156 +msgid "Maximum number of installments" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 -msgid "Rate the plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:158 +msgid "What is the maximum quota with which a customer can buy?" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 -msgid "Mercado Pago customers can now pay with stored cards." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:161 +msgid "1 installment" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 -msgid "The function Saved card payments is enabled. With this setting, customers using Mercado Pago can purchase without having to fill in payment details. You can control this option in the settings." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:162 +msgid "2 installments" msgstr "" -#: includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 -msgid "Go to settings" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:163 +msgid "3 installments" msgstr "" -#: includes/admin/views/html-admin-alert-frame.php:34 -#: includes/admin/views/html-admin-alert-woocommerce-miss.php:30 -msgid "Discard" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:164 +msgid "4 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:144 -#: includes/module/class-wc-woomercadopago-module.php:480 -msgid "By continuing, you agree to our " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:165 +msgid "5 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helper-links.php:146 -#: includes/module/class-wc-woomercadopago-module.php:482 -msgid "Terms and Conditions" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:166 +msgid "6 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:92 -msgid "Activate this option so that the value of the currency set in WooCommerce is compatible with the value of the currency you use in Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:167 +msgid "10 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:478 -#, php-format -msgid "Now we convert your currency from %1$s to %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:168 +msgid "12 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:498 -#, php-format -msgid "We no longer convert your currency from %1$s to %2$s." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:169 +msgid "15 installments" msgstr "" -#: includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:519 -msgid "Attention: The currency settings you have in WooCommerce are not compatible with the currency you use in your Mercado Pago account. Please activate the currency conversion." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:170 +msgid "18 installments" msgstr "" -#: includes/module/class-wc-woomercadopago-configs.php:125 -msgid "Update your credentials with the Access Token and Public Key, you need them to continue receiving payments!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:171 +msgid "24 installments" msgstr "" -#: includes/module/class-wc-woomercadopago-configs.php:136 -msgid "The store should have HTTPS in order to activate both Checkout Personalizado and Ticket Checkout." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:852, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:852, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:852, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 +msgid "Enable the checkout" msgstr "" -#: includes/module/class-wc-woomercadopago-credentials.php:504 -msgid "Invalid credentials" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:245 +msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect." msgstr "" -#: includes/module/class-wc-woomercadopago-init.php:47 -msgid "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. Please update your PHP version." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:857, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:857, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:857 +msgid "The checkout is enabled." msgstr "" -#: includes/module/class-wc-woomercadopago-init.php:58 -msgid "Mercado Pago Error: PHP Extension CURL is not installed." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:858, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:858, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:858 +msgid "The checkout is disabled." msgstr "" -#: includes/module/class-wc-woomercadopago-init.php:69 -msgid "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD extension is required to send QR Code Pix by email." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:269 +msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment." msgstr "" -#: includes/module/class-wc-woomercadopago-init.php:83 -#, php-format -msgid "The Mercado Pago module needs an active version of %s in order to work!" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:286 +msgid "Advanced settings" msgstr "" -#: includes/module/class-wc-woomercadopago-init.php:96 -msgid "Cancel order" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:299 +msgid "Payment experience" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:366 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540 -msgid "Fill in your credentials to enable payment methods." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:301 +msgid "Define what payment experience your customers will have, whether inside or outside your store." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:381 -msgid "Set plugin" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:304 +msgid "Redirect" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:382 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:270 -msgid "Payment methods" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:305 +msgid "Modal" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:383 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 -msgid "Plugin manual" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:321 +msgid "Choose the URL that we will show your customers when they finish their purchase." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:498 -msgid "By Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:319, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:339, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:360 +msgid "This seems to be an invalid URL." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:531 -msgid "The payment method is not valid or not available." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:324 +msgid "Success URL" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:534 -msgid "The transaction amount cannot be processed by Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:341 +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/module/class-wc-woomercadopago-module.php:535 -msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:344 +msgid "Payment URL rejected" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:538 -msgid "The users are not valid." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:362 +msgid "Choose the URL that we will show to your customers when they have a payment pending approval." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:539 -msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:365 +msgid "Payment URL pending" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:542 -msgid "Unauthorized use of production credentials." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:379 +msgid "Enable the payment methods available to your clients." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:543 -msgid "Possible causes: Use permission in use for the credential of the seller." +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:380 +msgid "Choose the payment methods you accept in your store" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:660 -msgid "Colombia" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:384 +msgid "Credit Cards" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:662 -msgid "Argentina" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:388 +msgid "Debit Cards" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:664 -msgid "Brazil" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:392 +msgid "Other Payment Methods" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:666 -msgid "Chile" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:442 +msgid "Return to the store" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:668 -msgid "Mexico" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:443 +msgid "Do you want your customer to automatically return to the store after payment?" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:670 -msgid "Uruguay" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:447 +msgid "The buyer will be automatically redirected to the store." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:672 -msgid "Venezuela" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:448 +msgid "The buyer will not be automatically redirected to the store." msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:674 -msgid "Peru" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511 +msgid "Installments without card" msgstr "" -#: includes/module/class-wc-woomercadopago-module.php:706 -msgid "Update the WooCommerce order to " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354 +msgid "Up to " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:118 -msgid "Mercado Pago Settings" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354 +msgid " installments" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:171 -msgid "Accept " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353 +msgid "Credit cards" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:172 -msgid "payments on the spot " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361 +msgid "Debit cards" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:173 -msgid "with" +#: ../../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:532 +msgid "Bank Transfer" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 -msgid "the " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538 +msgid "Payment by cash" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 -msgid "security " +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 -msgid "from Mercado Pago" +#: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176 +msgid "fee of" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 -msgid "Technical requirements" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:37, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 +msgid "Transparent Checkout in your store environment" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 -msgid "SSL" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:38, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:47 +msgid "Debit and Credit" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 -msgid "GD Extensions" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:46, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:39, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 +msgid "Mercado pago - Customized Checkout" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 -msgid "Curl" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:151 +msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 -msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155 +msgid "Transparent checkout for credit cards is enabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 -msgid "These extensions are responsible for the implementation and operation of Pix in your store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156 +msgid "Transparent checkout for credit cards is disabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 -msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:172 +msgid "Transparent Checkout | Credit card " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 -msgid "Collections and installments" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:176 +msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 -msgid "Choose " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:194 +msgid "Advanced configuration of the personalized payment experience\"" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 -msgid "when you want to receive the money " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:208 +msgid "Purchases with saved cards or money in Mercado Pago" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 -msgid "from your sales and if you want to offer " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:209 +msgid "Feature for those who have a saved card or money in Mercado Pago to buy without having to fill in details." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 -msgid "interest-free installments " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:213 +msgid "The feature for payments with saved cards is active." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 -msgid "to your clients." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:214 +msgid "The feature for payments with saved cards is inactive." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 -msgid "Set deadlines and fees" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:233 +msgid "You can see how the feature is in your store Checkout below:" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 -msgid "Questions? " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:264 +msgid "That’s it, payment accepted!" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 -msgid "Review the step-by-step of " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:266 +msgid "We are processing your payment. In less than an hour we will send you the result by email." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 -msgid "how to integrate the Mercado Pago Plugin " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:268 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 -msgid "on our webiste for developers." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:270 +msgid "Check the card number." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210 -msgid "1. Integrate your store with Mercado Pago " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272 +msgid "Check the expiration date." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211 -msgid "To enable and test sales, you must copy and paste your " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:274 +msgid "Check the information provided." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212 -msgid "credentials below." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:276 +msgid "Check the informed security code." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 -msgid "Check credentials" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:278, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:284 +msgid "Your payment cannot be processed." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 -msgid "Test credentials " +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:280 +msgid "You must authorize payments for your orders." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 -msgid "Enable Mercado Pago checkouts for test purchases in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:282 +msgid "Contact your card issuer to activate it. The phone is on the back of your card." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 -msgid "Public key" -msgstr "" - -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 -msgid "Access Token" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:286 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 -msgid "Production credentials" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:288 +msgid "Your payment was declined. Please select another payment method. It is recommended in cash." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 -msgid "Enable Mercado Pago checkouts to receive real payments in the store." +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:290 +msgid "Your payment does not have sufficient funds." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 -msgid "Paste your Public Key here" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:292 +msgid "Payment cannot process the selected fee." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 -msgid "Paste your Access Token here" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:294 +msgid "You have reached the limit of allowed attempts. Choose another card or other payment method." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 -msgid "Save and continue" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:298, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 +msgid "This payment method cannot process your payment." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237 -msgid "2. Customize your business" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441 +msgid "A problem was occurred when processing your payment. Please, try again." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238 -msgid "Fill out the following information to have a better experience and offer more information to your clients" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511 +msgid "See your order form" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239 -msgid "Your store information" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522 +msgid "Your payment was declined. You can try again." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240 -msgid "Name of your store in your client's invoice" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95 +msgid "Click to try again" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 -msgid "Eg: Mary's store" +#: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552 +msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 -msgid "If this field is empty, the purchase will be identified as Mercado Pago." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:654, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:654, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:654 +msgid "Configure your credentials to enable Mercado Pago payment methods." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 -msgid "Identification in Activities of Mercad Pago" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:710, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:710, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:710 +msgid "Title in the store Checkout" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 -msgid "Eg: Marystore" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:712, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:712, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:712 +msgid "Change the display text in Checkout, maximum characters: 85" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 -msgid "In Activities, you will view this term before the order number" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:714, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:714, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:714 +msgid "The text inserted here will not be translated to other languages" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 -msgid "Store category" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:728, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:728, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:728 +msgid "Description" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 -msgid "Select" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:765, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:765, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:765, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Important! Do not forget to add the credentials and details of your store." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 -msgid "Select ”Other” if you do not find the appropriate category." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:766, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:766, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:766 +msgid "Before setting up payments, follow the step-by-step to start selling." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 -msgid "Advanced integration options (optional)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767 +msgid "Go to step-by-step" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 -msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:777 +msgid "Mercado Pago Plugin general settings" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 -msgid "View advanced options" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:778, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:778, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:778 +msgid "Set the deadlines and fees, test your store or access the Plugin manual." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 -msgid "URL for IPN " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:779, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:779, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:779 +msgid "Go to Settings" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 -msgid "Eg: https://examples.com/my-custom-ipn-url" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:803, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:803, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:803 +msgid "Activate your credentials to be able to sell" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 -msgid "Add the URL to receive payments notifications. Find out more information in the " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:804, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:804, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:804 +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/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 -msgid "guides." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:805 +msgid "Activate credentials" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 -msgid "integrator_id" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:853 +msgid "By disabling it, you will disable all payment methods of this checkout." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 -msgid "Eg: 14987126498" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:949, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:949, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:949 +msgid "Basic Configuration" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 -msgid "If you are a Mercado Pago Certified Partner, make sure to add your integrator_id. If you do not have the code, please " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962 +msgid "Discount coupons" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 -msgid "request it now. " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965 +msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 -msgid "Debug and Log Mode" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:967, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:967, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:967 +msgid "Discount coupons is active." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 -msgid "We record your store's actions in order to provide a better assistance." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:968, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:968, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:968 +msgid "Discount coupons is disabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275 -msgid "3. Set payment methods" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:980, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:980, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:980 +msgid "Automatic decline of payments without instant approval" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276 -msgid "To view more options, please select a payment method below" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:981, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:981, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:981 +msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions. " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277 -msgid "Settings" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:985, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:985, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:985 +msgid "Pending payments will be automatically declined." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278 -msgid "Continue" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:986 +msgid "Pending payments will not be automatically declined." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:291 -msgid "4. Test your store before you sell" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998 +msgid "Discount in Mercado Pago Checkouts" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:292 -msgid "Test the experience in Test Mode and then enable the Sale Mode (Production) to sell." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1001 +msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:293 -msgid "Choose how you want to operate your store:" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1002, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1023 +msgid "Activate and show this information on Mercado Pago Checkout" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:294 -msgid "Test Mode" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019 +msgid "Commission in Mercado Pago Checkouts" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:295 -msgid "Mercado Pago Checkouts disabled for real collections. " +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1022 +msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:296 -msgid "Test Mode rules." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1059, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1059, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1059 +msgid "Convert Currency" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 -msgid "Sale Mode (Production)" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1064 +msgid "Currency convertion is enabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 -msgid "Mercado Pago Checkouts enabled for real collections." +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1065 +msgid "Currency convertion is disabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 -msgid "Mercado Pago payment methods in Production Mode" +#: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1182, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1182, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1182 +msgid "Edit these advanced fields only when you want to modify the preset values." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 -msgid "The clients can make real purchases in your store." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:40 +msgid "Pix" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 -msgid "Mercado Pago payment methods in Test Mode" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:207 +msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 -msgid "Visit your store " +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:211 +msgid "The transparent checkout for Pix payment is enabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 -msgid "to test purchases" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:212 +msgid "The transparent checkout for Pix payment is disabled." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 -msgid "Save changes" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:227 +msgid "To activate Pix, you must have a key registered in Mercado Pago." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 -msgid "Store under test" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:228 +msgid "Download the Mercado Pago app on your cell phone." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 -msgid "Store in sale mode (Production)" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:229 +msgid "Go to the " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341 -msgid "Invalid Access Token" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:230 +msgid "area and choose the " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:343 -msgid "Valid Access Token" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:231 +msgid "Your Profile " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:349 -msgid "Invalid Public Key" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:232 +msgid "Your Pix Keys section." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:351 -msgid "Valid Public Key" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:233 +msgid "Choose which data to register as Pix keys. After registering, you can set up Pix in your checkout." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:354 -msgid "Credentials must be valid" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:234 +msgid "Remember that, for the time being, the Central Bank of Brazil is open Monday through Friday, from 9am to 6pm." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:394 -msgid "Credentials were updated" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:235 +msgid "If you requested your registration outside these hours, we will confirm it within the next business day." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:398 -msgid "Update failed, invalid Credentials" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:236, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:331 +msgid "Learn more about Pix" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:453 -msgid "Store information is valid" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:237 +msgid "If you have already registered a Pix key at Mercado Pago and cannot activate Pix in the checkout, " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:473 -msgid "Mercado Pago's Payment Methods in Test Mode" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:238 +msgid "click here." msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:474 -msgid "Mercado Pago's Payment Methods in Production Mode" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:263 +msgid "Transparent Checkout | Pix" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:519 -msgid "Enabled" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:267 +msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago. " msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:520 -msgid "Disabled" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:284 +msgid "Advanced configuration of the Pix experience" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:545 -msgid "Valid Credentials" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:297 +msgid "15 minutes" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548 -msgid "Credentials couldn't be validated" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:298 +msgid "30 minutes (recommended)" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:570 -msgid "Store business fields are valid" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:299 +msgid "60 minutes" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573 -msgid "Store business fields couldn't be validated" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:300 +msgid "12 hours" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:595 -msgid "At least one paymet method is enabled" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:301 +msgid "24 hours" msgstr "" -#: includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598 -msgid "No payment method enabled" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:302 +msgid "2 days" msgstr "" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:189 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:294 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:296 -msgid "This payment method cannot process your payment." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:303 +msgid "3 days" msgstr "" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 -msgid "Shipping service used by the store." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:304 +msgid "4 days" msgstr "" -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544 -#: includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545 -msgid "Discount provided by store" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:305 +msgid "5 days" msgstr "" -#: includes/module/sdk/lib/class-mp.php:620 -#: includes/module/sdk/lib/class-mp.php:668 -#: includes/module/sdk/lib/class-mp.php:709 -msgid "Response from cache" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:306 +msgid "6 days" msgstr "" -#: includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 -#, php-format -msgid "Took %1$s seconds to transfer a request to %2$s" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:307 +msgid "7 days" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:183 -msgid "Payment approved." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:311 +msgid "Expiration for payments via Pix" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:241 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:244 -msgid "Waiting for the Pix payment." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:313 +msgid "Set the limit in minutes for your clients to pay via Pix." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:259 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:262 -msgid "Waiting for the ticket payment." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:328 +msgid "Want to learn how Pix works?" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:270 -msgid "The customer has not made the payment yet." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:329 +msgid "We have created a page to explain how this new payment method works and its advantages." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:289 -msgid "Payment is pending review." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350 +msgid "Would you like to know how Pix works?" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:306 -msgid "Payment was declined. The customer can try again." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:351 +msgid "We have a dedicated page where we explain how it works and its advantages." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:321 -msgid "Payment was returned to the customer." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:352 +msgid "Find out more about Pix" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:335 -msgid "Payment was canceled." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:547 +msgid "A problem occurred when processing your payment. Please try again." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:350 -#: includes/notification/class-wc-woomercadopago-notification-abstract.php:363 -msgid "The payment is in mediation or the purchase was unknown by the customer." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:533 +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/notification/class-wc-woomercadopago-notification-abstract.php:464 -#, php-format -msgid "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s." +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:455, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:508 +msgid "The customer has not paid yet." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:36 -msgid "No ID or TOPIC param in Request IPN" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:459 +msgid "Now you just need to pay with Pix to finalize your purchase." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:41 -msgid "Type of topic IPN invalid, need to be merchant_order" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:460 +msgid "Scan the QR code below or copy and paste the code into your bank's application." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:50 -msgid "IPN merchant_order not found" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:567 +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/notification/class-wc-woomercadopago-notification-ipn.php:56 -msgid "Not found Payments into Merchant_Order" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:568 +msgid "Register your Pix key at Mercado Pago." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:125 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:154 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:175 -msgid "Buyer email" +#: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150 +msgid "Code valid for " msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:128 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:157 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:178 -msgid "Payment type" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:31, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 +msgid "Invoice" msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:131 -#: includes/notification/class-wc-woomercadopago-notification-ipn.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:160 -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:181 -msgid "Payment method" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:200 +msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout." msgstr "" -#: includes/notification/class-wc-woomercadopago-notification-webhook.php:40 -msgid "Please enter your email address at the billing address to use this service" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:204 +msgid "The transparent checkout for tickets is enabled." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:29 -msgid "Debit, Credit and invoice in Mercado Pago environment" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:205 +msgid "The transparent checkout for tickets is disabled." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:40 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:263 -msgid "Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:220 +msgid "Transparent Checkout | Invoice or Loterica" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:38 -msgid "Mercado pago - Checkout Pro" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224 +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-basic-gateway.php:154 -msgid "Maximum number of installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:241 +msgid "Advanced configuration of the cash payment experience" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:156 -msgid "What is the maximum quota with which a customer can buy?" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:254 +msgid "Reduce inventory" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:159 -msgid "1 installment" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:257 +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-basic-gateway.php:160 -msgid "2 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:259 +msgid "Reduce inventory is enabled." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:161 -msgid "3 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260 +msgid "Reduce inventory is disabled." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:162 -msgid "4 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:272 +msgid "Payment Due" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:163 -msgid "5 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274 +msgid "In how many days will cash payments expire." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:164 -msgid "6 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:294 +msgid "Enable the available payment methods" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:165 -msgid "10 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:296 +msgid "Choose the available payment methods in your store." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:166 -msgid "12 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300 +msgid "All payment methods" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:167 -msgid "15 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:448, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:475 +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-basic-gateway.php:168 -msgid "18 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:441, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 +msgid "Your document data is invalid" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:169 -msgid "24 installments" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:513 +msgid "To print the ticket again click" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:242 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:148 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:842 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:202 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:174 -msgid "Enable the checkout" +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:516 +msgid "here" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:243 -msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect." +#: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:634 +msgid " and " msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:247 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:847 -msgid "The checkout is enabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68 +msgid "Payment made" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:248 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:848 -msgid "The checkout is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69 +msgid "Payment made by the buyer and already credited in the account." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:267 -msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72 +msgid "Call resolved" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:284 -msgid "Advanced settings" +#: ../../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:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173 +msgid "Please contact Mercado Pago for further details." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:297 -msgid "Payment experience" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76 +msgid "Payment refunded" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:299 -msgid "Define what payment experience your customers will have, whether inside or outside your store." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77 +msgid "Your refund request has been made. Please contact Mercado Pago for further details." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:302 -msgid "Redirect" +#: ../../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:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84 +msgid "Payment returned" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:303 -msgid "Modal" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81 +msgid "The payment has been returned to the client." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:317 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:337 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:358 -msgid "This seems to be an invalid URL." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85 +msgid "The payment has been partially returned to the client." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:319 -msgid "Choose the URL that we will show your customers when they finish their purchase." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88 +msgid "Payment canceled" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:322 -msgid "Success URL" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89 +msgid "The payment has been successfully canceled." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:339 -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." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92 +msgid "Purchase canceled" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:342 -msgid "Payment URL rejected" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93 +msgid "The payment has been canceled by the customer." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:360 -msgid "Choose the URL that we will show to your customers when they have a payment pending approval." +#: ../../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: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: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 "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:363 -msgid "Payment URL pending" +#: ../../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: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: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 +msgid "Awaiting payment from the buyer." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:377 -msgid "Enable the payment methods available to your clients." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113 +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/payments/class-wc-woomercadopago-basic-gateway.php:378 -msgid "Choose the payment methods you accept in your store" +#: ../../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: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: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 "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:382 -msgid "Credit Cards" +#: ../../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: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: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 +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/payments/class-wc-woomercadopago-basic-gateway.php:386 -msgid "Debit Cards" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120 +msgid "Payment authorized. Awaiting capture." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:390 -msgid "Other Payment Methods" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121 +msgid "The payment has been authorized on the client's card. Please capture the payment." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:440 -msgid "Return to the store" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124 +msgid "Payment in process" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:441 -msgid "Do you want your customer to automatically return to the store after payment?" +#: ../../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:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145 +msgid "Please wait or contact Mercado Pago for further details" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:445 -msgid "The buyer will be automatically redirected to the store." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129 +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/payments/class-wc-woomercadopago-basic-gateway.php:446 -msgid "The buyer will not be automatically redirected to the store." +#: ../../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: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:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141 +msgid "Awaiting payment information validation." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:492 -msgid "Checkout Pro in Test Mode" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149 +msgid "Waiting for the buyer." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:493 -msgid "Use Mercado Pago's payment methods without real charges. See the" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153 +msgid "Waiting for the card issuer." msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:494 -msgid "rules for the test mode" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157 +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/payments/class-wc-woomercadopago-basic-gateway.php:526 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:539 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:556 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:409 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:422 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:390 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:403 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169 -msgid "discount of" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172 +msgid "Mercado Pago did not process the payment" msgstr "" -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:531 -#: includes/payments/class-wc-woomercadopago-basic-gateway.php:544 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:549 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:561 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:414 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:427 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:395 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:408 -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171 -msgid "fee of" +#: ../../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:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266 +msgid "Expired payment deadline" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:37 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:30 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:30 -msgid "Transparent Checkout in your store environment" +#: ../../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:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267 +msgid "The client did not pay within the time limit." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:38 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:47 -msgid "Debit and Credit" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185 +msgid "The CVV is invalid. Please ask your client to review the details or use another card." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:46 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:39 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:39 -msgid "Mercado pago - Customized Checkout" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189 +msgid "The card is expired. Please ask your client to use another card or to contact the bank." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:149 -msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout." +#: ../../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: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:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243 +msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:153 -msgid "Transparent checkout for credit cards is enabled." +#: ../../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:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235 +msgid "The buyer is suspended in our platform. Your client must contact us to check what happened." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:154 -msgid "Transparent checkout for credit cards is disabled." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206 +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/payments/class-wc-woomercadopago-custom-gateway.php:170 -msgid "Transparent Checkout | Credit card " +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207 +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/payments/class-wc-woomercadopago-custom-gateway.php:174 -msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215 +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/payments/class-wc-woomercadopago-custom-gateway.php:192 -msgid "Advanced configuration of the personalized payment experience\"" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219 +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/payments/class-wc-woomercadopago-custom-gateway.php:206 -msgid "Purchases with saved cards or money in Mercado Pago" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223 +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/payments/class-wc-woomercadopago-custom-gateway.php:207 -msgid "Feature for those who have a saved card or money in Mercado Pago to buy without having to fill in details." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227 +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/payments/class-wc-woomercadopago-custom-gateway.php:211 -msgid "The feature for payments with saved cards is active." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231 +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/payments/class-wc-woomercadopago-custom-gateway.php:212 -msgid "The feature for payments with saved cards is inactive." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247 +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/payments/class-wc-woomercadopago-custom-gateway.php:231 -msgid "You can see how the feature is in your store Checkout below:" +#: ../../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: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:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259 +msgid "Please ask your client to use another card or to get in touch with the card issuer." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:262 -msgid "That’s it, payment accepted!" +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263 +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/payments/class-wc-woomercadopago-custom-gateway.php:264 -msgid "We are processing your payment. In less than an hour we will send you the result by email." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272 +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/payments/class-wc-woomercadopago-custom-gateway.php:266 -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." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273 +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/payments/class-wc-woomercadopago-custom-gateway.php:268 -msgid "Check the card number." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277 +msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:270 -msgid "Check the expiration date." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281 +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/payments/class-wc-woomercadopago-custom-gateway.php:272 -msgid "Check the information provided." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284 +msgid "There was an error" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:274 -#: templates/checkout/custom-checkout.php:142 -#: templates/checkout/custom-checkout.php:143 -msgid "Check the informed security code." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285 +msgid "The transaction could not be completed." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:276 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:282 -msgid "Your payment cannot be processed." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367 +msgid "Payment status on Mercado Pago" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:278 -msgid "You must authorize payments for your orders." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:465, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:476 +msgid "View purchase details at Mercado Pago" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:280 -msgid "Contact your card issuer to activate it. The phone is on the back of your card." +#: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:487 +msgid "Check the reasons why the purchase was declined." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:284 -msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:129 +msgid "See WooCommerce" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:286 -msgid "Your payment was declined. Please select another payment method. It is recommended in cash." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:127 +msgid "Install WooCommerce" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:288 -msgid "Your payment does not have sufficient funds." +#: ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124, ../../includes/admin/notices/class-wc-woomercadopago-notices.php:124 +msgid "Activate WooCommerce" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:290 -msgid "Payment cannot process the selected fee." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:114 +msgid "do you have a minute to share your experience with our plugin?" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:292 -msgid "You have reached the limit of allowed attempts. Choose another card or other payment method." +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:117 +msgid "Your opinion is very important so that we can offer you the best possible payment solution and continue to improve." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:347 -msgid "Cards in Test Mode" +#: ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126, ../../includes/admin/notices/class-wc-woomercadopago-review-notice.php:126 +msgid "Rate the plugin" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:348 -msgid "Use the test-specific cards that are in the" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:130 +msgid "Mercado Pago customers can now pay with stored cards." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:350 -msgid "test mode rules" +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:133 +msgid "The function Saved card payments is enabled. With this setting, customers using Mercado Pago can purchase without having to fill in payment details. You can control this option in the settings." msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:387 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:388 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:412 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:413 -msgid "A problem was occurred when processing your payment. Please, try again." +#: ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142, ../../includes/admin/notices/class-wc-woomercadopago-saved-cards.php:142 +msgid "Go to settings" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:483 -msgid "See your order form" +#: ../../includes/admin/views/html-admin-alert-frame.php:34, ../../includes/admin/views/html-admin-alert-frame.php:34, ../../includes/admin/views/html-admin-alert-frame.php:34, ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30, ../../includes/admin/views/html-admin-alert-woocommerce-miss.php:30 +msgid "Discard" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:495 -msgid "Your payment was declined. You can try again." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121 +msgid "Mercado Pago Settings" msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:501 -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94 -msgid "Click to try again" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174 +msgid "Accept " msgstr "" -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:523 -#: includes/payments/class-wc-woomercadopago-custom-gateway.php:524 -msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175 +msgid "payments on the spot " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:645 -msgid "Configure your credentials to enable Mercado Pago payment methods." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176 +msgid "with" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:701 -msgid "Title in the store Checkout" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177 +msgid "the " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:703 -msgid "Change the display text in Checkout, maximum characters: 85" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178 +msgid "security " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:705 -msgid "The text inserted here will not be translated to other languages" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179 +msgid "from Mercado Pago" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:719 -msgid "Description" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180 +msgid "Technical requirements" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:756 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 -msgid "Important! Do not forget to add the credentials and details of your store." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181 +msgid "SSL" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:757 -msgid "Before setting up payments, follow the step-by-step to start selling." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182 +msgid "GD Extensions" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:758 -msgid "Go to step-by-step" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183 +msgid "Curl" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:768 -msgid "Mercado Pago Plugin general settings" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184 +msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:769 -msgid "Set the deadlines and fees, test your store or access the Plugin manual." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185 +msgid "These extensions are responsible for the implementation and operation of Pix in your store." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:770 -msgid "Go to Settings" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186 +msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:793 -msgid "Activate your credentials to be able to sell" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187 +msgid "Collections and installments" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:794 -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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188 +msgid "Choose " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:795 -msgid "Activate credentials" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189 +msgid "when you want to receive the money " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:843 -msgid "By disabling it, you will disable all payment methods of this checkout." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190 +msgid "from your sales and if you want to offer " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:939 -msgid "Basic Configuration" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191 +msgid "interest-free installments " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:952 -msgid "Discount coupons" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192 +msgid "to your clients." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:955 -msgid "Will you offer discount coupons to customers who buy with Mercado Pago?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193 +msgid "Set deadlines and fees" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:957 -msgid "Discount coupons is active." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194 +msgid "Questions? " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:958 -msgid "Discount coupons is disabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195 +msgid "Review the step-by-step of " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:970 -msgid "Automatic decline of payments without instant approval" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196 +msgid "how to integrate the Mercado Pago Plugin " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:971 -msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197 +msgid "on our webiste for developers." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:975 -msgid "Pending payments will be automatically declined." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213 +msgid "1. Integrate your store with Mercado Pago " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:976 -msgid "Pending payments will not be automatically declined." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214 +msgid "To enable and test sales, you must copy and paste your " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:988 -msgid "Discount in Mercado Pago Checkouts" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215 +msgid "credentials below." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:991 -msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216 +msgid "Check credentials" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:992 -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1013 -msgid "Activate and show this information on Mercado Pago Checkout" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217 +msgid "Test credentials " msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1009 -msgid "Commission in Mercado Pago Checkouts" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218 +msgid "Enable Mercado Pago checkouts for test purchases in the store." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1012 -msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219 +msgid "Public key" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1049 -msgid "Convert Currency" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220 +msgid "Access Token" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1054 -msgid "Currency convertion is enabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221 +msgid "Production credentials" msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1055 -msgid "Currency convertion is disabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222 +msgid "Enable Mercado Pago checkouts to receive real payments in the store." msgstr "" -#: includes/payments/class-wc-woomercadopago-payment-abstract.php:1165 -msgid "Edit these advanced fields only when you want to modify the preset values." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223 +msgid "Paste your Public Key here" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:40 -msgid "Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224 +msgid "Paste your Access Token here" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:203 -msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266 +msgid "Save and continue" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:207 -msgid "The transparent checkout for Pix payment is enabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241 +msgid "2. Customize your business" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:208 -msgid "The transparent checkout for Pix payment is disabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242 +msgid "Fill out the following information to have a better experience and offer more information to your clients" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:223 -msgid "To activate Pix, you must have a key registered in Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243 +msgid "Your store information" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:224 -msgid "Download the Mercado Pago app on your cell phone." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244 +msgid "Name of your store in your client's invoice" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:225 -msgid "Go to the " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245 +msgid "Eg: Mary's store" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:226 -msgid "area and choose the " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246 +msgid "If this field is empty, the purchase will be identified as Mercado Pago." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:227 -msgid "Your Profile " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247 +msgid "Identification in Activities of Mercad Pago" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:228 -msgid "Your Pix Keys section." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248 +msgid "Eg: Marystore" msgstr "" -#: 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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249 +msgid "In Activities, you will view this term before the order number" msgstr "" -#: 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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250 +msgid "Store category" msgstr "" -#: 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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251 +msgid "Select" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:232 -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:327 -msgid "Learn more about Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252 +msgid "Select ”Other” if you do not find the appropriate category." msgstr "" -#: 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, " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253 +msgid "Advanced integration options (optional)" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:234 -msgid "click here." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254 +msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:259 -msgid "Transparent Checkout | Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255 +msgid "View advanced options" msgstr "" -#: 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. " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256 +msgid "URL for IPN " msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:280 -msgid "Advanced configuration of the Pix experience" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257 +msgid "Eg: https://examples.com/my-custom-ipn-url" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:293 -msgid "15 minutes" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258 +msgid "Add the URL to receive payments notifications. Find out more information in the " msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:294 -msgid "30 minutes (recommended)" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259 +msgid "guides." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:295 -msgid "60 minutes" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260 +msgid "integrator_id" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:296 -msgid "12 hours" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261 +msgid "Eg: 14987126498" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:297 -msgid "24 hours" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262 +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/payments/class-wc-woomercadopago-pix-gateway.php:298 -msgid "2 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263 +msgid "request it now. " msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:299 -msgid "3 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264 +msgid "Debug and Log Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:300 -msgid "4 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265 +msgid "We record your store's actions in order to provide a better assistance." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:301 -msgid "5 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280 +msgid "3. Set payment methods" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:302 -msgid "6 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281 +msgid "To view more options, please select a payment method below" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:303 -msgid "7 days" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282 +msgid "Settings" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:307 -msgid "Expiration for payments via Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283 +msgid "Continue" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:309 -msgid "Set the limit in minutes for your clients to pay via Pix." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297 +msgid "4. Test your store before you sell" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:324 -msgid "Want to learn how Pix works?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298 +msgid "Test the experience in Test Mode and then enable the Sale Mode (Production) to sell." msgstr "" -#: 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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299 +msgid "Choose how you want to operate your store:" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:346 -msgid "Would you like to know how Pix works?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300 +msgid "Test Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:347 -msgid "We have a dedicated page where we explain how it works and its advantages." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301 +msgid "Mercado Pago Checkouts disabled for real collections. " msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:348 -msgid "Find out more about Pix" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302 +msgid "Test Mode rules." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:456 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:468 -msgid "The customer has not paid yet." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303 +msgid "Sale Mode (Production)" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:460 -msgid "Now you just need to pay with Pix to finalize your purchase." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304 +msgid "Mercado Pago Checkouts enabled for real collections." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:461 -msgid "Scan the QR code below or copy and paste the code into your bank's application." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305 +msgid "Mercado Pago payment methods in Production Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:477 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:493 -msgid "A problem occurred when processing your payment. Are you sure you have correctly filled in all the information on the checkout form?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306 +msgid "The clients can make real purchases in your store." msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:491 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:507 -msgid "A problem occurred when processing your payment. Please try again." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307 +msgid "Mercado Pago payment methods in Test Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:568 -msgid "Please note that to receive payments via Pix at our checkout, you must have a Pix key registered in your Mercado Pago account." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308 +msgid "Visit your store " msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:569 -msgid "Register your Pix key at Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309 +msgid "to test purchases" msgstr "" -#: includes/payments/class-wc-woomercadopago-pix-gateway.php:623 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:129 -msgid "Code valid for " +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310 +msgid "Save changes" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:31 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:40 -msgid "Invoice" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311 +msgid "Store under test" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:175 -msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312 +msgid "Store in sale mode (Production)" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:179 -msgid "The transparent checkout for tickets is enabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348 +msgid "Invalid Access Token" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:180 -msgid "The transparent checkout for tickets is disabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350 +msgid "Valid Access Token" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:195 -msgid "Transparent Checkout | Invoice or Loterica" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356 +msgid "Invalid Public Key" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:199 -msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358 +msgid "Valid Public Key" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:216 -msgid "Advanced configuration of the cash payment experience" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361 +msgid "Credentials must be valid" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:229 -msgid "Reduce inventory" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401 +msgid "Credentials were updated" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:232 -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." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405 +msgid "Update failed, invalid Credentials" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:234 -msgid "Reduce inventory is enabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460 +msgid "Store information is valid" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:235 -msgid "Reduce inventory is disabled." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481 +msgid "Mercado Pago's Payment Methods in Test Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:247 -msgid "Payment Due" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482 +msgid "Mercado Pago's Payment Methods in Production Mode" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:249 -msgid "In how many days will cash payments expire." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:552, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:552, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:552 +msgid "Enabled" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:269 -msgid "Enable the available payment methods" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:553, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:553, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:553 +msgid "Disabled" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:271 -msgid "Choose the available payment methods in your store." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:578, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:578, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:578 +msgid "Valid Credentials" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:275 -msgid "All payment methods" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:581, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:581, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:581 +msgid "Credentials couldn't be validated" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:330 -msgid "Offline Methods in Test Mode" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:603 +msgid "Store business fields are valid" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:331 -msgid "You can test the flow to generate an invoice, but you cannot finalize the payment." +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:606, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:606, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:606 +msgid "Store business fields couldn't be validated" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:418 -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:436 -msgid "There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:628, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:628, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:628 +msgid "At least one paymet method is enabled" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:473 -msgid "To print the ticket again click" +#: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:631, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:631, ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:631 +msgid "No payment method enabled" msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:476 -msgid "here" +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:362 +msgid "Shipping service used by the store." msgstr "" -#: includes/payments/class-wc-woomercadopago-ticket-gateway.php:594 -msgid " and " +#: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549, ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550 +msgid "Discount provided by store" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125 -#, php-format +#. translators: %s coupon +#. translators: %s coupon +#. translators: %s coupon +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130 msgid "Discount for coupon %s" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172 msgid " and fee of" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514 msgid "Public Key production credential is invalid. Review the field to receive real payments." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523 msgid "Public Key test credential is invalid. Review the field to perform tests in your store." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532 msgid "Access Token production credential is invalid. Remember that it must be complete to receive real payments." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541 msgid "Access Token test credential is invalid. Review the field to perform tests in your store." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559 msgid "Public Key test credential is blank. Review the field to perform tests in your store." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568 msgid "Public Key production credential is blank. Review the field to receive real payments." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577 msgid "Access Token test credential is blank. Review the field to perform tests in your store." msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586 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:83 -#: templates/receipt/custom-checkout.php:41 -msgid "Pay with Mercado Pago" +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.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:85 -#: templates/receipt/custom-checkout.php:44 -msgid "Cancel & Clear Cart" +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84, ../../templates/checkout/custom-checkout.php:31, ../../templates/checkout/custom-checkout.php:40, ../../templates/checkout/custom-checkout.php:31, ../../templates/checkout/custom-checkout.php:40, ../../templates/checkout/custom-checkout.php:31, ../../templates/checkout/custom-checkout.php:40, ../../templates/receipt/custom-checkout.php:41, ../../templates/receipt/custom-checkout.php:41, ../../templates/receipt/custom-checkout.php:41 +msgid "Pay with Mercado Pago" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91 -msgid "There was an error processing your payment. Please try again or contact us for Assistance." +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86, ../../templates/receipt/custom-checkout.php:44, ../../templates/receipt/custom-checkout.php:44, ../../templates/receipt/custom-checkout.php:44 +msgid "Cancel & Clear Cart" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:83 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:64 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:73 -#: templates/checkout/custom-checkout.php:92 -#: templates/checkout/ticket-checkout.php:34 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 msgid "Apply" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:84 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:65 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:74 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84 msgid "Remove" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:85 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:66 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:75 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85 msgid "Please, inform your coupon code" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:86 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:67 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:76 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86 msgid "To choose" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:87 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:68 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:77 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87 msgid "Other bank" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:88 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:69 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:78 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88 msgid "You will save" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:89 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:70 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:79 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89 msgid "with discount of" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:90 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:71 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:80 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90 msgid "Total of your purchase:" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:91 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:72 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:81 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91 msgid "Total of your purchase with discount:" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:92 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:73 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92 msgid "*After payment approval" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:93 -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:74 -#: includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93, ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93 msgid "Terms and conditions of use" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:120 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161 +msgid "No fee" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162 +msgid "More options" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152 +msgid "mm/yy" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153, ../../templates/checkout/custom-checkout.php:114, ../../templates/checkout/custom-checkout.php:114, ../../templates/checkout/custom-checkout.php:114 +msgid "Issuer" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154 +msgid "Installments" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157 +msgid "on the back" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158 +msgid "on the front" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160 +msgid "digits" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165 +msgid "Card number is required" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166 +msgid "Card number invalid" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169 +msgid "Holder name is required" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170 +msgid "Holder name invalid" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175 +msgid "Expiration date invalid" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174 +msgid "Expiration date incomplete" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178 +msgid "Security code is required" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179, ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179 +msgid "Security code incomplete" +msgstr "" + +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:141 msgid "Now you just need to pay with Pix to finalize your purchase" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:121 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:142 msgid "How to pay with Pix:" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:122 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:143 msgid "Go to your bank's app or website" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:123 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:144 msgid "Search for the option to pay with Pix" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:124 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:145 msgid "Scan the QR code or Pix code" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:125 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:146 msgid "Done! You will see the payment confirmation" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:126 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:147 msgid "Value: " msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:128 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:149 msgid "Scan the QR code:" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:131 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:152 msgid "If you prefer, you can pay by copying and pasting the following code" msgstr "" -#: includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:133 +#: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154, ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:154 msgid "Copy code" msgstr "" -#: templates/checkout/basic-checkout.php:26 -#: templates/checkout/custom-checkout.php:64 -msgid "Credit cards" -msgstr "" - -#: templates/checkout/basic-checkout.php:27 -msgid "Until" -msgstr "" - -#: templates/checkout/basic-checkout.php:29 -msgid "installment" +#: ../../includes/module/sdk/lib/class-mp.php:182, ../../includes/module/sdk/lib/class-mp.php:634, ../../includes/module/sdk/lib/class-mp.php:682, ../../includes/module/sdk/lib/class-mp.php:723, ../../includes/module/sdk/lib/class-mp.php:182, ../../includes/module/sdk/lib/class-mp.php:634, ../../includes/module/sdk/lib/class-mp.php:682, ../../includes/module/sdk/lib/class-mp.php:723, ../../includes/module/sdk/lib/class-mp.php:182, ../../includes/module/sdk/lib/class-mp.php:634, ../../includes/module/sdk/lib/class-mp.php:682, ../../includes/module/sdk/lib/class-mp.php:723 +msgid "Response from cache" msgstr "" -#: templates/checkout/basic-checkout.php:31 -msgid "installments" +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#. translators: 1: total_time currency 2: url +#: ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179, ../../includes/module/sdk/lib/rest-client/class-mp-rest-client-abstract.php:179 +msgid "Took %1$s seconds to transfer a request to %2$s" msgstr "" -#: templates/checkout/basic-checkout.php:46 -#: templates/checkout/custom-checkout.php:71 -msgid "Debit card" +#: ../../templates/checkout/basic-checkout.php:24, ../../templates/checkout/basic-checkout.php:24, ../../templates/checkout/basic-checkout.php:24 +msgid "Checkout Pro in Test Mode" msgstr "" -#: templates/checkout/basic-checkout.php:60 -msgid "Payments in cash" +#: ../../templates/checkout/basic-checkout.php:25, ../../templates/checkout/basic-checkout.php:25, ../../templates/checkout/basic-checkout.php:25 +msgid "Use Mercado Pago's payment methods without real charges. " msgstr "" -#: templates/checkout/basic-checkout.php:75 -msgid "We take you to our site to complete the payment" +#: ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/basic-checkout.php:26, ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23 +msgid "See the rules for the test mode." msgstr "" -#: templates/checkout/custom-checkout.php:33 -msgid "Use your Mercado Pago" +#: ../../templates/checkout/basic-checkout.php:34, ../../templates/checkout/basic-checkout.php:34, ../../templates/checkout/basic-checkout.php:34 +msgid "Pay faster with Mercado Pago" msgstr "" -#: templates/checkout/custom-checkout.php:36 -msgid "Buy with a stored card without filling in more data." +#: ../../templates/checkout/basic-checkout.php:36, ../../templates/checkout/basic-checkout.php:36, ../../templates/checkout/basic-checkout.php:36 +msgid "Secure payment" msgstr "" -#: templates/checkout/custom-checkout.php:41 -msgid "Pay with a saved card" +#: ../../templates/checkout/basic-checkout.php:37, ../../templates/checkout/basic-checkout.php:37, ../../templates/checkout/basic-checkout.php:37 +msgid "No need to fill out details" msgstr "" -#: templates/checkout/custom-checkout.php:49 -msgid "With what cards can I pay" +#: ../../templates/checkout/basic-checkout.php:38, ../../templates/checkout/basic-checkout.php:38, ../../templates/checkout/basic-checkout.php:38 +msgid "Installments available" msgstr "" -#: templates/checkout/custom-checkout.php:54 -msgid "See current promotions" +#: ../../templates/checkout/basic-checkout.php:41, ../../templates/checkout/basic-checkout.php:41, ../../templates/checkout/basic-checkout.php:41 +msgid "List style type blue check" msgstr "" -#: templates/checkout/custom-checkout.php:84 -#: templates/checkout/ticket-checkout.php:27 -msgid "Enter your discount coupon" +#: ../../templates/checkout/basic-checkout.php:53, ../../templates/checkout/basic-checkout.php:53, ../../templates/checkout/basic-checkout.php:53 +msgid "By confirming your purchase, you will be redirected to your Mercado Pago account" msgstr "" -#: templates/checkout/custom-checkout.php:88 -#: templates/checkout/ticket-checkout.php:31 -msgid "Enter your coupon" +#: ../../templates/checkout/basic-checkout.php:54, ../../templates/checkout/basic-checkout.php:54, ../../templates/checkout/basic-checkout.php:54 +msgid "Checkout Pro redirect info image" msgstr "" -#: templates/checkout/custom-checkout.php:95 -#: templates/checkout/ticket-checkout.php:38 -msgid "The code you entered is incorrect" +#: ../../templates/checkout/basic-checkout.php:63, ../../templates/checkout/basic-checkout.php:63, ../../templates/checkout/basic-checkout.php:63, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:60 +msgid "By continuing, you agree with our" msgstr "" -#: templates/checkout/custom-checkout.php:104 -msgid "Enter your card details" +#: ../../templates/checkout/basic-checkout.php:64, ../../templates/checkout/basic-checkout.php:64, ../../templates/checkout/basic-checkout.php:64, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/custom-checkout.php:134, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/pix-checkout.php:31, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:60 +msgid "Terms and conditions" msgstr "" -#: templates/checkout/custom-checkout.php:110 -#: templates/checkout/custom-checkout.php:113 -msgid "Card number" +#: ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22 +msgid "Checkout Custom in Test Mode" msgstr "" -#: templates/checkout/custom-checkout.php:114 -#: templates/checkout/custom-checkout.php:123 -#: templates/checkout/custom-checkout.php:124 -msgid "Invalid Card Number" +#: ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22 +msgid "Use Mercado Pago means without real charges." msgstr "" -#: templates/checkout/custom-checkout.php:120 -msgid "Name and surname of the cardholder" +#: ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22, ../../templates/checkout/custom-checkout.php:22 +msgid "See test mode rules." msgstr "" -#: templates/checkout/custom-checkout.php:131 -msgid "Expiration date" +#: ../../templates/checkout/custom-checkout.php:35, ../../templates/checkout/custom-checkout.php:35, ../../templates/checkout/custom-checkout.php:35 +msgid "Pay faster with your saved cards and without completing data." msgstr "" -#: templates/checkout/custom-checkout.php:135 -msgid "Invalid Expiration Date" +#: ../../templates/checkout/custom-checkout.php:50, ../../templates/checkout/custom-checkout.php:50, ../../templates/checkout/custom-checkout.php:50 +msgid "With which card can you pay?" msgstr "" -#: templates/checkout/custom-checkout.php:139 -msgid "Security code" +#: ../../templates/checkout/custom-checkout.php:62, ../../templates/checkout/custom-checkout.php:62, ../../templates/checkout/custom-checkout.php:62 +msgid "See current promotions" msgstr "" -#: templates/checkout/custom-checkout.php:141 -msgid "Last 3 numbers on the back" +#: ../../templates/checkout/custom-checkout.php:70, ../../templates/checkout/custom-checkout.php:70, ../../templates/checkout/custom-checkout.php:70 +msgid "Fill in your card details" msgstr "" -#: templates/checkout/custom-checkout.php:150 -msgid "In how many installments do you want to pay" +#: ../../templates/checkout/custom-checkout.php:72, ../../templates/checkout/custom-checkout.php:72, ../../templates/checkout/custom-checkout.php:72 +msgid "Card number" msgstr "" -#: templates/checkout/custom-checkout.php:156 -msgid "Issuer" +#: ../../templates/checkout/custom-checkout.php:74, ../../templates/checkout/custom-checkout.php:81, ../../templates/checkout/custom-checkout.php:90, ../../templates/checkout/custom-checkout.php:98, ../../templates/checkout/custom-checkout.php:74, ../../templates/checkout/custom-checkout.php:81, ../../templates/checkout/custom-checkout.php:90, ../../templates/checkout/custom-checkout.php:98, ../../templates/checkout/custom-checkout.php:74, ../../templates/checkout/custom-checkout.php:81, ../../templates/checkout/custom-checkout.php:90, ../../templates/checkout/custom-checkout.php:98 +msgid "Required data" msgstr "" -#: templates/checkout/custom-checkout.php:168 -msgid "Converted payment of" +#: ../../templates/checkout/custom-checkout.php:79, ../../templates/checkout/custom-checkout.php:79, ../../templates/checkout/custom-checkout.php:79 +msgid "Holder name as it appears on the card" msgstr "" -#: templates/checkout/custom-checkout.php:169 -msgid "for" +#: ../../templates/checkout/custom-checkout.php:87, ../../templates/checkout/custom-checkout.php:87, ../../templates/checkout/custom-checkout.php:87 +msgid "Expiration" msgstr "" -#: templates/checkout/custom-checkout.php:177 -msgid "Select the number of installment" +#: ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95 +msgid "Security Code" msgstr "" -#: templates/checkout/custom-checkout.php:196 -#: templates/checkout/ticket-checkout.php:51 -msgid "Enter your document number" +#: ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35 +msgid "Holder document" msgstr "" -#: templates/checkout/custom-checkout.php:202 -#: templates/checkout/ticket-checkout.php:53 -msgid "Type" +#: ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/custom-checkout.php:104, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35, ../../templates/checkout/ticket-checkout.php:29, ../../templates/checkout/ticket-checkout.php:35 +msgid "Invalid document" msgstr "" -#: templates/checkout/custom-checkout.php:209 -#: templates/checkout/ticket-checkout.php:59 -msgid "Document number" +#: ../../templates/checkout/custom-checkout.php:110, ../../templates/checkout/custom-checkout.php:122, ../../templates/checkout/custom-checkout.php:110, ../../templates/checkout/custom-checkout.php:122, ../../templates/checkout/custom-checkout.php:110, ../../templates/checkout/custom-checkout.php:122 +msgid "Select the number of installments" msgstr "" -#: templates/checkout/custom-checkout.php:211 -msgid "Only numbers" +#: ../../templates/checkout/pix-checkout.php:22, ../../templates/checkout/pix-checkout.php:22, ../../templates/checkout/pix-checkout.php:22 +msgid "Pix in Test Mode" msgstr "" -#: templates/checkout/custom-checkout.php:212 -#: templates/checkout/custom-checkout.php:213 -#: templates/checkout/ticket-checkout.php:62 -#: templates/checkout/ticket-checkout.php:125 -msgid "Invalid Document Number" +#: ../../templates/checkout/pix-checkout.php:22, ../../templates/checkout/pix-checkout.php:22, ../../templates/checkout/pix-checkout.php:22 +msgid "You can test the flow to generate a code, but you cannot finalize the payment." msgstr "" -#: templates/checkout/custom-checkout.php:223 -msgid "Obligatory field" +#: ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27 +msgid "Pay instantly" msgstr "" -#: templates/checkout/pix-checkout.php:27 -msgid "Pay securely and instantly!" +#: ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27 +msgid "By confirming your purchase, we will show you a code to make the payment." msgstr "" -#: templates/checkout/pix-checkout.php:29 -msgid "When you finish the order, you will see the code to complete the payment." +#: ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27, ../../templates/checkout/pix-checkout.php:27 +msgid "Pix logo" msgstr "" -#: templates/checkout/ticket-checkout.php:55 -msgid "CI" +#: ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23 +msgid "Offline Methods in Test Mode" msgstr "" -#: templates/checkout/ticket-checkout.php:61 -#: templates/checkout/ticket-checkout.php:124 -msgid "You must provide your document number" +#: ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23, ../../templates/checkout/ticket-checkout.php:23 +msgid "You can test the flow to generate an invoice, but you cannot finalize the payment. " msgstr "" -#: templates/checkout/ticket-checkout.php:68 -msgid "Complete all fields, they are mandatory." +#: ../../templates/checkout/ticket-checkout.php:39, ../../templates/checkout/ticket-checkout.php:39, ../../templates/checkout/ticket-checkout.php:39 +msgid "Select where you want to pay" msgstr "" -#: templates/checkout/ticket-checkout.php:77 -msgid "Select the issuer with whom you want to process the payment" +#: ../../templates/checkout/ticket-checkout.php:41, ../../templates/checkout/ticket-checkout.php:41, ../../templates/checkout/ticket-checkout.php:41 +msgid "more options" msgstr "" -#: templates/checkout/ticket-checkout.php:109 -msgid "Lottery" +#: ../../templates/checkout/ticket-checkout.php:43, ../../templates/checkout/ticket-checkout.php:43, ../../templates/checkout/ticket-checkout.php:43 +msgid "Select a payment method" msgstr "" -#: templates/checkout/ticket-checkout.php:122 -msgid "CPF/CNPJ" +#: ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20 +msgid "This is the payment status of your Mercado Pago Activities. To check the order status, please refer to Order details." msgstr "" -#: templates/order-received/show-ticket.php:19 +#: ../../templates/order-received/show-ticket.php:19, ../../templates/order-received/show-ticket.php:19, ../../templates/order-received/show-ticket.php:19 msgid "Great, we processed your purchase order. Complete the payment with ticket so that we finish approving it." msgstr "" -#: templates/order-received/show-ticket.php:23 +#: ../../templates/order-received/show-ticket.php:23, ../../templates/order-received/show-ticket.php:23, ../../templates/order-received/show-ticket.php:23 msgid "Print ticket" msgstr "" - -#: templates/order/payment-status-metabox-content.php:20 -msgid "This is the payment status of your Mercado Pago Activities. To check the order status, please refer to Order details." -msgstr "" diff --git a/includes/helpers/class-wc-woomercadopago-helper-current-url.php b/includes/helpers/class-wc-woomercadopago-helper-current-url.php index de37793f9..37e5c1d0a 100644 --- a/includes/helpers/class-wc-woomercadopago-helper-current-url.php +++ b/includes/helpers/class-wc-woomercadopago-helper-current-url.php @@ -21,17 +21,21 @@ class WC_WooMercadoPago_Helper_Current_Url { public static function get_current_page() { // @codingStandardsIgnoreLine $current_page = isset( $_GET['page'] ) ? sanitize_text_field( $_GET['page'] ) : ''; - return $current_page; } public static function get_current_section() { // @codingStandardsIgnoreLine $current_section = isset( $_GET['section'] ) ? sanitize_text_field( $_GET['section'] ) : ''; - return $current_section; } + public static function get_current_url() { + // @codingStandardsIgnoreLine + $current_url = isset( $_SERVER['REQUEST_URI'] ) ? sanitize_text_field( $_SERVER['REQUEST_URI'] ) : ''; + return $current_url; + } + public static function validate_page( $expected_page, $current_page = null, $allow_partial_match = false ) { if ( ! $current_page ) { $current_page = self::get_current_page(); @@ -48,6 +52,14 @@ public static function validate_section( $expected_section, $current_section = n return self::compare_strings( $expected_section, $current_section, $allow_partial_match ); } + public static function validate_url( $expected_url, $current_url = null, $allow_partial_match = true ) { + if ( ! $current_url ) { + $current_url = self::get_current_url(); + } + + return self::compare_strings( $expected_url, $current_url, $allow_partial_match ); + } + public static function compare_strings( $expected, $current, $allow_partial_match ) { if ( $allow_partial_match ) { return strpos($current, $expected) !== false; diff --git a/includes/module/class-wc-woomercadopago-configs.php b/includes/module/class-wc-woomercadopago-configs.php index f93ba5648..edcdee04e 100755 --- a/includes/module/class-wc-woomercadopago-configs.php +++ b/includes/module/class-wc-woomercadopago-configs.php @@ -225,6 +225,7 @@ public static function get_country_configs() { 'currency' => 'COP', 'zip_code' => '110111', 'currency_symbol' => '$', + 'intl' => 'es-CO', ), 'mla' => array( 'site_id' => 'mla', @@ -234,6 +235,7 @@ public static function get_country_configs() { 'currency' => 'ARS', 'zip_code' => '3039', 'currency_symbol' => '$', + 'intl' => 'es-AR', ), 'mlb' => array( 'site_id' => 'mlb', @@ -243,6 +245,7 @@ public static function get_country_configs() { 'currency' => 'BRL', 'zip_code' => '01310924', 'currency_symbol' => 'R$', + 'intl' => 'pt-BR', ), 'mlc' => array( 'site_id' => 'mlc', @@ -252,6 +255,7 @@ public static function get_country_configs() { 'currency' => 'CLP', 'zip_code' => '7591538', 'currency_symbol' => '$', + 'intl' => 'es-CL', ), 'mlm' => array( 'site_id' => 'mlm', @@ -261,6 +265,7 @@ public static function get_country_configs() { 'currency' => 'MXN', 'zip_code' => '11250', 'currency_symbol' => '$', + 'intl' => 'es-MX', ), 'mlu' => array( 'site_id' => 'mlu', @@ -270,6 +275,7 @@ public static function get_country_configs() { 'currency' => 'UYU', 'zip_code' => '11800', 'currency_symbol' => '$', + 'intl' => 'es-UY', ), 'mlv' => array( 'site_id' => 'mlv', @@ -279,6 +285,7 @@ public static function get_country_configs() { 'currency' => 'VEF', 'zip_code' => '1160', 'currency_symbol' => '$', + 'intl' => 'es-VE', ), 'mpe' => array( 'site_id' => 'mpe', @@ -288,6 +295,7 @@ public static function get_country_configs() { 'currency' => 'PEN', 'zip_code' => '15074', 'currency_symbol' => '$', + 'intl' => 'es-PE', ), ); } diff --git a/includes/module/class-wc-woomercadopago-module.php b/includes/module/class-wc-woomercadopago-module.php index c0d35c437..2243fb4a3 100755 --- a/includes/module/class-wc-woomercadopago-module.php +++ b/includes/module/class-wc-woomercadopago-module.php @@ -654,7 +654,13 @@ public function load_global_css() { * @return void */ public function load_admin_scripts() { - if ( is_admin() ) { + if ( + is_admin() && ( + WC_WooMercadoPago_Helper_Current_Url::validate_url( 'plugins' ) || + WC_WooMercadoPago_Helper_Current_Url::validate_page( 'mercadopago-settings' ) || + WC_WooMercadoPago_Helper_Current_Url::validate_section( 'woo-mercado-pago' ) + ) + ) { global $woocommerce; $suffix = $this->get_suffix(); diff --git a/includes/module/config/class-wc-woomercadopago-constants.php b/includes/module/config/class-wc-woomercadopago-constants.php index 41504feb8..606de8190 100644 --- a/includes/module/config/class-wc-woomercadopago-constants.php +++ b/includes/module/config/class-wc-woomercadopago-constants.php @@ -21,7 +21,7 @@ class WC_WooMercadoPago_Constants { const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG'; const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0'; const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0'; - const VERSION = '5.8.0'; + const VERSION = '6.0.0'; const MIN_PHP = 5.6; const API_MP_BASE_URL = 'https://api.mercadopago.com'; const DATE_EXPIRATION = 3; diff --git a/includes/module/preference/class-wc-woomercadopago-preference-abstract.php b/includes/module/preference/class-wc-woomercadopago-preference-abstract.php index 98239135f..f3049ac23 100755 --- a/includes/module/preference/class-wc-woomercadopago-preference-abstract.php +++ b/includes/module/preference/class-wc-woomercadopago-preference-abstract.php @@ -521,7 +521,12 @@ public function get_external_reference( $payment = null ) { * @return array */ public function get_preference() { - $this->log->write_log( 'Created preference: ', 'Preference: ' . wp_json_encode( $this->preference, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); + $preference_log = $this->preference; + + if ( isset($preference_log['token']) ) { + unset($preference_log['token']); + } + $this->log->write_log( 'Created preference: ', 'Preference: ' . wp_json_encode( $preference_log, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); return $this->preference; } diff --git a/includes/payments/class-wc-woomercadopago-basic-gateway.php b/includes/payments/class-wc-woomercadopago-basic-gateway.php index 25079048c..d82fe2838 100755 --- a/includes/payments/class-wc-woomercadopago-basic-gateway.php +++ b/includes/payments/class-wc-woomercadopago-basic-gateway.php @@ -35,9 +35,9 @@ public function __construct() { } $this->form_fields = array(); - $this->method_title = __( 'Mercado pago - Checkout Pro', 'woocommerce-mercadopago' ); - $this->method = $this->get_option( 'method', 'redirect' ); - $this->title = $this->get_option( 'title', __( 'Checkout Pro', 'woocommerce-mercadopago' ) ); + $this->method_title = __( 'Mercado Pago - Checkout Pro', 'woocommerce-mercadopago' ); + $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->auto_return = $this->get_option( 'auto_return', 'yes' ); $this->success_url = $this->get_option( 'success_url', '' ); @@ -48,11 +48,13 @@ public function __construct() { $this->clientid_old_version = $this->get_client_id(); $this->field_forms_order = $this->get_fields_sequence(); $this->ex_payments = $this->get_ex_payments(); + parent::__construct(); $this->form_fields = $this->get_form_mp_fields(); $this->hook = new WC_WooMercadoPago_Hook_Basic( $this ); $this->notification = new WC_WooMercadoPago_Notification_IPN( $this ); $this->currency_convertion = true; + $this->icon = $this->get_checkout_icon(); } /** @@ -456,52 +458,97 @@ public function payment_fields() { // add css. wp_enqueue_style( - 'woocommerce-mercadopago-basic-checkout-styles', - plugins_url( '../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), + 'woocommerce-mercadopago-narciso-styles', + plugins_url( '../assets/css/mp-plugins-components.css', plugin_dir_path( __FILE__ ) ), array(), WC_WooMercadoPago_Constants::VERSION ); // validate active payments methods. - $debito = 0; - $credito = 0; - $efectivo = 0; - $method = $this->get_option( 'method', 'redirect' ); - $tarjetas = get_option( '_checkout_payments_methods', '' ); - $installments = $this->get_option( 'installments' ); - $cho_tarjetas = array(); - - foreach ( $tarjetas as $tarjeta ) { - if ( 'yes' === $this->get_option( $tarjeta['config'], '' ) ) { - $cho_tarjetas[] = $tarjeta; - if ( 'credit_card' === $tarjeta['type'] ) { - ++$credito; - } elseif ( 'debit_card' === $tarjeta['type'] || 'prepaid_card' === $tarjeta['type'] ) { - ++$debito; + $credit = []; + $debit = []; + $ticket = []; + $method = $this->get_option_mp( 'method', 'redirect' ); + $payment_methods = get_option( '_checkout_payments_methods', '' ); + $installments = $this->get_option_mp( 'installments' ); + $test_mode_link = $this->get_mp_devsite_link($this->checkout_country); + + 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 { - ++$efectivo; + $ticket[] = [ + 'src' => $payment_method['image'], + 'alt' => $payment_method['id'] + ]; } } } - $test_mode_rules_link = WC_WooMercadoPago_Helper_Links::get_mp_devsite_link($this->checkout_country); - $parameters = array( - 'checkout_alert_test_mode' => $this->is_production_mode() - ? '' - : $this->checkout_alert_test_mode_template( - __( 'Checkout Pro in Test Mode', 'woocommerce-mercadopago' ), - __( "Use Mercado Pago's payment methods without real charges. See the", 'woocommerce-mercadopago' ) - . " " . __( 'rules for the test mode', 'woocommerce-mercadopago' ) . '.

' - ), - 'debito' => $debito, - 'credito' => $credito, - 'efectivo' => $efectivo, - 'tarjetas' => $cho_tarjetas, - 'method' => $method, - 'installments' => $installments, - 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, - 'cho_image' => plugins_url( '../assets/images/redirect_checkout.png', plugin_dir_path( __FILE__ ) ), - ); + $cho_pro_display_payments = []; + + $payments_response = $this->get_payment_response(); + 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 + ]); + } + + 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, + ]); + }; + + $parameters = [ + '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), + ]; $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() ); @@ -599,4 +646,53 @@ public function create_preference( $order ) { 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__ ) ) ); + } + + /** + * + * Get Payment Response function + * + * @param array $payments_response Payment Method Response. + * @return bool + */ + 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; + } + } + } + return false; + } + /** + * + * Get Payment Response function + * + * @return mixed + */ + public function get_payment_response() { + $access_token = $this->mp->get_access_token(); + $site = strtoupper($this->mp_options->get_site_id()); + if ( ! empty( $access_token ) ) { + $payments = $this->mp->get( '/sites/' . $site . '/payment_methods', array( 'Authorization' => 'Bearer ' . $access_token ) ); + if ( isset( $payments['response'] ) ) { + return $payments['response']; + } + } + return null; + } } diff --git a/includes/payments/class-wc-woomercadopago-custom-gateway.php b/includes/payments/class-wc-woomercadopago-custom-gateway.php index 709d0b6fb..ac0bfe27e 100755 --- a/includes/payments/class-wc-woomercadopago-custom-gateway.php +++ b/includes/payments/class-wc-woomercadopago-custom-gateway.php @@ -49,11 +49,13 @@ public function __construct() { $this->coupon_mode = $this->get_option( 'coupon_mode', 'no' ); $this->wallet_button = $this->get_option( 'wallet_button', 'yes' ); $this->field_forms_order = $this->get_fields_sequence(); + parent::__construct(); $this->form_fields = $this->get_form_mp_fields(); $this->hook = new WC_WooMercadoPago_Hook_Custom( $this ); $this->notification = new WC_WooMercadoPago_Notification_Webhook( $this ); $this->currency_convertion = true; + $this->icon = $this->get_checkout_icon(); } /** @@ -305,17 +307,22 @@ public function payment_fields() { $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; wp_enqueue_style( - 'woocommerce-mercadopago-basic-checkout-styles', - plugins_url( '../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), + 'woocommerce-mercadopago-narciso-styles', + plugins_url( '../assets/css/mp-plugins-components.css', plugin_dir_path( __FILE__ ) ), array(), WC_WooMercadoPago_Constants::VERSION ); - $amount = $this->get_order_total(); - $discount = $amount * ( $this->gateway_discount / 100 ); - $comission = $amount * ( $this->commission / 100 ); - $amount = $amount - $discount + $comission; - $banner_url = $this->get_option( '_mp_custom_banner' ); + $total = $this->get_order_total(); + $subtotal = (float) WC()->cart->subtotal; + $tax = $total - $subtotal; + $discount = $subtotal * ( $this->gateway_discount / 100 ); + $comission = $subtotal * ( $this->commission / 100 ); + $amount = $subtotal - $discount + $comission; + $amount = $amount + $tax; + + $banner_url = $this->get_option( '_mp_custom_banner' ); + $test_mode_link = $this->get_mp_devsite_link($this->checkout_country); if ( ! isset( $banner_url ) || empty( $banner_url ) ) { $banner_url = $this->site_data['checkout_banner_custom']; } @@ -327,28 +334,44 @@ public function payment_fields() { foreach ( $tarjetas as $tarjeta ) { if ( 'credit_card' === $tarjeta['type'] ) { - $credit_card[] = $tarjeta['image']; + $credit_card[] = array( + 'src' => $tarjeta['image'], + 'alt' => $tarjeta['name'] + ); } elseif ( 'debit_card' === $tarjeta['type'] || 'prepaid_card' === $tarjeta['type'] ) { - $debit_card[] = $tarjeta['image']; + $debit_card[] = array( + 'src' => $tarjeta['image'], + 'alt' => $tarjeta['name'] + ); } } + $payment_methods = array(); + + if ( 0 !== count( $credit_card ) ) { + $payment_methods[] = array( + 'title' => __( 'Credit cards', 'woocommerce-mercadopago' ), + 'label' => __( 'Up to ' , 'woocommerce-mercadopago' ) . 12 . __( ' installments' , 'woocommerce-mercadopago' ), + 'payment_methods' => $credit_card, + ); + } + + if ( 0 !== count( $debit_card ) ) { + $payment_methods[] = array( + 'title' => __( 'Debit cards', 'woocommerce-mercadopago' ), + 'payment_methods' => $debit_card, + ); + } + try { $currency_ratio = WC_WooMercadoPago_Helpers_CurrencyConverter::get_instance()->ratio( $this ); } catch ( Exception $e ) { $currency_ratio = WC_WooMercadoPago_Helpers_CurrencyConverter::DEFAULT_RATIO; } - $test_mode_rules_link = WC_WooMercadoPago_Helper_Links::get_mp_devsite_link($this->checkout_country); - $parameters = array( - 'checkout_alert_test_mode' => $this->is_production_mode() - ? '' - : $this->checkout_alert_test_mode_template( - __( 'Cards in Test Mode', 'woocommerce-mercadopago' ), - __( 'Use the test-specific cards that are in the', 'woocommerce-mercadopago' ) - . " " - . __( 'test mode rules', 'woocommerce-mercadopago' ) . '.

' - ), + $parameters = array( + 'test_mode' => ! $this->is_production_mode(), + 'test_mode_link' => $test_mode_link, 'amount' => $amount, 'site_id' => $this->mp_options->get_site_id(), 'public_key' => $this->get_public_key(), @@ -359,8 +382,7 @@ public function payment_fields() { 'currency_ratio' => $currency_ratio, 'woocommerce_currency' => get_woocommerce_currency(), 'account_currency' => $this->site_data['currency'], - 'debit_card' => $debit_card, - 'credit_card' => $credit_card, + 'payment_methods' => $payment_methods, 'wallet_button' => $this->wallet_button, ); @@ -389,7 +411,13 @@ public function process_payment( $order_id ) { ); } - $this->log->write_log( __FUNCTION__, 'POST Custom: ' . wp_json_encode( $custom_checkout, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); + $custom_checkout_log = $custom_checkout; + + if ( isset($custom_checkout_log['token']) ) { + unset($custom_checkout_log['token']); + } + + $this->log->write_log( __FUNCTION__, 'POST Custom: ' . wp_json_encode( $custom_checkout_log, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ) ); $order = wc_get_order( $order_id ); @@ -534,7 +562,7 @@ protected function process_custom_checkout_flow( $custom_checkout, $order ) { * @param $order */ protected function process_discount_and_commission( $order_id, $order ) { - $amount = $this->get_order_total(); + $amount = (float) WC()->cart->subtotal; 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 ) ); @@ -674,4 +702,18 @@ public function is_available() { 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/card.png', plugin_dir_path( __FILE__ ) ) ); + } } diff --git a/includes/payments/class-wc-woomercadopago-payment-abstract.php b/includes/payments/class-wc-woomercadopago-payment-abstract.php index 0be6b27a8..8e93839bd 100755 --- a/includes/payments/class-wc-woomercadopago-payment-abstract.php +++ b/includes/payments/class-wc-woomercadopago-payment-abstract.php @@ -419,7 +419,6 @@ public function __construct() { $this->commission = $this->get_activable_value('commission', 0); $this->sandbox = $this->is_test_user(); $this->supports = array( 'products', 'refunds' ); - $this->icon = $this->get_mp_icon(); $this->site_data = WC_WooMercadoPago_Module::get_site_data(); $this->log = new WC_WooMercadoPago_Log( $this ); $this->mp = $this->get_mp_instance(); @@ -1151,6 +1150,7 @@ public function disable_all_payments_methods_mp() { foreach ( WC_WooMercadoPago_Constants::PAYMENT_GATEWAYS as $gateway ) { $key = 'woocommerce_' . $gateway::get_id() . '_settings'; $options = get_option( $key ); + if ( ! empty( $options ) ) { if ( isset( $options['checkbox_checkout_test_mode'] ) && 'no' === $options['checkbox_checkout_test_mode'] && ! empty( $this->mp_access_token_prod ) ) { continue; @@ -1204,27 +1204,44 @@ public function is_production_mode() { } /** - * Checkout Alert Test Mode Template + * Get Country Domain By MELI Acronym + * + * @return String + */ + public function get_country_domain_by_meli_acronym( $meliAcronym ) { + $countries = array( + 'mla' => 'ar', + 'mlb' => 'br', + 'mlc' => 'cl', + 'mco' => 'co', + 'mlm' => 'mx', + 'mpe' => 'pe', + 'mlu' => 'uy', + ); + + return $countries[$meliAcronym]; + } + + /** + * Get Mercado Pago Devsite Page Link * - * @param String $alertTitle Title - * @param String $alertDescription Description + * @param String $country Country Acronym * * @return String */ - public function checkout_alert_test_mode_template( $alertTitle, $alertDescription ) { - return "
-
- alert -
-
-

$alertTitle

-

$alertDescription

-
-
"; + public function get_mp_devsite_link( $country ) { + $country_links = [ + 'mla' => 'https://www.mercadopago.com.ar/developers/es/guides/plugins/woocommerce/testing', + 'mlb' => 'https://www.mercadopago.com.br/developers/pt/guides/plugins/woocommerce/testing', + 'mlc' => 'https://www.mercadopago.cl/developers/es/guides/plugins/woocommerce/testing', + 'mco' => 'https://www.mercadopago.com.co/developers/es/guides/plugins/woocommerce/testing', + 'mlm' => 'https://www.mercadopago.com.mx/developers/es/guides/plugins/woocommerce/testing', + 'mpe' => 'https://www.mercadopago.com.pe/developers/es/guides/plugins/woocommerce/testing', + 'mlu' => 'https://www.mercadopago.com.uy/developers/es/guides/plugins/woocommerce/testing', + ]; + $link = array_key_exists($country, $country_links) ? $country_links[$country] : $country_links['mla']; + + return $link; } /** @@ -1238,4 +1255,76 @@ public function set_order_to_pending_on_retry( $order ) { $order->save(); } } + + /** + * Get Country Link to Mercado Pago + * + * @param string $checkout Checkout by country. + * @return string + */ + public static function get_country_link_mp_terms() { + + $country_link = [ + 'mla' => [ + 'help' => 'ayuda', + 'sufix_url' => 'com.ar/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Argentinian. + ], + 'mlb' => [ + 'help' => 'ajuda', + 'sufix_url' => 'com.br/', + 'translate' => 'pt', + 'term_conditition' => '/termos-e-politicas_194', //Brasil + ], + 'mlc' => [ + 'help' => 'ayuda', + 'sufix_url' => 'cl/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Chile. + ], + 'mco' => [ + 'help' => 'ayuda', + 'sufix_url' => 'com.co/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Colombia. + ], + 'mlm' => [ + 'help' => 'ayuda', + 'sufix_url' => 'com.mx/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Mexico. + ], + 'mpe' => [ + 'help' => 'ayuda', + 'sufix_url' => 'com.pe/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Peru. + ], + 'mlu' => [ + 'help' => 'ayuda', + 'sufix_url' => 'com.uy/', + 'translate' => 'es', + 'term_conditition' => '/terminos-y-politicas_194', // Uruguay. + ], + ]; + + $checkout_country = strtolower(get_option( 'checkout_country', '' )); + return $country_link[ $checkout_country ]; + } + + /** + * + * Define terms and conditions link + * + * @return array + */ + public static function mp_define_terms_and_conditions() { + $links_mp = self::get_country_link_mp_terms(); + $link_prefix_mp = 'https://www.mercadopago.'; + + return array ( + 'link_terms_and_conditions' => $link_prefix_mp . $links_mp['sufix_url'] . $links_mp['help'] . $links_mp['term_conditition'] + ); + } } diff --git a/includes/payments/class-wc-woomercadopago-pix-gateway.php b/includes/payments/class-wc-woomercadopago-pix-gateway.php index 2271a06c2..2ccf6b941 100755 --- a/includes/payments/class-wc-woomercadopago-pix-gateway.php +++ b/includes/payments/class-wc-woomercadopago-pix-gateway.php @@ -45,12 +45,16 @@ public function __construct() { $this->checkout_type = 'custom'; $this->activated_payment = get_option( '_mp_payment_methods_pix', '' ); $this->field_forms_order = $this->get_fields_sequence(); + parent::__construct(); + $this->update_pix_method(); $this->form_fields = $this->get_form_mp_fields(); $this->hook = new WC_WooMercadoPago_Hook_Pix( $this ); $this->notification = new WC_WooMercadoPago_Notification_Webhook( $this ); $this->currency_convertion = true; + $this->icon = $this->get_checkout_icon(); + add_action( 'woocommerce_email_before_order_table', array(__CLASS__,'get_pix_template'), 20, 4 ); add_action( 'woocommerce_order_details_after_order_table', array(__CLASS__,'get_pix_template_order_details') ); } @@ -362,25 +366,20 @@ public function field_checkout_pix_card_info() { * Payment fields */ public function payment_fields() { - // add css. $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + // add css. wp_enqueue_style( - 'woocommerce-mercadopago-basic-checkout-styles', - plugins_url( '../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), + 'woocommerce-mercadopago-narciso-styles', + plugins_url( '../assets/css/mp-plugins-components.css', plugin_dir_path( __FILE__ ) ), array(), WC_WooMercadoPago_Constants::VERSION ); - $parameters = array( - 'checkout_alert_test_mode' => $this->is_production_mode() - ? '' - : $this->checkout_alert_test_mode_template( - 'Pix em Modo Teste', - 'É possível testar o fluxo até gerar o código, mas não é possível finalizar o pagamento.' - ), - 'image_pix' => plugins_url( '../assets/images/pix.png', plugin_dir_path( __FILE__ ) ), - ); + $parameters = [ + '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()); wc_get_template( 'checkout/pix-checkout.php', $parameters, 'woo/mercado/pago/module/', WC_WooMercadoPago_Module::get_templates_path() ); @@ -659,4 +658,17 @@ public static function get_pix_template_order_details( $order ) { } + /** + * 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/pix.png', plugin_dir_path( __FILE__ ) ) ); + } } diff --git a/includes/payments/class-wc-woomercadopago-ticket-gateway.php b/includes/payments/class-wc-woomercadopago-ticket-gateway.php index e671ec686..860569374 100755 --- a/includes/payments/class-wc-woomercadopago-ticket-gateway.php +++ b/includes/payments/class-wc-woomercadopago-ticket-gateway.php @@ -47,11 +47,13 @@ public function __construct() { $this->checkout_type = 'custom'; $this->activated_payment = $this->get_activated_payment(); $this->field_forms_order = $this->get_fields_sequence(); + parent::__construct(); $this->form_fields = $this->get_form_mp_fields(); $this->hook = new WC_WooMercadoPago_Hook_Ticket( $this ); $this->notification = new WC_WooMercadoPago_Notification_Webhook( $this ); $this->currency_convertion = true; + $this->icon = $this->get_checkout_icon(); } /** @@ -144,6 +146,7 @@ public function get_fields_sequence() { */ public static function get_activated_payment() { $activated_payment = array(); + $treated_payments = array(); $get_payment_methods_ticket = get_option( '_all_payment_methods_ticket', '' ); if ( ! empty( $get_payment_methods_ticket ) ) { @@ -161,7 +164,29 @@ public static function get_activated_payment() { } } } - return $activated_payment; + + foreach ( $activated_payment as $payment ) { + $treated_payment = []; + if ( isset($payment['payment_places']) ) { + foreach ( $payment['payment_places'] as $place ) { + $payment_place_id = ( new WC_WooMercadoPago_Composite_Id_Helper() )->generateIdFromPlace($payment['id'], $place['payment_option_id']); + $treated_payment['id'] = $payment_place_id; + $treated_payment['value'] = $payment_place_id; + $treated_payment['rowText'] = $place['name']; + $treated_payment['img'] = $place['thumbnail']; + $treated_payment['alt'] = $place['name']; + array_push( $treated_payments, $treated_payment); + } + } else { + $treated_payment['id'] = $payment['id']; + $treated_payment['value'] = $payment['id']; + $treated_payment['rowText'] = $payment['name']; + $treated_payment['img'] = $payment['secure_thumbnail']; + $treated_payment['alt'] = $payment['name']; + array_push( $treated_payments, $treated_payment); + } + } + return $treated_payments; } /** @@ -299,8 +324,8 @@ public function payment_fields() { $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; wp_enqueue_style( - 'woocommerce-mercadopago-basic-checkout-styles', - plugins_url( '../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), + 'woocommerce-mercadopago-narciso-styles', + plugins_url( '../assets/css/mp-plugins-components.css', plugin_dir_path( __FILE__ ) ), array(), WC_WooMercadoPago_Constants::VERSION ); @@ -316,6 +341,7 @@ public function payment_fields() { $address .= ( ! empty( $address_2 ) ? ' - ' . $address_2 : '' ); $country = get_user_meta( wp_get_current_user()->ID, 'billing_country', true ); $address .= ( ! empty( $country ) ? ' - ' . $country : '' ); + $test_mode_link = $this->get_mp_devsite_link($this->checkout_country); try { $currency_ratio = WC_WooMercadoPago_Helpers_CurrencyConverter::get_instance()->ratio( $this ); @@ -324,12 +350,8 @@ public function payment_fields() { } $parameters = array( - 'checkout_alert_test_mode' => $this->is_production_mode() - ? '' - : $this->checkout_alert_test_mode_template( - __( 'Offline Methods in Test Mode', 'woocommerce-mercadopago' ), - __( 'You can test the flow to generate an invoice, but you cannot finalize the payment.', 'woocommerce-mercadopago' ) - ), + 'test_mode' => ! $this->is_production_mode(), + 'test_mode_link' => $test_mode_link, 'amount' => $amount, 'payment_methods' => $this->activated_payment, 'site_id' => $this->mp_options->get_site_id(), @@ -411,14 +433,23 @@ public function process_payment( $order_id ) { // Check for brazilian FEBRABAN rules. if ( 'mlb' === $this->mp_options->get_site_id() ) { - if ( ! isset( $ticket_checkout['docNumber'] ) || empty( $ticket_checkout['docNumber'] ) || - ( 14 !== strlen( $ticket_checkout['docNumber'] ) && 18 !== strlen( $ticket_checkout['docNumber'] ) ) ) { - wc_add_notice( - '

' . - __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) . - '

', - 'error' - ); + if ( ! isset( $ticket_checkout['docNumber'] ) || empty( $ticket_checkout['docNumber'] ) ) { + + if ( isset( $ticket_checkout['docNumberError'] ) || ! empty( $ticket_checkout['docNumberError'] ) ) { + wc_add_notice( + '

' . + __( 'Your document data is invalid', 'woocommerce-mercadopago' ) . + '

', + 'error' + ); + } else { + wc_add_notice( + '

' . + __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) . + '

', + 'error' + ); + } return array( 'result' => 'fail', 'redirect' => '', @@ -431,12 +462,21 @@ public function process_payment( $order_id ) { ! isset( $ticket_checkout['docNumber'] ) || empty( $ticket_checkout['docNumber'] ) || ! isset( $ticket_checkout['docType'] ) || empty( $ticket_checkout['docType'] ) ) { - wc_add_notice( - '

' . - __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) . - '

', - 'error' - ); + if ( isset( $ticket_checkout['docNumberError'] ) || ! empty( $ticket_checkout['docNumberError'] ) ) { + wc_add_notice( + '

' . + __( 'Your document data is invalid', 'woocommerce-mercadopago' ) . + '

', + 'error' + ); + } else { + wc_add_notice( + '

' . + __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) . + '

', + 'error' + ); + } return array( 'result' => 'fail', 'redirect' => '', @@ -593,4 +633,29 @@ public static function build_paycash_payments_string() { return implode( __(' and ', 'woocommerce-mercadopago') , array( $paycash_payments, $last_element )); } + + /** + * Get Mercado Pago Icon + * + * @return mixed + */ + public function get_checkout_icon() { + $country = $this->get_option_mp( '_site_id_v1' ); + + if ( 'MLB' !== $country ) { + /** + * Add Mercado Pago icon. + * + * @since 3.0.1 + */ + return apply_filters( 'woocommerce_mercadopago_icon', plugins_url( '../assets/images/icons/ticket.png', plugin_dir_path( __FILE__ ) ) ); + } + + /** + * Add Mercado Pago icon. + * + * @since 3.0.1 + */ + return apply_filters( 'woocommerce_mercadopago_icon', plugins_url( '../assets/images/icons/ticket_mlb.png', plugin_dir_path( __FILE__ ) ) ); + } } diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php b/includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php index 36d36a682..cb78c353f 100755 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php @@ -104,20 +104,17 @@ function() { public function add_discount_abst( $checkout ) { if ( isset( $checkout['discount'] ) - && ! empty( $checkout['discount'] ) - && isset( $checkout['coupon_code'] ) - && ! empty( $checkout['coupon_code'] ) - && $checkout['discount'] > 0 - && WC()->session->chosen_payment_method === $this->payment->id + && ! empty( $checkout['discount'] ) + && isset( $checkout['coupon_code'] ) + && ! empty( $checkout['coupon_code'] ) + && $checkout['discount'] > 0 + && WC()->session->chosen_payment_method === $this->payment->id ) { $this->payment->log->write_log( __FUNCTION__, $this->class . 'trying to apply discount...' ); - $value = ( - 'COP' === $this->payment->site_data['currency'] - || 'CLP' === $this->payment->site_data['currency'] - ) - ? floor( $checkout['discount'] / $checkout['currency_ratio'] ) - : floor( $checkout['discount'] / $checkout['currency_ratio'] * 100 ) / 100; + $value = ( 'COP' === $this->payment->site_data['currency'] || 'CLP' === $this->payment->site_data['currency'] ) + ? floor( $checkout['discount'] / $checkout['currency_ratio'] ) + : floor( $checkout['discount'] / $checkout['currency_ratio'] * 100 ) / 100; global $woocommerce; diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php b/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php index fd218ce51..9297e09a6 100755 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-basic.php @@ -25,6 +25,7 @@ class WC_WooMercadoPago_Hook_Basic extends WC_WooMercadoPago_Hook_Abstract { */ public function load_hooks( $is_instance = false ) { parent::load_hooks(); + if ( ! empty( $this->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' ) ); @@ -104,9 +105,10 @@ public function render_order_form( $order_id ) { 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-basic', - plugins_url( '../../assets/js/basic-cho' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + 'woocommerce-mercadopago-narciso-scripts', + plugins_url( '../../assets/js/mp-plugins-components.js', plugin_dir_path( __FILE__ ) ), array( 'jquery' ), WC_WooMercadoPago_Constants::VERSION, true diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-custom.php b/includes/payments/hooks/class-wc-woomercadopago-hook-custom.php index 8c1e39eec..b7b1714cd 100644 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-custom.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-custom.php @@ -23,10 +23,12 @@ class WC_WooMercadoPago_Hook_Custom extends WC_WooMercadoPago_Hook_Abstract { */ public function load_hooks() { parent::load_hooks(); + if ( ! empty( $this->payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) { add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_custom' ) ); add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_custom' ) ); add_action( 'woocommerce_thankyou', array( $this, 'update_mp_settings_script_custom' ) ); + add_action( 'woocommerce_review_order_before_payment', array( $this, 'add_init_cardform_checkout')); } add_action( @@ -39,6 +41,20 @@ function ( $order ) { ); } + /** + * Add Init Cardform on Checkout Page + */ + public function add_init_cardform_checkout() { + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + wp_enqueue_script( + 'woocommerce-mercadopago-checkout-init-cardform', + plugins_url( '../../assets/js/securityFields/checkoutSecurityFields' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + } + /** * Add Discount */ @@ -63,10 +79,43 @@ public function add_discount() { public function add_checkout_scripts_custom() { if ( is_checkout() && $this->payment->is_available() && ! get_query_var( 'order-received' ) ) { $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + wp_enqueue_script( + 'woocommerce-mercadopago-sdk', + 'https://sdk.mercadopago.com/js/v2', + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + wp_enqueue_script( 'woocommerce-mercadopago-checkout', - plugins_url( '../../assets/js/credit-card' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), - array( 'jquery' ), + plugins_url( '../../assets/js/securityFields/securityFields' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + + wp_enqueue_script( + 'woocommerce-mercadopago-checkout-page', + plugins_url( '../../assets/js/securityFields/pageObjects/checkoutPage' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + + wp_enqueue_script( + 'woocommerce-mercadopago-checkout-elements', + plugins_url( '../../assets/js/securityFields/elements/checkoutElements' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION, + true + ); + + wp_enqueue_script( + 'woocommerce-mercadopago-narciso-scripts', + plugins_url( '../../assets/js/mp-plugins-components.js', plugin_dir_path( __FILE__ ) ), + array(), WC_WooMercadoPago_Constants::VERSION, true ); @@ -75,26 +124,61 @@ public function add_checkout_scripts_custom() { 'woocommerce-mercadopago-checkout', 'wc_mercadopago_params', array( - 'site_id' => strtolower(get_option( '_site_id_v1' )), - 'public_key' => $this->payment->get_public_key(), - 'coupon_mode' => isset( $this->payment->logged_user_email ) ? $this->payment->coupon_mode : 'no', - 'discount_action_url' => $this->payment->discount_action_url, - 'payer_email' => esc_js( $this->payment->logged_user_email ), - 'apply' => __( 'Apply', 'woocommerce-mercadopago' ), - 'remove' => __( 'Remove', 'woocommerce-mercadopago' ), - 'coupon_empty' => __( 'Please, inform your coupon code', 'woocommerce-mercadopago' ), - 'choose' => __( 'To choose', 'woocommerce-mercadopago' ), - 'other_bank' => __( 'Other bank', 'woocommerce-mercadopago' ), - 'discount_info1' => __( 'You will save', 'woocommerce-mercadopago' ), - 'discount_info2' => __( 'with discount of', 'woocommerce-mercadopago' ), - 'discount_info3' => __( 'Total of your purchase:', 'woocommerce-mercadopago' ), - 'discount_info4' => __( 'Total of your purchase with discount:', 'woocommerce-mercadopago' ), - 'discount_info5' => __( '*After payment approval', 'woocommerce-mercadopago' ), - 'discount_info6' => __( 'Terms and conditions of use', 'woocommerce-mercadopago' ), - 'loading' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'loading.gif', - 'check' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'check.png', - 'error' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'error.png', - 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, + 'site_id' => strtolower(get_option( '_site_id_v1' )), + 'public_key' => $this->payment->get_public_key(), + 'coupon_mode' => isset( $this->payment->logged_user_email ) ? $this->payment->coupon_mode : 'no', + 'discount_action_url' => $this->payment->discount_action_url, + 'payer_email' => esc_js( $this->payment->logged_user_email ), + 'apply' => __( 'Apply', 'woocommerce-mercadopago' ), + 'remove' => __( 'Remove', 'woocommerce-mercadopago' ), + 'coupon_empty' => __( 'Please, inform your coupon code', 'woocommerce-mercadopago' ), + 'choose' => __( 'To choose', 'woocommerce-mercadopago' ), + 'other_bank' => __( 'Other bank', 'woocommerce-mercadopago' ), + 'discount_info1' => __( 'You will save', 'woocommerce-mercadopago' ), + 'discount_info2' => __( 'with discount of', 'woocommerce-mercadopago' ), + 'discount_info3' => __( 'Total of your purchase:', 'woocommerce-mercadopago' ), + 'discount_info4' => __( 'Total of your purchase with discount:', 'woocommerce-mercadopago' ), + 'discount_info5' => __( '*After payment approval', 'woocommerce-mercadopago' ), + 'discount_info6' => __( 'Terms and conditions of use', 'woocommerce-mercadopago' ), + 'rate_text' => __( 'No fee', 'woocommerce-mercadopago' ), + 'more_installments_text' => __( 'More options', 'woocommerce-mercadopago' ), + 'loading' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'loading.gif', + 'check' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'check.png', + 'error' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'error.png', + 'plugin_version' => WC_WooMercadoPago_Constants::VERSION, + 'currency' => $this->payment->site_data['currency'], + 'intl' => $this->payment->site_data['intl'], + 'placeholders' => array( + 'cardExpirationDate' => __( 'mm/yy', 'woocommerce-mercadopago' ), + 'issuer' => __( 'Issuer', 'woocommerce-mercadopago' ), + 'installments' => __( 'Installments', 'woocommerce-mercadopago' ), + ), + 'cvvHint' => array( + 'back' => __( 'on the back', 'woocommerce-mercadopago' ), + 'front' => __( 'on the front', 'woocommerce-mercadopago' ), + ), + 'cvvText' => __( 'digits', 'woocommerce-mercadopago' ), + 'installmentObsFee' => __( 'No fee', 'woocommerce-mercadopago' ), + 'installmentButton' => __( 'More options', 'woocommerce-mercadopago' ), + 'input_helper_message' => array( + 'cardNumber' => array( + 'invalid_type' => __( 'Card number is required', 'woocommerce-mercadopago' ), + 'invalid_length' => __( 'Card number invalid', 'woocommerce-mercadopago' ), + ), + 'cardholderName' => array( + '221' => __( 'Holder name is required', 'woocommerce-mercadopago' ), + '316' => __( 'Holder name invalid', 'woocommerce-mercadopago' ), + ), + 'expirationDate' => array( + 'invalid_type' => __( 'Expiration date invalid', 'woocommerce-mercadopago' ), + 'invalid_length' => __( 'Expiration date incomplete', 'woocommerce-mercadopago' ), + 'invalid_value' => __( 'Expiration date invalid', 'woocommerce-mercadopago' ), + ), + 'securityCode' => array( + 'invalid_type' => __( 'Security code is required', 'woocommerce-mercadopago' ), + 'invalid_length' => __( 'Security code incomplete', 'woocommerce-mercadopago' ), + ) + ), ) ); } diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-pix.php b/includes/payments/hooks/class-wc-woomercadopago-hook-pix.php index 87377818e..7e6a002be 100644 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-pix.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-pix.php @@ -17,12 +17,12 @@ * Class WC_WooMercadoPago_Hook_Pix */ class WC_WooMercadoPago_Hook_Pix extends WC_WooMercadoPago_Hook_Abstract { - /** * Load Hooks */ public function load_hooks() { parent::load_hooks(); + if ( ! empty( $this->payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) { add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_pix' ) ); add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_pix' ) ); @@ -39,9 +39,11 @@ public function add_discount() { if ( ! isset( $_POST['mercadopago_pix'] ) ) { return; } + if ( is_admin() && ! defined( 'DOING_AJAX' ) || is_cart() ) { return; } + // @todo need fix Processing form data without nonce verification // @codingStandardsIgnoreLine $pix_checkout = $_POST['mercadopago_pix']; @@ -53,6 +55,15 @@ public function add_discount() { */ public function add_checkout_scripts_pix() { 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 + ); wp_localize_script( 'woocommerce-mercadopago-pix-checkout', @@ -75,13 +86,12 @@ public function add_checkout_scripts_pix() { 'loading' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'loading.gif', 'check' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'check.png', 'error' => plugins_url( '../../assets/images/', plugin_dir_path( __FILE__ ) ) . 'error.png', - ) - ); + )); } } /** - * MP Settings Ticket + * MP Settings pix */ public function add_mp_settings_script_pix() { parent::add_mp_settings_script(); @@ -94,15 +104,20 @@ public function add_mp_settings_script_pix() { */ public function update_mp_settings_script_pix( $order_id ) { parent::update_mp_settings_script( $order_id ); + $order = wc_get_order( $order_id ); $qr_base64 = ( method_exists( $order, 'get_meta' ) ) ? $order->get_meta( 'mp_pix_qr_base64' ) : get_post_meta( $order->get_id(), 'mp_pix_qr_base64', true ); $qr_code = ( method_exists( $order, 'get_meta' ) ) ? $order->get_meta( 'mp_pix_qr_code' ) : get_post_meta( $order->get_id(), 'mp_pix_qr_code', true ); $transaction_amount = ( method_exists( $order, 'get_meta' ) ) ? $order->get_meta( 'mp_transaction_amount' ) : get_post_meta( $order->get_id(), 'mp_transaction_amount', true ); + $currency_symbol = WC_WooMercadoPago_Configs::get_country_configs(); + if ( empty( $qr_base64 ) && empty( $qr_code ) ) { return; } $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + // add js wp_enqueue_script( 'woocommerce-mercadopago-pix-order-recived', plugins_url( '../../assets/js/pix_mercadopago_order_received' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), @@ -111,7 +126,13 @@ public function update_mp_settings_script_pix( $order_id ) { false ); - $currency_symbol = WC_WooMercadoPago_Configs::get_country_configs(); + // add css + wp_enqueue_style( + 'woocommerce-mercadopago-pix-checkout', + plugins_url( '../../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), + array(), + WC_WooMercadoPago_Constants::VERSION + ); $parameters = array( 'img_pix' => plugins_url( '../../assets/images/img-pix.png', plugin_dir_path( __FILE__ ) ), @@ -139,14 +160,5 @@ public function update_mp_settings_script_pix( $order_id ) { 'woo/mercado/pago/module/', WC_WooMercadoPago_Module::get_templates_path() ); - - $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; - - wp_enqueue_style( - 'woocommerce-mercadopago-pix-checkout', - plugins_url( '../../assets/css/basic_checkout_mercadopago' . $suffix . '.css', plugin_dir_path( __FILE__ ) ), - array(), - WC_WooMercadoPago_Constants::VERSION - ); } } diff --git a/includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php b/includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php index dc1983fee..13731fcba 100644 --- a/includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php +++ b/includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php @@ -23,6 +23,7 @@ class WC_WooMercadoPago_Hook_Ticket extends WC_WooMercadoPago_Hook_Abstract { */ public function load_hooks() { parent::load_hooks(); + if ( ! empty( $this->payment->settings['enabled'] ) && 'yes' === $this->payment->settings['enabled'] ) { add_action( 'wp_enqueue_scripts', array( $this, 'add_checkout_scripts_ticket' ) ); add_action( 'woocommerce_after_checkout_form', array( $this, 'add_mp_settings_script_ticket' ) ); @@ -54,6 +55,7 @@ public function add_discount() { public function add_checkout_scripts_ticket() { if ( is_checkout() && $this->payment->is_available() && ! get_query_var( 'order-received' ) ) { $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + wp_enqueue_script( 'woocommerce-mercadopago-ticket-checkout', plugins_url( '../../assets/js/ticket' . $suffix . '.js', plugin_dir_path( __FILE__ ) ), @@ -62,6 +64,14 @@ public function add_checkout_scripts_ticket() { true ); + 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 + ); + wp_localize_script( 'woocommerce-mercadopago-ticket-checkout', 'wc_mercadopago_ticket_params', diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..9c1da4467 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,566 @@ +{ + "name": "cart-woocommerce", + "version": "6.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "clean-css": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.2.tgz", + "integrity": "sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "cli": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz", + "integrity": "sha512-41U72MB56TfUMGndAKK8vJ78eooOD4Z5NOL4xEfjc0c23s+6EYKXlXsmACBVclLP1yOfWCgEganVzddVrSNoTg==", + "dev": true, + "requires": { + "exit": "0.1.2", + "glob": "^7.1.1" + } + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "console-browserify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", + "integrity": "sha512-duS7VP5pvfsNLDvL1O4VOEbw37AI3A4ZUQYemvDlnpGrNu9tprR7BYWpDYwC0Xia0Zxz5ZupdiIrUp0GH1aXfg==", + "dev": true, + "requires": { + "date-now": "^0.1.4" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "css-b64-images": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/css-b64-images/-/css-b64-images-0.2.5.tgz", + "integrity": "sha1-QgBdgyBLK0pdk7axpWRBM7WSegI=", + "dev": true + }, + "date-now": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", + "integrity": "sha512-AsElvov3LoNB7tf5k37H2jYSB+ZZPMT5sG2QjJCcdlV5chIv6htBUBUui2IKRjgtKAKtCBN7Zbwa+MtwLjSeNw==", + "dev": true + }, + "debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domhandler": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", + "integrity": "sha512-q9bUwjfp7Eif8jWxxxPSykdRZAb6GkguBGSgvvCrhI9wB71W2K/Kvv4E61CF/mcCfnVJDeDWx/Vb/uAqbDj6UQ==", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "entities": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", + "integrity": "sha512-LbLqfXgJMmy81t+7c14mnulFHJ170cM6E+0vMXR9k/ZiZwgX8i5pNgjTCX3SO4VeUsFLV+8InixoretwU+MjBQ==", + "dev": true + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true + }, + "find-up": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.2.0.tgz", + "integrity": "sha512-yWHzMzXCaFoABSnFTCPKNFlYoq4mSga9QLRRKOCLSJ33hSkzROB14ITbAWW0QDQDyuzsPQ33S1DsOWQb/oW1yA==", + "dev": true, + "requires": { + "locate-path": "^7.0.0", + "path-exists": "^5.0.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "requires": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + } + }, + "htmlparser2": { + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", + "integrity": "sha512-hBxEg3CYXe+rPIua8ETe7tmG3XDn9B0edOE/e9wH2nLczxzgdu0m0aNHY+5wFZiviLWLdANPJTssa92dMcXQ5Q==", + "dev": true, + "requires": { + "domelementtype": "1", + "domhandler": "2.3", + "domutils": "1.5", + "entities": "1.0", + "readable-stream": "1.1" + } + }, + "husky": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", + "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "dev": true + }, + "jju": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", + "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=", + "dev": true + }, + "jshint": { + "version": "2.13.4", + "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.13.4.tgz", + "integrity": "sha512-HO3bosL84b2qWqI0q+kpT/OpRJwo0R4ivgmxaO848+bo10rc50SkPnrtwSFXttW0ym4np8jbJvLwk5NziB7jIw==", + "dev": true, + "requires": { + "cli": "~1.0.0", + "console-browserify": "1.1.x", + "exit": "0.1.x", + "htmlparser2": "3.8.x", + "lodash": "~4.17.21", + "minimatch": "~3.0.2", + "strip-json-comments": "1.0.x" + } + }, + "locate-path": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.0.0.tgz", + "integrity": "sha512-+cg2yXqDUKfo4hsFxwa3G1cBJeA+gs1vD8FyV9/odWoUlQe/4syxHQ5DPtKjtfm6gnKbZzjCqzX03kXosvZB1w==", + "dev": true, + "requires": { + "p-locate": "^6.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "matched": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/matched/-/matched-5.0.1.tgz", + "integrity": "sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==", + "dev": true, + "requires": { + "glob": "^7.1.6", + "picomatch": "^2.2.1" + } + }, + "minify": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/minify/-/minify-7.2.2.tgz", + "integrity": "sha512-AcgoqXRQX0o/PRrydK8klB5OD09lFjJ/OYVHGxmWmbg/DQP/ETmmPM4aA10NZBiGdlLeUnC9sCgrgJAt0P14mA==", + "dev": true, + "requires": { + "clean-css": "^5.0.1", + "css-b64-images": "~0.2.5", + "debug": "^4.1.0", + "find-up": "^6.1.0", + "html-minifier-terser": "^6.0.2", + "readjson": "^2.2.2", + "terser": "^5.3.2", + "try-catch": "^3.0.0", + "try-to-catch": "^3.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dev": true, + "requires": { + "yocto-queue": "^1.0.0" + } + }, + "p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "requires": { + "p-limit": "^4.0.0" + } + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-sort": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/path-sort/-/path-sort-0.1.0.tgz", + "integrity": "sha1-ywF11Oy/paGP5nTMbXIL/hXguAU=", + "dev": true + }, + "php-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.0.3.tgz", + "integrity": "sha512-WjbrtYrwmLY9hpoKoq1+mVqJhT0dEVDZRWSpNIw2MpTw3VM/K4C6e0WR4KlU6G/XROkV7tpH4NesV2dDiPxqaw==", + "dev": true + }, + "picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "readjson": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/readjson/-/readjson-2.2.2.tgz", + "integrity": "sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw==", + "dev": true, + "requires": { + "jju": "^1.4.0", + "try-catch": "^3.0.0" + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dev": true + }, + "strip-json-comments": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", + "integrity": "sha512-AOPG8EBc5wAikaG1/7uFCNFJwnKOuQwFTpYBdTW6OvWHeZBQBrAA/amefHGrEiOnCPcLFZK6FUPtWVKpQVIRgg==", + "dev": true + }, + "terser": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz", + "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==", + "dev": true, + "requires": { + "commander": "^2.20.0", + "source-map": "~0.7.2", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "dev": true + } + } + }, + "try-catch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/try-catch/-/try-catch-3.0.0.tgz", + "integrity": "sha512-3uAqUnoemzca1ENvZ72EVimR+E8lqBbzwZ9v4CEbLjkaV3Q+FtdmPUt7jRtoSoTiYjyIMxEkf6YgUpe/voJ1ng==", + "dev": true + }, + "try-to-catch": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-3.0.0.tgz", + "integrity": "sha512-eIm6ZXwR35jVF8By/HdbbkcaCDTBI5PpCPkejRKrYp0jyf/DbCCcRhHD7/O9jtFI3ewsqo9WctFEiJTS6i+CQA==", + "dev": true + }, + "tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "dev": true + }, + "wp-pot": { + "version": "1.9.9", + "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.9.9.tgz", + "integrity": "sha512-cCtSeIyEe1u9DvJdgov4hGakMoabvLIwPZpCMqUKI5FnBoTMu7buQrIJar+JNIeRg/+RRxAKFtq4DsqH5GdJuQ==", + "dev": true, + "requires": { + "matched": "^5.0.0", + "path-sort": "^0.1.0", + "php-parser": "^3.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "yocto-queue": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "dev": true + } + } +} diff --git a/package.json b/package.json index 011d4a73f..567ae426e 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,10 @@ "build:js": "node -e 'require(\"./main.js\").minifyFiles(\"js\")'", "build:css": "node -e 'require(\"./main.js\").minifyFiles(\"css\")'", "pot": "node -e 'require(\"./main.js\").generatePotFiles()'", - "lint": "jshint" + "lint": "jshint", + "husky": "husky install && rm -rf .husky/_/.gitignore" }, - "version": "5.8.0", + "version": "6.0.0", "repository": { "type": "git", "url": "https://github.com/mercadopago/cart-woocommerce" @@ -17,7 +18,7 @@ "main": "main.js", "devDependencies": { "husky": "^7.0.0", - "jshint": "^2.11.0", + "jshint": "^2.13.4", "minify": "^7.0.2", "wp-pot": "^1.9.9" } diff --git a/readme.txt b/readme.txt index d8c7d9001..11bdef1a1 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce Requires at least: 4.9.10 Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 5.8.0 +Stable tag: 6.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -16,6 +16,8 @@ The official Mercado Pago plugin allows you to process payments for your online To install it, **you don't need to have technical knowledge:** you can follow the [step by step of how to integrate it](https://www.mercadopago.com.ar/developers/es/guides/plugins/woocommerce/introduction/). from our developer website and start selling today. +**Warning about v6.0.0:** when updating, if you have made custom layout changes to your checkout, it is possible that some of those customizations become misconfigured. If you have a separate store environment just for testing, please update there first in order to visualize and test the changes. + ### What to do with the Mercado Pago Plugin? * Activate **Checkout Pro** to offer logged-in payments with money in Mercado Pago account, saved cards and off means. * Offer payments without the need of having a Mercado Pago account, through the **Custom Checkout** for cards and off means, such as cash, bank transfer and PIX (only in Brazil). @@ -133,6 +135,15 @@ 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.0.0 (22/06/2022) = +* Features +- Added ideal checkout template +- Added secure inputs for Checkout Custom + +* Changes +- Updated melidata script to load only on plugin pages + = v5.8.0 (07/06/2022) = * Features - Added melidata script to collect metrics from plugin diff --git a/templates/checkout/basic-checkout.php b/templates/checkout/basic-checkout.php index 1eaa1d326..7addd52f6 100644 --- a/templates/checkout/basic-checkout.php +++ b/templates/checkout/basic-checkout.php @@ -1,4 +1,5 @@ -
- - -
- -
-
-

- - - - - - - -

- - - - - - -
-
- - - -
-
-

- - - - - -
-
- +
+
+
+ +
+ + +
+ - -
-
-

+ ", + "", + "" + ]' + list-style-type-src="" + list-style-type-alt="" + > + - - - - - +
+
- - -
-
- -

+ +
+ +
-
- - + +
+
+ +
- -
-

- - -

-
+ diff --git a/templates/checkout/custom-checkout.php b/templates/checkout/custom-checkout.php index 5631ab250..c0401c090 100644 --- a/templates/checkout/custom-checkout.php +++ b/templates/checkout/custom-checkout.php @@ -1,4 +1,5 @@ -
- -
- -
-
- -
-
- -
-
- -
-
-
-
- -
+
+
+ +
+ +
- - - - -
-
-
- -

- - - - - - -

- - - - + +
+
+ +
-
-
- - -
-
-

- -
-
- -
+
+ +
-
- -
-
- -
+
+
-
-
- -

- -
- -
-
- - - - - -
-
- -
-
- - - - - -
-
+
+
+
+ +

+
-
- -
- - - - - -
- -
- - -

- - -
-
+ +
-
-
- -

+
+ - -
-
-
- - -
-
+ + | + + + + +
+
+
- -
- - - - - +
+

+
+ +
+ + +
- +
+ + + + +
-
-
-
-
-
-
-
-
-
+
+
+ +
+ + +
-
-
- -

+
+ +
+

+ + +
+
-
- -
- - -
+ +
- -
- - -

- - -
-
-
-
+
+

-
-
-
-

- * -

-
-
-
+
+
+ +
+
+
+
- -
+
+ + +
+
+
+
+
- -
- - - - - - - - +
+ +
-
- -
-

- - -

+
+ + + + + + + +
diff --git a/templates/checkout/pix-checkout.php b/templates/checkout/pix-checkout.php index 7ec556ee2..56d2092c5 100644 --- a/templates/checkout/pix-checkout.php +++ b/templates/checkout/pix-checkout.php @@ -10,32 +10,37 @@ * @package MercadoPago */ -if ( ! defined('ABSPATH') ) { +if ( ! defined( 'ABSPATH' ) ) { exit; } ?> -
- -
-
- -

- -
- -

+
+
+ +
+ + +
+ + + + +
+ +
- -
-

- - -

-
+ + diff --git a/templates/checkout/ticket-checkout.php b/templates/checkout/ticket-checkout.php index 29e4c6ad6..5b153fd05 100644 --- a/templates/checkout/ticket-checkout.php +++ b/templates/checkout/ticket-checkout.php @@ -14,184 +14,62 @@ exit; } ?> -
- -
- - -
-
-

-
-
- -
-
- -
-
-
- -
-
+
+
+
+ +
+ +
-
- -
-
-
- - -
-
-

-
- - -
-
- - - - -
-
-
-
-
-

-
-
-
-
- - -
-
-

-
- - - - generateIdFromPlace($payment['id'], $place['payment_option_id']); - ?> -
-
- -
-
- - -
-
- -
- -
- - -
-
-
- -
- - - - -
- + + +
+ +
+ + +
+ + +
+ +

+ + columns=''> + + + + +
+ + +
+ + + + + +
-
- - -
- -
- - - - - -
- +
+ + +
- -
-

- - -

-
- diff --git a/templates/order-received/show-pix.php b/templates/order-received/show-pix.php index 709d8c6cc..601499e34 100644 --- a/templates/order-received/show-pix.php +++ b/templates/order-received/show-pix.php @@ -66,7 +66,7 @@

- +

diff --git a/tests/includes/modules/test-class-wc-woomercadopago-configs.php b/tests/includes/modules/test-class-wc-woomercadopago-configs.php index 3b69d11ef..8d60f1ed7 100644 --- a/tests/includes/modules/test-class-wc-woomercadopago-configs.php +++ b/tests/includes/modules/test-class-wc-woomercadopago-configs.php @@ -58,6 +58,7 @@ function test_get_country_configs() { 'currency' => 'COP', 'zip_code' => '110111', 'currency_symbol' => '$', + 'intl' => 'es-CO', ), 'mla' => array( 'site_id' => 'mla', @@ -67,6 +68,7 @@ function test_get_country_configs() { 'currency' => 'ARS', 'zip_code' => '3039', 'currency_symbol' => '$', + 'intl' => 'es-AR', ), 'mlb' => array( 'site_id' => 'mlb', @@ -76,6 +78,7 @@ function test_get_country_configs() { 'currency' => 'BRL', 'zip_code' => '01310924', 'currency_symbol' => 'R$', + 'intl' => 'pt-BR', ), 'mlc' => array( 'site_id' => 'mlc', @@ -85,6 +88,7 @@ function test_get_country_configs() { 'currency' => 'CLP', 'zip_code' => '7591538', 'currency_symbol' => '$', + 'intl' => 'es-CL', ), 'mlm' => array( 'site_id' => 'mlm', @@ -94,6 +98,7 @@ function test_get_country_configs() { 'currency' => 'MXN', 'zip_code' => '11250', 'currency_symbol' => '$', + 'intl' => 'es-MX', ), 'mlu' => array( 'site_id' => 'mlu', @@ -103,6 +108,7 @@ function test_get_country_configs() { 'currency' => 'UYU', 'zip_code' => '11800', 'currency_symbol' => '$', + 'intl' => 'es-UY', ), 'mlv' => array( 'site_id' => 'mlv', @@ -112,6 +118,7 @@ function test_get_country_configs() { 'currency' => 'VEF', 'zip_code' => '1160', 'currency_symbol' => '$', + 'intl' => 'es-VE', ), 'mpe' => array( 'site_id' => 'mpe', @@ -121,6 +128,7 @@ function test_get_country_configs() { 'currency' => 'PEN', 'zip_code' => '15074', 'currency_symbol' => '$', + 'intl' => 'es-PE', ), ); diff --git a/woocommerce-mercadopago.php b/woocommerce-mercadopago.php index 4f9de2371..1ef322199 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: 5.8.0 + * Version: 6.0.0 * Author: Mercado Pago * Author URI: https://developers.mercadopago.com/ * Text Domain: woocommerce-mercadopago