"}function removeModal3ds(){CheckoutPage.clearInputs(),document.getElementById("mp-3ds-modal-container").remove()}function threeDSHandler(e,o){try{if(null==e||null==o)return removeModal3ds(),sendMetric("MP_THREE_DS_ERROR","3DS URL or CRED not set",threedsTarget),void console.log("Invalid parameters for 3ds");var t=document.createElement("div");t.className="mp-card-info",t.innerHTML='
"}function removeModal3ds(){CheckoutPage.clearInputs(),document.getElementById("mp-3ds-modal-container").remove()}function threeDSHandler(e,o){try{if(null==e||null==o)return removeModal3ds(),sendMetric("MP_THREE_DS_ERROR","3DS URL or CRED not set",threedsTarget),void console.log("Invalid parameters for 3ds");var t=document.createElement("div");t.className="mp-card-info",t.innerHTML='
",o.appendChild(t),document.body.appendChild(o),document.querySelector("#mp-3ds-modal-close").addEventListener("click",(function(){setDisplayOfErrorCheckout(wc_mercadopago_custom_checkout_params.threeDsText.message_close),removeModal3ds()})),jQuery.post(woocommerce_params.wc_ajax_url.replace("%%endpoint%%","mp_get_3ds_from_session")).done((function(e){e.success?threeDSHandler(e.data.data["3ds_url"],e.data.data["3ds_creq"]):(console.error("Error POST:",e),window.dispatchEvent(new CustomEvent("completed_3ds",{detail:{error:!0}})),removeModal3ds())})).fail((function(e,o,t){console.error("Failed to make POST:",o,t),window.dispatchEvent(new CustomEvent("completed_3ds",{detail:{error:!0}})),removeModal3ds()}))}function redirectAfter3dsChallenge(){jQuery.post(woocommerce_params.wc_ajax_url.replace("%%endpoint%%","mp_redirect_after_3ds_challenge")).done((function(e){e.data.redirect?(window.dispatchEvent(new CustomEvent("completed_3ds",{detail:{error:!1}})),sendMetric("MP_THREE_DS_SUCCESS","3DS challenge complete",threedsTarget),removeModal3ds(),window.location.href=e.data.redirect):(window.dispatchEvent(new CustomEvent("completed_3ds",{detail:{error:e.data.data.error}})),setDisplayOfErrorCheckout(e.data.data.error),removeModal3ds())}))}function handle3dsPayOrderFormSubmission(){var e=jQuery("#order_review").serialize();jQuery.post("#",e).done((function(e){e.three_ds_flow?load3DSFlow(e.last_four_digits):(e.redirect&&(window.location.href=e.redirect),window.location.reload())})).error((function(){window.location.reload()}))}function setDisplayOfErrorCheckout(e){if(sendMetric("MP_THREE_DS_ERROR",e,threedsTarget),"blocks_checkout_form"!==window.mpFormId){removeElementsByClass("woocommerce-NoticeGroup-checkout");var o=document.createElement("div");o.className="woocommerce-NoticeGroup woocommerce-NoticeGroup-checkout",o.innerHTML='
'+"
".concat(e).concat("
")+"
",mpCheckoutForm.prepend(o),window.scrollTo(0,0)}}function removeElementsByClass(e){const o=document.getElementsByClassName(e);for(;o.length>0;)o[0].parentNode.removeChild(o[0])}function sendMetric(e,o,t){const r={name:e,message:o,target:t,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(r))}mpCheckoutForm?mpCheckoutForm.id=mpFormId:mpFormId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",mercadoPagoFormHandler),jQuery("body").on("payment_method_selected",(function(){triggeredPaymentMethodSelectedEvent||cardFormLoad()})),jQuery("form#order_review").submit((function(e){const o=document.getElementById("payment_method_woo-mercado-pago-custom");if(o&&o.checked)return e.preventDefault(),mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})),jQuery(document).on("updated_checkout",(function(){const e=document.getElementById("payment_method_woo-mercado-pago-custom");if(e&&e.checked)return cardFormMounted&&cardForm.unmount(),void handleCardFormLoad()})),jQuery(document).ready((()=>{setCardFormLoadInterval()})),triggeredPaymentMethodSelectedEvent||jQuery("body").trigger("payment_method_selected"),window.addEventListener("message",(e=>{"COMPLETE"===e.data.status&&(sendMetric("MP_THREE_DS_SUCCESS","3DS iframe Closed",threedsTarget),document.getElementById("mp-3ds-modal-content").innerHTML="",addLoadSpinner3dsSubmit(),redirectAfter3dsChallenge())}));
\ No newline at end of file
diff --git a/assets/js/checkouts/mp-plugins-components.min.js b/assets/js/checkouts/mp-plugins-components.min.js
index 70a2ed0e0..e1327c858 100644
--- a/assets/js/checkouts/mp-plugins-components.min.js
+++ b/assets/js/checkouts/mp-plugins-components.min.js
@@ -1 +1 @@
-(()=>{class t extends HTMLElement{static get observedAttributes(){return["title","description","retryButtonText"]}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){const t=this.createAlertDetails(),e=this.createCardContent();t.appendChild(e),this.appendChild(t)}createAlertDetails(){const t=document.createElement("div");return t.classList.add("mp-alert-details-card"),t}createCardContent(){const t=document.createElement("div");t.classList.add("mp-alert-details-card-content");const e=document.createElement("div");e.classList.add("mp-alert-details-card-content-left");const i=document.createElement("div");i.classList.add("mp-alert-details-card-content-right"),t.appendChild(e),t.appendChild(i);const n=this.createBadge(),s=this.createTitle(),a=this.createDescription(),r=this.createRetryButton();return e.appendChild(n),i.appendChild(s),i.appendChild(a),i.appendChild(r),t}createBadge(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-alert-details-badge"),t}createTitle(){const t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-alert-details-title"),t}createDescription(){const t=document.createElement("p");return t.innerHTML=this.getAttribute("description"),t.classList.add("mp-alert-details-description"),t}createRetryButton(){const t=this.getAttribute("retryButtonText"),e=document.createElement("button");return e.classList.add("mp-alert-details-retry-button"),e.innerHTML=t,e.onclick=()=>document.location.reload(),e}}customElements.define("alert-details",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}createTitle(){const t=document.createElement("p");t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title");const e=this.getAttribute("title-align");return"center"===e&&t.style.setProperty("text-align","center","important"),"left"===e&&t.style.setProperty("text-align","left","important"),t}createList(){const t=JSON.parse(this.getAttribute("items")),e=document.createElement("div");return e.classList.add("mp-checkout-benefits-list"),t.forEach(((t,i)=>{e.appendChild(this.createItem(t,i))})),e}createItem(t,e){const i=document.createElement("div");i.classList.add("mp-checkout-benefits-item");const n=this.getAttribute("list-mode");return"count"===n?(i.appendChild(this.createCountList(e)),i.appendChild(this.createSimpleText(t)),i):"bullet"===n?(i.appendChild(this.createBulletList()),i.appendChild(this.createSimpleText(t)),i):"image"===n&&"object"==typeof t?(i.appendChild(this.createImageList(t)),i.appendChild(this.createCompositeText(t)),i):i}createSimpleText(t){const e=document.createElement("span");return e.innerHTML=t,e}createCompositeText({title:t,subtitle:e}){const i=document.createElement("p");i.classList.add("mp-checkout-benefits-item-title"),i.innerHTML=t;const n=document.createElement("p");n.classList.add("mp-checkout-benefits-item-subtitle"),n.innerHTML=e;const s=document.createElement("span");return s.appendChild(i),s.appendChild(n),s}createCountList(t){const e=document.createElement("p");e.innerText=1+t,e.classList.add("mp-checkout-benefits-count-list-item");const i=document.createElement("div");return i.classList.add("mp-checkout-benefits-count-list-div"),i.appendChild(e),i}createBulletList(){const t=document.createElement("div");t.classList.add("mp-checkout-benefits-tick-mark-container");const e=document.createElement("div");return e.classList.add("mp-checkout-benefits-tick-mark"),t.appendChild(e),t}createImageList({image:t}){const e=document.createElement("div");return e.classList.add("mp-checkout-benefits-image-list"),e.appendChild(this.createImage(t)),e}createImage({src:t,alt:e}){const i=document.createElement("img");return i.classList.add("mp-checkout-benefits-image"),i.setAttribute("src",t),i.setAttribute("alt",e),i}}customElements.define("checkout-benefits",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-checkout-redirect-v2-container"),t.setAttribute("data-cy","checkout-redirect-v2-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}createImage(){const t=document.createElement("img");return t.classList.add("mp-checkout-redirect-v2-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}createText(){const t=document.createElement("p");return t.classList.add("mp-checkout-redirect-v2-text"),t.innerHTML=this.getAttribute("text"),t}}customElements.define("checkout-redirect-v2",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createImage(){const t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}createText(){const t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}customElements.define("checkout-redirect",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){const t=this.createInputDocument();this.appendChild(t)}createInputDocument(){const t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");const e=this.createLabel(this.getAttribute("label-message")),i=this.createHelper(this.getAttribute("helper-message")),n=this.createHiddenField(this.getAttribute("hidden-id")),s=this.createInput(i,n);return t.appendChild(e),t.appendChild(s),t.appendChild(n),t.appendChild(i),t}createLabel(t){const e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}createInput(t,e){const i=document.createElement("div");i.classList.add("mp-input"),i.setAttribute("id","form-checkout__identificationNumber-container");const n=JSON.parse(this.getAttribute("documents")),s=this.getAttribute("validate"),a=this.createVerticalLine(),r=this.createSelect(i,t,n,s),c=this.createDocument(i,r,t);return r.addEventListener("change",(()=>{i.classList.remove("mp-focus"),i.classList.remove("mp-error"),this.setInpuProperties(r,c),this.setMaskInputDocument(r,c,e)})),i.appendChild(r),i.appendChild(a),i.appendChild(c),this.setMaskInputDocument(r,c,e),i}setInpuProperties(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",""))}createSelect(t,e,i,n){const s=document.createElement("select");return s.classList.add("mp-document-select"),s.setAttribute("name",this.getAttribute("select-name")),s.setAttribute("id",this.getAttribute("select-id")),s.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),s.setAttribute("data-cy","select-document"),i&&i.forEach((t=>{this.createOption(s,t)})),n&&(s.addEventListener("focus",(()=>{t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),s.addEventListener("focusout",(()=>{t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),s}createOption(t,e){const i=document.createElement("option");i.innerHTML=e,i.value=e,t.appendChild(i)}createHiddenField(t){const e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}createVerticalLine(){const t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}isValidCPF(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;let e,i=0;for(let e=1;e<=9;e+=1)i+=parseInt(t.substring(e-1,e))*(11-e);if(e=10*i%11,10!==e&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;i=0;for(let e=1;e<=10;e+=1)i+=parseInt(t.substring(e-1,e))*(12-e);return e=10*i%11,10!==e&&11!==e||(e=0),e===parseInt(t.substring(10,11))}isValidCNPJ(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;let e=t.length-2,i=t.substring(0,e);const n=t.substring(e);let s=0,a=e-7;for(let t=e;t>=1;t-=1)s+=i.charAt(e-t)*a--,a<2&&(a=9);let r=s%11<2?0:11-s%11;if(r!==Number(n.charAt(0)))return!1;e+=1,i=t.substring(0,e),s=0,a=e-7;for(let t=e;t>=1;t-=1)s+=i.charAt(e-t)*a--,a<2&&(a=9);return r=s%11<2?0:11-s%11,r===Number(n.charAt(1))}isValidCI(t){let e=0,i=0,n=0;const s=t[t.length-1];if(t.length<=6)for(i=t.length;i<7;i+=1)t=`0${t}`;for(i=0;i<7;i+=1)e+=parseInt("2987634"[i],10)*parseInt(t[i],10)%10;return n=e%10==0?0:10-e%10,s===n.toString()}isValidCC(t){return"string"==typeof t&&t.length>0}isValidCE(t){return"string"==typeof t&&t.length>0}isValidNIT(t){return"string"==typeof t&&t.length>0}setMaskInputDocument(t,e,i){const n={CPF:t=>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:t=>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:t=>t.replace(/\D+/g,"")};e.addEventListener("input",(e=>{if(void 0!==n[t.value]&&(e.target.value=n[t.value](e.target.value)),i){const t=e.target.value.replace(/[^\w\s]/gi,"");i.value=t}}))}createDocument(t,e,i){const n=document.createElement("input");return n.setAttribute("name",this.getAttribute("input-name")),n.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),n.setAttribute("data-cy","input-document"),n.classList.add("mp-document"),n.type="text",n.inputMode="text",this.setInpuProperties(e,n),n.addEventListener("focus",(()=>{t.classList.add("mp-focus"),t.classList.remove("mp-error"),i.firstElementChild.style.display="none"})),n.addEventListener("focusout",(()=>{t.classList.remove("mp-focus");const s={CPF:t=>this.isValidCPF(t),CNPJ:t=>this.isValidCNPJ(t),CI:t=>this.isValidCI(t),CC:t=>this.isValidCC(t),CE:t=>this.isValidCE(t),NIT:t=>this.isValidNIT(t)};void 0!==s[e.value]&&(s[e.value](n.value)?(t.classList.remove("mp-error"),i.firstElementChild.style.display="none",n.setAttribute("name",this.getAttribute("input-name"))):(t.classList.add("mp-error"),i.firstElementChild.style.display="flex",n.setAttribute("name",this.getAttribute("flag-error"))))})),n}createHelper(t){const e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}customElements.define("input-document",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createHelper())}createHelper(){const 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);const e=this.createIcon(),i=this.getAttribute("message"),n=this.createHelperMessage(i);return t.appendChild(e),t.appendChild(n),t}createIcon(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}createHelperMessage(t){const e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}validateVisibility(t){let e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}customElements.define("input-helper",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createLabel())}createLabel(){const t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");const e=this.getAttribute("message");t.innerHTML=e;let i=this.getAttribute("isOptional");if("string"==typeof i&&(i="false"!==i),!i){const e=document.createElement("b");e.innerHTML="*",e.style="color: red",t.appendChild(e)}return t}}customElements.define("input-label",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}createRadio(){const 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}createLabel(){const t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}customElements.define("input-radio",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t.appendChild(this.createHelper()),t}createInput(){const t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}createSelect(){const t=document.createElement("select"),e=this.getAttribute("name");t.classList.add("mp-input-select-select"),t.setAttribute("id",e),t.setAttribute("name",e);const i=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));if(this.getAttribute("default-option")){const e=document.createElement("option");e.setAttribute("selected","selected"),e.setAttribute("hidden","hidden"),e.innerHTML=this.getAttribute("default-option"),t.appendChild(e)}return i&&0!==i.length&&i.forEach((e=>{t.appendChild(this.createOption(e))})),t}createOption(t){const e=document.createElement("option");return e.innerHTML=t.description,e.value=t.id,e}createLabel(){const 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}createHelper(){const t=document.createElement("input-helper");return t.setAttribute("isVisible",!1),t.setAttribute("message",this.getAttribute("helper-message")),t.setAttribute("input-id","mp-doc-number-helper"),t}createHiddenField(t){const e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}}customElements.define("input-select",t)})(),(()=>{class t extends HTMLElement{static get observedAttributes(){return["columns","name","button-name","bank-interest-text"]}constructor(){super(),this.index=0,this.limit=5,this.offset=this.limit,this.columns=null,this.total=0}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){this.appendChild(this.createContainer())}setColumns(){return this.columns=JSON.parse(this.getAttribute("columns")),this}setTotal(){return this.total=this.columns.length,this}createContainer(){const t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList()),t.appendChild(this.createBankInterestDisclaimer())),t}createList(){const t=document.createElement("div");t.classList.add("mp-input-table-list"),t.setAttribute("data-cy","input-table-list");const e=this.createLink();return e.onclick=()=>this.appendItems(this.columns,t,e,!0),this.appendItems(this.columns,t,e,!1),t.appendChild(e),t}createItem(t){const e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}createLabel(t){const{id:e,value:i,rowText:n,rowObs:s,highlight:a,img:r,alt:c,dataRate:d}=t,l=this.getAttribute("name"),o=document.createElement("div");return o.classList.add("mp-input-table-label"),o.appendChild(this.createOption(e,l,i,n,r,c,d)),s&&o.appendChild(this.createRowObs(s,a)),o.onclick=()=>{document.getElementById(e).checked=!0},o}createOption(t,e,i,n,s,a,r){const c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,i,r)),s?c.appendChild(this.createRowTextWithImg(n,s,a)):c.appendChild(this.createRowText(n)),c}createRadio(t,e,i,n){const s=document.createElement("input-radio");return s.setAttribute("name",e),s.setAttribute("value",i),s.setAttribute("identification",t),s.setAttribute("dataRate",n),s}createRowText(t){const e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}createRowTextWithImg(t,e,i){const n=document.createElement("span"),s=document.createElement("payment-method-logo");return s.setAttribute("src",e),s.setAttribute("alt",i),s.style.marginRight="10px",n.classList.add("mp-input-table-row-text-image"),n.innerHTML=t,n.appendChild(s),n}createRowObs(t,e){const i=document.createElement("span");return e?i.classList.add("mp-input-table-row-obs-highlight"):i.classList.add("mp-input-table-row-obs"),i.innerHTML=t,i}createLink(){const t=document.createElement("div");t.classList.add("mp-input-table-container-link");const e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}createBankInterestDisclaimer(){const t=document.createElement("div");t.classList.add("mp-input-table-bank-interest-container");const e=document.createElement("p");return e.classList.add("mp-input-table-bank-interest-text"),e.innerText=this.getAttribute("bank-interest-text"),t.appendChild(e),t}appendItems(t,e,i,n){this.validateLimit();for(let s=this.index;s=this.total&&i.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}validateLimit(){this.limit>this.total&&(this.limit=this.total)}}customElements.define("input-table",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-method-logo-slider-container"),t.appendChild(this.createContent()),t}createContent(){const t=JSON.parse(this.getAttribute("methods")),e=document.createElement("div");e.classList.add("mp-payment-method-logo-slider-content"),e.appendChild(this.createImage(t[0]));const i=e.firstChild;return this.createSlider(i,t),e}createImage({src:t,alt:e}){const i=document.createElement("payment-method-logo");return i.setAttribute("src",t),i.setAttribute("alt",e),i}createSlider(t,e,i=0){t.setAttribute("src",e[i].src),t.setAttribute("alt",e[i].alt),i=i{this.createSlider(t,e,i)}),2e3)}}customElements.define("payment-method-logo-slider",t)})(),(()=>{class t extends HTMLElement{static get observedAttributes(){return["src","alt"]}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}createImage(){const 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=t=>t.target?.parentNode?.parentNode?.parentNode?.removeChild(t.target.parentNode.parentNode),t}}customElements.define("payment-method-logo",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-container"),t.appendChild(this.createContent()),t}createContent(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-content"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}createTitle(){const t=document.createElement("p");return t.classList.add("mp-payment-methods-v2-title"),t.innerHTML=this.getAttribute("title"),t}createList(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-list"),this.handleMethodsList(t)}handleMethodsList(t){const e=JSON.parse(this.getAttribute("methods"));let i=!1;if(e.forEach(((n,s)=>{s<=9||11===e.length?t.appendChild(this.createLogo(n)):i=!0})),i){const i=Object.entries(e).slice(10).map((t=>t[1]));t.appendChild(this.createSlider(JSON.stringify(i)))}return t}createLogo({src:t,alt:e}){const i=document.createElement("payment-method-logo");return i.setAttribute("src",t),i.setAttribute("alt",e),i}createSlider(t){const e=document.createElement("payment-method-logo-slider");return e.setAttribute("methods",t),e}}customElements.define("payment-methods-v2",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=JSON.parse(this.getAttribute("methods")),e=document.createElement("div");return e.classList.add("mp-payment-methods-container"),t.forEach((t=>{e.appendChild(this.createPaymentMethodType(t))})),e}createPaymentMethodType(t){const{title:e,label:i,payment_methods:n}=t,s=document.createElement("div");return s.classList.add("mp-payment-method-type-container"),n&&0!==n.length&&(s.appendChild(this.createHeader(e,i)),s.appendChild(this.createContent(n))),s}createHeader(t,e){const i=document.createElement("div");return i.classList.add("mp-payment-methods-header"),t&&i.appendChild(this.createTitle(t)),e&&i.appendChild(this.createBadge(e)),i}createTitle(t){const e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}createBadge(t){const e=document.createElement("div"),i=document.createElement("span");return i.classList.add("mp-payment-methods-badge-text"),i.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(i),e}createContent(t){const e=document.createElement("div");return e.classList.add("mp-payment-methods-content"),t.forEach((t=>{e.appendChild(this.createImage(t))})),e}createImage(t){const{src:e,alt:i}=t,n=document.createElement("payment-method-logo");return n.setAttribute("src",e),n.setAttribute("alt",i),n}}customElements.define("payment-methods",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createTitle(){const t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}createSubtitle(){const t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}createImage(){const t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}customElements.define("pix-template",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createText(){const t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}createLink(){const 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}}customElements.define("terms-and-conditions",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){const t=this.createTestMode(),e=this.createCardHeader(),i=this.createCardContent();t.appendChild(e),t.appendChild(i),this.appendChild(t)}createTestMode(){const t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}createCardContent(){const t=document.createElement("div");t.classList.add("mp-test-mode-card-content");const 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);const i=this.getAttribute("link-text"),n=this.getAttribute("link-src"),s=document.createElement("a");return s.classList.add("mp-test-mode-link"),s.innerHTML=i,s.href=n,s.target="blank",e.appendChild(s),t}createCardHeader(){const t=document.createElement("div");t.classList.add("mp-test-mode-card-content");const e=this.createBadge(),i=this.createTitle();return t.appendChild(e),t.appendChild(i),t}createBadge(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}createTitle(){const 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}}customElements.define("test-mode",t)})();
\ No newline at end of file
+(()=>{class t extends HTMLElement{static get observedAttributes(){return["title","description","retryButtonText"]}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){const t=this.createAlertDetails(),e=this.createCardContent();t.appendChild(e),this.appendChild(t)}createAlertDetails(){const t=document.createElement("div");return t.classList.add("mp-alert-details-card"),t}createCardContent(){const t=document.createElement("div");t.classList.add("mp-alert-details-card-content");const e=document.createElement("div");e.classList.add("mp-alert-details-card-content-left");const n=document.createElement("div");n.classList.add("mp-alert-details-card-content-right"),t.appendChild(e),t.appendChild(n);const i=this.createBadge(),a=this.createTitle(),s=this.createDescription(),r=this.createRetryButton();return e.appendChild(i),n.appendChild(a),n.appendChild(s),n.appendChild(r),t}createBadge(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-alert-details-badge"),t}createTitle(){const t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-alert-details-title"),t}createDescription(){const t=document.createElement("p");return t.innerHTML=this.getAttribute("description"),t.classList.add("mp-alert-details-description"),t}createRetryButton(){const t=this.getAttribute("retryButtonText"),e=document.createElement("button");return e.classList.add("mp-alert-details-retry-button"),e.innerHTML=t,e.onclick=()=>document.location.reload(),e}}customElements.define("alert-details",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}createTitle(){const t=document.createElement("p");t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title");const e=this.getAttribute("title-align");return"center"===e&&t.style.setProperty("text-align","center","important"),"left"===e&&t.style.setProperty("text-align","left","important"),t}createList(){const t=JSON.parse(this.getAttribute("items")),e=document.createElement("div");return e.classList.add("mp-checkout-benefits-list"),t.forEach(((t,n)=>{e.appendChild(this.createItem(t,n))})),e}createItem(t,e){const n=document.createElement("div");n.classList.add("mp-checkout-benefits-item");const i=this.getAttribute("list-mode");return"count"===i?(n.appendChild(this.createCountList(e)),n.appendChild(this.createSimpleText(t)),n):"bullet"===i?(n.appendChild(this.createBulletList()),n.appendChild(this.createSimpleText(t)),n):"image"===i&&"object"==typeof t?(n.appendChild(this.createImageList(t)),n.appendChild(this.createCompositeText(t)),n):n}createSimpleText(t){const e=document.createElement("span");return e.innerHTML=t,e}createCompositeText({title:t,subtitle:e}){const n=document.createElement("p");n.classList.add("mp-checkout-benefits-item-title"),n.innerHTML=t;const i=document.createElement("p");i.classList.add("mp-checkout-benefits-item-subtitle"),i.innerHTML=e;const a=document.createElement("span");return a.appendChild(n),a.appendChild(i),a}createCountList(t){const e=document.createElement("p");e.innerText=1+t,e.classList.add("mp-checkout-benefits-count-list-item");const n=document.createElement("div");return n.classList.add("mp-checkout-benefits-count-list-div"),n.appendChild(e),n}createBulletList(){const t=document.createElement("div");t.classList.add("mp-checkout-benefits-tick-mark-container");const e=document.createElement("div");return e.classList.add("mp-checkout-benefits-tick-mark"),t.appendChild(e),t}createImageList({image:t}){const e=document.createElement("div");return e.classList.add("mp-checkout-benefits-image-list"),e.appendChild(this.createImage(t)),e}createImage({src:t,alt:e}){const n=document.createElement("img");return n.classList.add("mp-checkout-benefits-image"),n.setAttribute("src",t),n.setAttribute("alt",e),n}}customElements.define("checkout-benefits",t)})(),(()=>{class t extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){this.render()}render(){const t=document.createElement("div");t.classList.add("mp-info-notification");const e=document.createElement("div");e.classList.add("content");const n=document.createElement("img");n.src=this.getAttribute("src"),n.alt="Icone de informação",n.classList.add("icon");const i=document.createElement("div");i.classList.add("message"),i.textContent=this.getAttribute("message")||"Mensagem de informação",e.appendChild(n),e.appendChild(i),t.appendChild(e);const a=document.createElement("div");a.classList.add("footer");const s=document.createElement("img");s.src=this.getAttribute("icon"),s.alt="Footer Icon",s.classList.add("footer-icon"),a.appendChild(s),a.appendChild(document.createTextNode(this.getAttribute("footer-text")||"Procesado por Mercado Pago")),this.shadowRoot.append(t),this.shadowRoot.append(a),this.applyStyles()}applyStyles(){const t=document.createElement("style");t.textContent="\n .mp-info-notification {\n display: flex !important;\n flex-direction: column !important;\n padding: 12px !important;\n background-color: #f7f7f7 !important;\n border-radius: 8px !important;\n border-left: 4px solid #009ee3 !important;\n margin-bottom: 16px !important;\n }\n\n .content {\n display: flex !important;\n align-items: center !important;\n }\n\n .icon {\n max-width: 16px !important;\n max-height: 16px !important;\n margin-right: 8px !important;\n }\n\n @media (max-width: 600px) {\n .icon {\n margin-bottom: 15px !important;\n }\n }\n\n @media (max-width: 300px) {\n .icon {\n margin-bottom: 35px !important;\n }\n }\n\n .message {\n flex-grow: 1 !important;\n color: #333 !important;\n padding: 10px !important;\n font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;\n font-size: 14px !important;\n font-weight: 400 !important;\n line-height: 18px !important;\n text-align: left !important;\n }\n\n .footer {\n display: flex !important;\n align-items: center !important;\n color: #999 !important;\n margin-top: 24px !important;\n font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;\n font-size: 12px !important;\n font-weight: 600 !important;\n line-height: 15px !important;\n text-align: left !important;\n }\n\n .footer-icon {\n max-width: 20px !important;\n margin-right: 8px !important;\n }\n ",this.shadowRoot.appendChild(t)}}customElements.define("checkout-notice",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-checkout-redirect-v2-container"),t.setAttribute("data-cy","checkout-redirect-v2-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}createImage(){const t=document.createElement("img");return t.classList.add("mp-checkout-redirect-v2-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}createText(){const t=document.createElement("p");return t.classList.add("mp-checkout-redirect-v2-text"),t.innerHTML=this.getAttribute("text"),t}}customElements.define("checkout-redirect-v2",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createImage(){const t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}createText(){const t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}customElements.define("checkout-redirect",t)})(),(()=>{class t extends HTMLElement{helper=this.createHelper();inputContainer=this.createInputContainer();connectedCallback(){this.build()}build(){const t=document.createElement("div");t.classList.add("mp-yape-input-code-container");const e=document.createElement("div");e.classList.add("mp-yape-label-container");const n=document.createElement("label");n.setAttribute("id","yape-input-code-label"),n.textContent=this.getAttribute("label")||"Código de aprobación";const i=document.createElement("div");i.classList.add("mp-yape-icon-wrapper");const a=document.createElement("img");a.src=this.getAttribute("src"),a.alt="Icone de ajuda",a.classList.add("mp-yape-icon");const s=document.createElement("div");s.classList.add("mp-yape-tooltip"),s.textContent=this.getAttribute("tooltip-text")||"Encuéntralo en el menú de la app de Yape.",i.appendChild(a),i.appendChild(s),e.appendChild(n),e.appendChild(i),t.appendChild(e),this.inputs=[];for(let t=0;t<6;t+=1){const e=document.createElement("input");e.type="text",e.maxLength="1",e.classList.add("mp-yape-code-input"),e.setAttribute("input-index",t),this.inputs.push(e),e.addEventListener("input",(e=>{/\d/.test(e.target.value)?1===e.target.value.length&&t<5&&this.inputs[t+1].focus():e.target.value="",this.updateClassesOnInput()})),e.addEventListener("keydown",(t=>{const e=parseInt(t.target.getAttribute("input-index"));"ArrowLeft"===t.key&&e>0?this.inputs[e-1].focus():"ArrowRight"===t.key&&e<5?this.inputs[e+1].focus():"Backspace"===t.key&&e>0&&!t.target.value&&this.inputs[e-1].focus()})),0===t&&e.addEventListener("paste",(t=>this.handlePaste(t))),e.addEventListener("focus",(()=>{e.classList.add("mp-input-code-focus"),e.classList.remove("mp-input-code-error"),this.helper.firstElementChild.style.display="none",document.getElementById("yape-input-code-label").style.color="#111111"})),e.addEventListener("blur",(()=>{setTimeout((()=>{this.validate()}),100)})),this.inputContainer.appendChild(e)}t.appendChild(this.inputContainer),this.appendChild(t),this.appendChild(this.helper),this.applyStyles()}validate(){this.checkForErrors(this.helper,this.inputContainer)}handlePaste(t){if(t.preventDefault(),!Array.isArray(this.inputs))return;const e=((t.clipboardData||window.clipboardData).getData("text")||"").split("").filter((t=>/\d/.test(t)));e.length>0&&e.forEach(((t,e)=>{e{t.classList.remove("mp-input-code-error"),t.classList.add("mp-input-code-focus")}))}checkForErrors(t,e){const n=e.querySelectorAll("input"),i=Array.from(n).every((t=>""!==t.value)),a=Array.from(n).some((t=>""!==t.value));document.activeElement.classList.contains("mp-yape-code-input")||i||(n.forEach((t=>t.classList.add("mp-input-code-error"))),t.firstElementChild.style.display="flex",document.getElementById("yape-input-code-label").style.color="#f23d4f",document.getElementById("helper-approval-code").childNodes[1].innerHTML=a?document.querySelector("input-code").getAttribute("invalid-error-message"):document.querySelector("input-code").getAttribute("empty-error-message"))}applyStyles(){const t=document.createElement("style");t.textContent="\n .mp-yape-input-code-container {\n display: flex !important;\n flex-direction: column !important;\n font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;\n }\n\n .mp-yape-label-container {\n display: flex !important;\n align-items: flex-start !important;\n margin-bottom: -8px !important;\n font-style: normal !important;\n font-weight: 400 !important;\n height: 30px !important;\n line-height: 18px !important;\n font-size: 14px !important;\n padding-left: 6px !important\n }\n\n .mp-yape-icon-wrapper {\n position: relative !important;\n display: flex !important;\n align-items: center !important;\n }\n\n .mp-yape-icon {\n max-width: 20px !important;\n margin-left: 4px !important;\n cursor: pointer !important;\n }\n\n .mp-yape-tooltip {\n display: none !important;\n position: absolute !important;\n top: -55px !important;\n left: 50% !important;\n transform: translateX(-50%) !important;\n background-color: white !important;\n padding: 8px !important;\n border-radius: 8px !important;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;\n z-index: 100 !important;\n white-space: nowrap !important;\n pointer-events: none !important;\n font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;\n font-size: 14px !important;\n font-weight: 400 !important;\n line-height: 28px !important;\n text-align: left !important;\n\n }\n\n .mp-yape-tooltip::after {\n content: \"\";\n position: absolute;\n bottom: -8px;\n left: 51%;\n transform: translateX(-70%);\n border-width: 8px 8px 0 8px;\n border-style: solid;\n z-index: 101;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n clip-path: polygon(100% 0%, 0% 0%, 50% 100%);\n color: white;\n }\n\n .mp-yape-icon-wrapper:hover .mp-yape-tooltip {\n display: block !important;\n }\n\n .mp-yape-input-container {\n display: flex !important;\n gap: 8px !important;\n }\n\n .mp-yape-code-input {\n width: 38px !important;\n height: 53px !important;\n text-align: center !important;\n font-size: 24px !important;\n border: 1px solid #ccc !important;\n border-radius: 4px !important;\n font-size: 16px !important;\n line-height: 20px !important;\n font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;\n font-weight: 400 !important;\n }\n\n .mp-yape-code-input:nth-child(4) {\n margin-left: 10px !important;\n }\n\n .mp-input-code-focus {\n border: 1px solid #7f54b3 !important;\n }\n\n .mp-input-code-error {\n border: 1px solid #f23d4f !important;\n }\n ",this.appendChild(t)}createInputContainer(){const t=document.createElement("div");return t.classList.add("mp-yape-input-container"),t}createHelper(){const t=document.createElement("input-helper");return t.setAttribute("isVisible",!1),t.setAttribute("message","error"),t.setAttribute("input-id","helper-approval-code"),t}}customElements.define("input-code",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){const t=this.createInputDocument();this.appendChild(t)}createInputDocument(){const t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");const e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),i=this.createHiddenField(this.getAttribute("hidden-id")),a=this.createInput(n,i);return t.appendChild(e),t.appendChild(a),t.appendChild(i),t.appendChild(n),t}createLabel(t){const e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}createInput(t,e){const n=document.createElement("div");n.classList.add("mp-input"),n.setAttribute("id","form-checkout__identificationNumber-container");const i=JSON.parse(this.getAttribute("documents")),a=this.getAttribute("validate"),s=this.createVerticalLine(),r=this.createSelect(n,t,i,a),d=this.createDocument(n,r,t);return r.addEventListener("change",(()=>{n.classList.remove("mp-focus"),n.classList.remove("mp-error"),this.setInpuProperties(r,d),this.setMaskInputDocument(r,d,e)})),n.appendChild(r),n.appendChild(s),n.appendChild(d),this.setMaskInputDocument(r,d,e),n}setInpuProperties(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",""))}createSelect(t,e,n,i){const a=document.createElement("select");return a.classList.add("mp-document-select"),a.setAttribute("name",this.getAttribute("select-name")),a.setAttribute("id",this.getAttribute("select-id")),a.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),a.setAttribute("data-cy","select-document"),n&&n.forEach((t=>{this.createOption(a,t)})),i&&(a.addEventListener("focus",(()=>{t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),a.addEventListener("focusout",(()=>{t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),a}createOption(t,e){const n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}createHiddenField(t){const e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}createVerticalLine(){const t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}isValidCPF(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;let e,n=0;for(let e=1;e<=9;e+=1)n+=parseInt(t.substring(e-1,e))*(11-e);if(e=10*n%11,10!==e&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(let e=1;e<=10;e+=1)n+=parseInt(t.substring(e-1,e))*(12-e);return e=10*n%11,10!==e&&11!==e||(e=0),e===parseInt(t.substring(10,11))}isValidCNPJ(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;let e=t.length-2,n=t.substring(0,e);const i=t.substring(e);let a=0,s=e-7;for(let t=e;t>=1;t-=1)a+=n.charAt(e-t)*s--,s<2&&(s=9);let r=a%11<2?0:11-a%11;if(r!==Number(i.charAt(0)))return!1;e+=1,n=t.substring(0,e),a=0,s=e-7;for(let t=e;t>=1;t-=1)a+=n.charAt(e-t)*s--,s<2&&(s=9);return r=a%11<2?0:11-a%11,r===Number(i.charAt(1))}isValidCI(t){let e=0,n=0,i=0;const a=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t=`0${t}`;for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return i=e%10==0?0:10-e%10,a===i.toString()}isValidCC(t){return"string"==typeof t&&t.length>0}isValidCE(t){return"string"==typeof t&&t.length>0}isValidNIT(t){return"string"==typeof t&&t.length>0}setMaskInputDocument(t,e,n){const i={CPF:t=>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:t=>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:t=>t.replace(/\D+/g,"")};e.addEventListener("input",(e=>{if(void 0!==i[t.value]&&(e.target.value=i[t.value](e.target.value)),n){const t=e.target.value.replace(/[^\w\s]/gi,"");n.value=t}}))}createDocument(t,e,n){const i=document.createElement("input");return i.setAttribute("name",this.getAttribute("input-name")),i.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),i.setAttribute("data-cy","input-document"),i.classList.add("mp-document"),i.type="text",i.inputMode="text",this.setInpuProperties(e,i),i.addEventListener("focus",(()=>{t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),i.addEventListener("focusout",(()=>{t.classList.remove("mp-focus");const a={CPF:t=>this.isValidCPF(t),CNPJ:t=>this.isValidCNPJ(t),CI:t=>this.isValidCI(t),CC:t=>this.isValidCC(t),CE:t=>this.isValidCE(t),NIT:t=>this.isValidNIT(t)};void 0!==a[e.value]&&(a[e.value](i.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",i.setAttribute("name",this.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",i.setAttribute("name",this.getAttribute("flag-error"))))})),i}createHelper(t){const e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}customElements.define("input-document",t)})(),(()=>{class t extends HTMLElement{helper=this.createHelper();input=this.createInput();connectedCallback(){this.build()}build(){const t=this.createInputField();this.appendChild(t)}createInputField(){const t=document.createElement("div");t.classList.add("mp-yape-input-field"),t.setAttribute("data-cy","input-field-container");const e=this.createLabel(this.getAttribute("label-message"));return t.appendChild(e),t.appendChild(this.input),t.appendChild(this.helper),t}createLabel(t){const e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","true"),e}validate(){""===this.input.value?(this.helper.firstElementChild.style.display="flex",document.getElementById("helper-input-field").childNodes[1].innerHTML=document.querySelector("input-field").getAttribute("empty-error-message"),this.input.classList.add("mp-input-field-error"),document.querySelector('[data-cy="input-label"]').style.setProperty("color","#f23d4f","important")):this.input.value.length<11?(this.helper.firstElementChild.style.display="flex",document.getElementById("helper-input-field").childNodes[1].innerHTML=document.querySelector("input-field").getAttribute("invalid-error-message"),this.input.classList.add("mp-input-field-error"),document.querySelector('[data-cy="input-label"]').style.setProperty("color","#f23d4f","important")):(this.helper.firstElementChild.style.display="none",document.querySelector('[data-cy="input-label"]').style.setProperty("color","#111111","important"))}createInput(){const t=document.createElement("input");return t.classList.add("mp-yape-input"),t.setAttribute("id","checkout__yapePhoneNumber"),t.setAttribute("maxlength","11"),t.setAttribute("placeholder","Ej.: 872 123 432"),t.setAttribute("aria-hidden","true"),t.setAttribute("data-cy","input-field"),t.setAttribute("name","phoneNumber"),t.setAttribute("required","true"),t.addEventListener("input",(()=>{const e=t.value.replace(/\D/g,"");let n="";for(let t=0;t{t.classList.add("mp-input-field-focus"),t.classList.remove("mp-input-field-error"),this.helper.firstElementChild.style.display="none"})),t.addEventListener("blur",(()=>{this.validate()})),t}createHelper(){const t=document.createElement("input-helper");return t.setAttribute("isVisible","false"),t.setAttribute("message","error"),t.setAttribute("input-id","helper-input-field"),t}}customElements.define("input-field",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createHelper())}createHelper(){const 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);const e=this.createIcon(),n=this.getAttribute("message"),i=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(i),t}createIcon(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}createHelperMessage(t){const e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}validateVisibility(t){let e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}customElements.define("input-helper",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createLabel())}createLabel(){const t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");const e=this.getAttribute("message");t.innerHTML=e;let n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){const e=document.createElement("b");e.innerHTML="*",e.style="color: red",t.appendChild(e)}return t}}customElements.define("input-label",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}createRadio(){const 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}createLabel(){const t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}customElements.define("input-radio",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t.appendChild(this.createHelper()),t}createInput(){const t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}createSelect(){const t=document.createElement("select"),e=this.getAttribute("name");t.classList.add("mp-input-select-select"),t.setAttribute("id",e),t.setAttribute("name",e);const n=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));if(this.getAttribute("default-option")){const e=document.createElement("option");e.setAttribute("selected","selected"),e.setAttribute("hidden","hidden"),e.innerHTML=this.getAttribute("default-option"),t.appendChild(e)}return n&&0!==n.length&&n.forEach((e=>{t.appendChild(this.createOption(e))})),t}createOption(t){const e=document.createElement("option");return e.innerHTML=t.description,e.value=t.id,e}createLabel(){const 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}createHelper(){const t=document.createElement("input-helper");return t.setAttribute("isVisible",!1),t.setAttribute("message",this.getAttribute("helper-message")),t.setAttribute("input-id","mp-doc-number-helper"),t}createHiddenField(t){const e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}}customElements.define("input-select",t)})(),(()=>{class t extends HTMLElement{static get observedAttributes(){return["columns","name","button-name","bank-interest-text"]}constructor(){super(),this.index=0,this.limit=5,this.offset=this.limit,this.columns=null,this.total=0}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){this.appendChild(this.createContainer())}setColumns(){return this.columns=JSON.parse(this.getAttribute("columns")),this}setTotal(){return this.total=this.columns.length,this}createContainer(){const t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList()),t.appendChild(this.createBankInterestDisclaimer())),t}createList(){const t=document.createElement("div");t.classList.add("mp-input-table-list"),t.setAttribute("data-cy","input-table-list");const e=this.createLink();return e.onclick=()=>this.appendItems(this.columns,t,e,!0),this.appendItems(this.columns,t,e,!1),t.appendChild(e),t}createItem(t){const e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}createLabel(t){const{id:e,value:n,rowText:i,rowObs:a,highlight:s,img:r,alt:d,dataRate:c}=t,l=this.getAttribute("name"),o=document.createElement("div");return o.classList.add("mp-input-table-label"),o.appendChild(this.createOption(e,l,n,i,r,d,c)),a&&o.appendChild(this.createRowObs(a,s)),o.onclick=()=>{document.getElementById(e).checked=!0},o}createOption(t,e,n,i,a,s,r){const d=document.createElement("div");return d.classList.add("mp-input-table-option"),d.appendChild(this.createRadio(t,e,n,r)),a?d.appendChild(this.createRowTextWithImg(i,a,s)):d.appendChild(this.createRowText(i)),d}createRadio(t,e,n,i){const a=document.createElement("input-radio");return a.setAttribute("name",e),a.setAttribute("value",n),a.setAttribute("identification",t),a.setAttribute("dataRate",i),a}createRowText(t){const e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}createRowTextWithImg(t,e,n){const i=document.createElement("span"),a=document.createElement("payment-method-logo");return a.setAttribute("src",e),a.setAttribute("alt",n),a.style.marginRight="10px",i.classList.add("mp-input-table-row-text-image"),i.innerHTML=t,i.appendChild(a),i}createRowObs(t,e){const n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}createLink(){const t=document.createElement("div");t.classList.add("mp-input-table-container-link");const e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}createBankInterestDisclaimer(){const t=document.createElement("div");t.classList.add("mp-input-table-bank-interest-container");const e=document.createElement("p");return e.classList.add("mp-input-table-bank-interest-text"),e.innerText=this.getAttribute("bank-interest-text"),t.appendChild(e),t}appendItems(t,e,n,i){this.validateLimit();for(let a=this.index;a=this.total&&n.style.setProperty("display","none","important"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}validateLimit(){this.limit>this.total&&(this.limit=this.total)}}customElements.define("input-table",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-method-logo-slider-container"),t.appendChild(this.createContent()),t}createContent(){const t=JSON.parse(this.getAttribute("methods")),e=document.createElement("div");e.classList.add("mp-payment-method-logo-slider-content"),e.appendChild(this.createImage(t[0]));const n=e.firstChild;return this.createSlider(n,t),e}createImage({src:t,alt:e}){const n=document.createElement("payment-method-logo");return n.setAttribute("src",t),n.setAttribute("alt",e),n}createSlider(t,e,n=0){t.setAttribute("src",e[n].src),t.setAttribute("alt",e[n].alt),n=n{this.createSlider(t,e,n)}),2e3)}}customElements.define("payment-method-logo-slider",t)})(),(()=>{class t extends HTMLElement{static get observedAttributes(){return["src","alt"]}connectedCallback(){this.build()}attributeChangedCallback(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}createImage(){const 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=t=>t.target?.parentNode?.parentNode?.parentNode?.removeChild(t.target.parentNode.parentNode),t}}customElements.define("payment-method-logo",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-container"),t.appendChild(this.createContent()),t}createContent(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-content"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}createTitle(){const t=document.createElement("p");return t.classList.add("mp-payment-methods-v2-title"),t.innerHTML=this.getAttribute("title"),t}createList(){const t=document.createElement("div");return t.classList.add("mp-payment-methods-v2-list"),this.handleMethodsList(t)}handleMethodsList(t){const e=JSON.parse(this.getAttribute("methods"));let n=!1;if(e.forEach(((i,a)=>{a<=9||11===e.length?t.appendChild(this.createLogo(i)):n=!0})),n){const n=Object.entries(e).slice(10).map((t=>t[1]));t.appendChild(this.createSlider(JSON.stringify(n)))}return t}createLogo({src:t,alt:e}){const n=document.createElement("payment-method-logo");return n.setAttribute("src",t),n.setAttribute("alt",e),n}createSlider(t){const e=document.createElement("payment-method-logo-slider");return e.setAttribute("methods",t),e}}customElements.define("payment-methods-v2",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const t=JSON.parse(this.getAttribute("methods")),e=document.createElement("div");return e.classList.add("mp-payment-methods-container"),t.forEach((t=>{e.appendChild(this.createPaymentMethodType(t))})),e}createPaymentMethodType(t){const{title:e,label:n,payment_methods:i}=t,a=document.createElement("div");return a.classList.add("mp-payment-method-type-container"),i&&0!==i.length&&(a.appendChild(this.createHeader(e,n)),a.appendChild(this.createContent(i))),a}createHeader(t,e){const 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}createTitle(t){const e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}createBadge(t){const 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}createContent(t){const e=document.createElement("div");return e.classList.add("mp-payment-methods-content"),t.forEach((t=>{e.appendChild(this.createImage(t))})),e}createImage(t){const{src:e,alt:n}=t,i=document.createElement("payment-method-logo");return i.setAttribute("src",e),i.setAttribute("alt",n),i}}customElements.define("payment-methods",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createTitle(){const t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}createSubtitle(){const t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}createImage(){const t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}customElements.define("pix-template",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){this.appendChild(this.createContainer())}createContainer(){const 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}createText(){const t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}createLink(){const 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}}customElements.define("terms-and-conditions",t)})(),(()=>{class t extends HTMLElement{connectedCallback(){this.build()}build(){const t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}createTestMode(){const t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}createCardContent(){const t=document.createElement("div");t.classList.add("mp-test-mode-card-content");const 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);const n=this.getAttribute("link-text"),i=this.getAttribute("link-src"),a=document.createElement("a");return a.classList.add("mp-test-mode-link"),a.innerHTML=n,a.href=i,a.target="blank",e.appendChild(a),t}createCardHeader(){const t=document.createElement("div");t.classList.add("mp-test-mode-card-content");const e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}createBadge(){const t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}createTitle(){const 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}}customElements.define("test-mode",t)})();
\ No newline at end of file
diff --git a/assets/js/checkouts/yape/mp-yape-checkout.js b/assets/js/checkouts/yape/mp-yape-checkout.js
new file mode 100644
index 000000000..4247de95e
--- /dev/null
+++ b/assets/js/checkouts/yape/mp-yape-checkout.js
@@ -0,0 +1,72 @@
+/* globals wc_mercadopago_yape_checkout_params, MercadoPago */
+
+async function mercadoPagoFormHandlerYape() {
+ if (!document.getElementById('payment_method_woo-mercado-pago-yape').checked) {
+ return true;
+ }
+
+ if (!isFormValid()) {
+ return false;
+ }
+
+ const yapeOptions = {
+ otp: getCodeValue(),
+ phoneNumber: document.getElementById("checkout__yapePhoneNumber").value.replaceAll(' ', '')
+ };
+
+ const mp = new MercadoPago(wc_mercadopago_yape_checkout_params.public_key);
+ const yape = mp.yape(yapeOptions);
+
+ try {
+ const yapeToken = await yape.create();
+ document.getElementById("yapeToken").value = yapeToken.id;
+ return true;
+ } catch (error) {
+ console.error(error); // TODO: Show error message to user
+ }
+
+ return false;
+}
+
+const getCodeValue = function() {
+ const inputs = document.querySelectorAll('.mp-yape-code-input');
+ let code = '';
+ inputs.forEach(input => {
+ code += input.value;
+ });
+ return code;
+};
+
+const isFormValid = () => {
+ document.getElementsByTagName('input-field')[0].validate();
+ document.getElementsByTagName('input-code')[0].validate();
+
+ return !Array
+ .from(document.querySelector('form.checkout').querySelectorAll('input-helper'))
+ .some(item => item.querySelector('div').style.display !== 'none')
+};
+
+// Process when submit the checkout form
+jQuery('form.checkout').on('checkout_place_order_woo-mercado-pago-yape', (_event, wc_checkout_form) => {
+ const $token = jQuery("#yapeToken");
+
+ if ($token.data('fresh')) {
+ $token.data('fresh', null);
+ return true;
+ }
+
+ mercadoPagoFormHandlerYape().then((success) => {
+ if (success) {
+ $token.data('fresh', 'true');
+ wc_checkout_form.$checkout_form.trigger('submit');
+ }
+ });
+
+ return false;
+});
+
+// If payment fail, retry on next checkout page
+jQuery('form#order_review').submit(function (event) {
+ event.preventDefault();
+ return mercadoPagoFormHandlerYape();
+});
diff --git a/assets/js/checkouts/yape/mp-yape-checkout.min.js b/assets/js/checkouts/yape/mp-yape-checkout.min.js
new file mode 100644
index 000000000..8400d452c
--- /dev/null
+++ b/assets/js/checkouts/yape/mp-yape-checkout.min.js
@@ -0,0 +1 @@
+async function mercadoPagoFormHandlerYape(){if(!document.getElementById("payment_method_woo-mercado-pago-yape").checked)return!0;if(!isFormValid())return!1;const e={otp:getCodeValue(),phoneNumber:document.getElementById("checkout__yapePhoneNumber").value.replaceAll(" ","")},o=new MercadoPago(wc_mercadopago_yape_checkout_params.public_key).yape(e);try{const e=await o.create();return document.getElementById("yapeToken").value=e.id,!0}catch(e){console.error(e)}return!1}const getCodeValue=function(){const e=document.querySelectorAll(".mp-yape-code-input");let o="";return e.forEach((e=>{o+=e.value})),o},isFormValid=()=>(document.getElementsByTagName("input-field")[0].validate(),document.getElementsByTagName("input-code")[0].validate(),!Array.from(document.querySelector("form.checkout").querySelectorAll("input-helper")).some((e=>"none"!==e.querySelector("div").style.display)));jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-yape",((e,o)=>{const r=jQuery("#yapeToken");return r.data("fresh")?(r.data("fresh",null),!0):(mercadoPagoFormHandlerYape().then((e=>{e&&(r.data("fresh","true"),o.$checkout_form.trigger("submit"))})),!1)})),jQuery("form#order_review").submit((function(e){return e.preventDefault(),mercadoPagoFormHandlerYape()}));
\ No newline at end of file
diff --git a/build/custom.block.asset.php b/build/custom.block.asset.php
index a9080cf5d..2542f9c07 100644
--- a/build/custom.block.asset.php
+++ b/build/custom.block.asset.php
@@ -1 +1 @@
- array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'c503bd7affcbb1d93397');
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => '9ec7fae1942eec9aa50c');
diff --git a/build/custom.block.js b/build/custom.block.js
index a34826269..304c310d8 100644
--- a/build/custom.block.js
+++ b/build/custom.block.js
@@ -1 +1 @@
-(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,a=window.wc.wcSettings,c=window.wp.element,n=window.wp.htmlEntities,o="mercadopago_blocks_update_cart";const m=({labelMessage:t,helperMessage:a,inputName:c,hiddenId:n,inputDataCheckout:o,selectId:m,selectName:s,selectDataCheckout:r,flagError:l,documents:i,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":a,"input-name":c,"hidden-id":n,"input-data-checkout":o,"select-id":m,"select-name":s,"select-data-checkout":r,"flag-error":l,documents:i,validate:d})),s=({isVisible:t,message:a,inputId:c,id:n,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:a,"input-id":c,id:n,"data-main":o}),r=({isOptinal:t,message:a,forId:c})=>(0,e.createElement)("input-label",{isOptinal:t,message:a,for:c}),l=({methods:t})=>(0,e.createElement)("payment-methods",{methods:t}),i=({description:t,linkText:a,linkSrc:c,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":a,"link-src":c})),d=({title:t,description:a,linkText:c,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:a,"link-text":c,"link-src":n})),p=(e,t,a)=>{const c={name:e,message:t,target:a,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var u;const _="mp_checkout_blocks",h="woo-mercado-pago-custom",k=(0,a.getSetting)("woo-mercado-pago-custom_data",{}),E=(0,n.decodeEntities)(k.title)||"Checkout Custom",y=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:a,emitResponse:n}=e,{onPaymentSetup:m}=a;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,h);const e=m((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,h),e())}),[m])})(t);const{test_mode:a,test_mode_title:n,test_mode_description:u,test_mode_link_text:E,test_mode_link_src:y,wallet_button:g,wallet_button_image:v,wallet_button_title:b,wallet_button_description:f,wallet_button_button_text:w,available_payments_title_icon:N,available_payments_title:C,available_payments_image:x,payment_methods_items:S,payment_methods_promotion_link:T,payment_methods_promotion_text:I,site_id:M,card_form_title:R,card_number_input_label:F,card_number_input_helper:O,card_holder_name_input_label:P,card_holder_name_input_helper:U,card_expiration_input_label:D,card_expiration_input_helper:L,card_security_code_input_label:V,card_security_code_input_helper:B,card_document_input_label:$,card_document_input_helper:q,card_installments_title:A,card_issuer_input_label:Y,card_installments_input_helper:j,terms_and_conditions_description:H,terms_and_conditions_link_text:K,terms_and_conditions_link_src:z,amount:J,currency_ratio:Q,message_error_amount:G}=k.params;if(null==J)return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},G));const W=(0,c.useRef)(null),[X,Z]=(0,c.useState)("custom"),{eventRegistration:ee,emitResponse:te,onSubmit:ae}=t,{onPaymentSetup:ce,onCheckoutSuccess:ne,onCheckoutFail:oe}=ee;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),jQuery(window.mpCheckoutForm).prop("id",mpFormId),(0,c.useEffect)((()=>{var e,a;e=t.billing.cartTotal.value,a=t.billing.currency,cardFormMounted&&cardForm.unmount(),initCardForm(function(e,t){if(!Number.isInteger(e)||"object"!=typeof t)throw new Error("Invalid input");const a=(e/Math.pow(10,t.minorUnit)).toFixed(t.minorUnit).split(".");return`${a[0]}.${a[1]}`}(e,a))}),[t.billing.cartTotal.value]),(0,c.useEffect)((()=>{cardFormMounted&&cardForm.unmount(),initCardForm();const e=ce((async()=>{const e=document.querySelector("#form-checkout__cardholderName"),t=document.querySelector("#mp-card-holder-name-helper");var a;if(""==e.value&&("flex",(a=t)&&a.style&&(a.style.display="flex")),"wallet_button"!==document.querySelector("#mp_checkout_type").value)try{if(!CheckoutPage.validateInputsCreateToken())return{type:te.responseTypes.ERROR};{const e=await cardForm.createCardToken();document.querySelector("#cardTokenId").value=e.token}}catch(e){console.warn("Token creation error: ",e)}const c=W.current,n={};return c.childNodes.forEach((e=>{"INPUT"===e.tagName&&e.name&&(n[e.name]=e.value)})),Z("custom"),{type:te.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[ce,te.responseTypes.ERROR,te.responseTypes.SUCCESS]),(0,c.useEffect)((()=>{const e=ne((async e=>{const t=e.processingResponse,a=e.processingResponse.paymentDetails;if(a.three_ds_flow){const e=new Promise(((e,t)=>{window.addEventListener("completed_3ds",(a=>{a.detail.error&&(console.log("rejecting with "+a.detail.error),t(a.detail.error)),e()}))}));return load3DSFlow(a.last_four_digits),await e.then((()=>({type:te.responseTypes.SUCCESS}))).catch((e=>({type:te.responseTypes.FAIL,message:e,messageContext:te.noticeContexts.PAYMENTS})))}return p("MP_CUSTOM_BLOCKS_SUCCESS",t.paymentStatus,_),{type:te.responseTypes.SUCCESS}}));return()=>e()}),[ne]),(0,c.useEffect)((()=>{const e=oe((e=>{const t=e.processingResponse;return p("MP_CUSTOM_BLOCKS_ERROR",t.paymentStatus,_),{type:te.responseTypes.FAIL,messageContext:te.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[oe]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-container"},a?(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)(d,{title:n,description:u,linkText:E,linkSrc:y})):null,"yes"===g?(0,e.createElement)("div",{className:"mp-wallet-button-container"},(0,e.createElement)("img",{src:v}),(0,e.createElement)("div",{className:"mp-wallet-button-title"},(0,e.createElement)("span",null,b)),(0,e.createElement)("div",{className:"mp-wallet-button-description"},f),(0,e.createElement)("div",{className:"mp-wallet-button-button"},(0,e.createElement)("button",{id:"mp-wallet-button",type:"button",onClick:e=>{e.preventDefault(),Z("wallet_button"),ae()}},w))):null,(0,e.createElement)("div",{id:"mp-custom-checkout-form-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-header",onClick:()=>{const e=document.getElementsByClassName("mp-checkout-custom-available-payments")[0],t=e.getElementsByClassName("mp-checkout-custom-available-payments-header")[0].getElementsByClassName("mp-checkout-custom-available-payments-collapsible")[0],a=e.getElementsByClassName("mp-checkout-custom-available-payments-content")[0];if(a.style.maxHeight)t.src=k.params.available_payments_chevron_down,a.style.maxHeight=null,a.style.padding="0px";else{let e=a.scrollHeight+15+"px";t.src=k.params.available_payments_chevron_up,a.style.setProperty("max-height",e,"important"),a.style.setProperty("padding","24px 0px 0px","important")}}},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-title"},(0,e.createElement)("img",{src:N,className:"mp-icon"}),(0,e.createElement)("p",{className:"mp-checkout-custom-available-payments-text"},C)),(0,e.createElement)("img",{src:x,className:"mp-checkout-custom-available-payments-collapsible"})),(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-content"},(0,e.createElement)(l,{methods:S}),"MLA"===M?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{id:"mp_promotion_link"}," | "),(0,e.createElement)("a",{href:T,id:"mp_checkout_link",className:"mp-checkout-link mp-pl-10",target:"_blank"},I)):null,(0,e.createElement)("hr",null))),(0,e.createElement)("div",{className:"mp-checkout-custom-card-form"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},R),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(r,{isOptinal:!1,message:F,forId:"mp-card-number"}),(0,e.createElement)("div",{className:"mp-checkout-custom-card-input",id:"form-checkout__cardNumber-container"}),(0,e.createElement)(s,{isVisible:!1,message:O,inputId:"mp-card-number-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row",id:"mp-card-holder-div"},(0,e.createElement)(r,{message:P,isOptinal:!1}),(0,e.createElement)("input",{className:"mp-checkout-custom-card-input mp-card-holder-name",placeholder:"Ex.: María López",id:"form-checkout__cardholderName",name:"mp-card-holder-name","data-checkout":"cardholderName"}),(0,e.createElement)(s,{isVisible:!1,message:U,inputId:"mp-card-holder-name-helper",dataMain:"mp-card-holder-name"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row mp-checkout-custom-dual-column-row"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(r,{message:D,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__expirationDate-container",className:"mp-checkout-custom-card-input mp-checkout-custom-left-card-input"}),(0,e.createElement)(s,{isVisible:!1,message:L,inputId:"mp-expiration-date-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(r,{message:V,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__securityCode-container",className:"mp-checkout-custom-card-input"}),(0,e.createElement)("p",{id:"mp-security-code-info",className:"mp-checkout-custom-info-text"}),(0,e.createElement)(s,{isVisible:!1,message:B,inputId:"mp-security-code-helper"}))),(0,e.createElement)("div",{id:"mp-doc-div",className:"mp-checkout-custom-input-document",style:{display:"none"}},(0,e.createElement)(m,{labelMessage:$,helperMessage:q,inputName:"identificationNumber",hiddenId:"form-checkout__identificationNumber",inputDataCheckout:"docNumber",selectId:"form-checkout__identificationType",selectName:"identificationType",selectDataCheckout:"docType",flagError:"docNumberError"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments",className:"mp-checkout-custom-installments-display-none"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},A),(0,e.createElement)("div",{id:"mp-checkout-custom-issuers-container",className:"mp-checkout-custom-issuers-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(r,{isOptinal:!1,message:Y,forId:"mp-issuer"})),(0,e.createElement)("div",{className:"mp-input-select-input"},(0,e.createElement)("select",{name:"issuer",id:"form-checkout__issuer",className:"mp-input-select-select"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments-container",className:"mp-checkout-custom-installments-container"}),(0,e.createElement)(s,{isVisible:!1,message:j,inputId:"mp-installments-helper"}),(0,e.createElement)("select",{style:{display:"none"},"data-checkout":"installments",name:"installments",id:"form-checkout__installments",className:"mp-input-select-select"}),(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-cft"},(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-tea"},(0,e.createElement)("div",{id:"mp-checkout-custom-tax-tea-text"})),(0,e.createElement)("div",{id:"mp-checkout-custom-tax-cft-text"}))),(0,e.createElement)("div",{className:"mp-checkout-custom-terms-and-conditions"},(0,e.createElement)(i,{description:H,linkText:K,linkSrc:z,checkoutClass:"custom"}))))),(0,e.createElement)("div",{ref:W,id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"cardTokenId",name:"mercadopago_custom[token]"}),(0,e.createElement)("input",{type:"hidden",id:"mpCardSessionId",name:"mercadopago_custom[session_id]"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationYear","data-checkout":"cardExpirationYear"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationMonth","data-checkout":"cardExpirationMonth"}),(0,e.createElement)("input",{type:"hidden",id:"cardInstallments",name:"mercadopago_custom[installments]"}),(0,e.createElement)("input",{type:"hidden",id:"paymentMethodId",name:"mercadopago_custom[payment_method_id]"}),(0,e.createElement)("input",{type:"hidden",id:"mp-amount",defaultValue:J,name:"mercadopago_custom[amount]"}),(0,e.createElement)("input",{type:"hidden",id:"currency_ratio",defaultValue:Q,name:"mercadopago_custom[currency_ratio]"}),(0,e.createElement)("input",{type:"hidden",id:"mp_checkout_type",name:"mercadopago_custom[checkout_type]",value:X})))},g={name:h,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:a}=t.components,c=(0,n.decodeEntities)(k?.params?.fee_title||""),o=`${E} ${c}`;return(0,e.createElement)(a,{text:o})}),null),content:(0,e.createElement)(y,null),edit:(0,e.createElement)(y,null),canMakePayment:()=>!0,ariaLabel:E,supports:{features:null!==(u=k?.supports)&&void 0!==u?u:[]}};(0,t.registerPaymentMethod)(g)})();
\ No newline at end of file
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,a=window.wc.wcSettings,c=window.wp.element,n=window.wp.htmlEntities,o="mercadopago_blocks_update_cart";const s=({labelMessage:t,helperMessage:a,inputName:c,hiddenId:n,inputDataCheckout:o,selectId:s,selectName:m,selectDataCheckout:l,flagError:r,documents:i,validate:d})=>(0,e.createElement)("div",{className:"mp-checkout-ticket-input-document"},(0,e.createElement)("input-document",{"label-message":t,"helper-message":a,"input-name":c,"hidden-id":n,"input-data-checkout":o,"select-id":s,"select-name":m,"select-data-checkout":l,"flag-error":r,documents:i,validate:d})),m=({isVisible:t,message:a,inputId:c,id:n,dataMain:o})=>(0,e.createElement)("input-helper",{isVisible:t,message:a,"input-id":c,id:n,"data-main":o}),l=({isOptinal:t,message:a,forId:c})=>(0,e.createElement)("input-label",{isOptinal:t,message:a,for:c}),r=({methods:t})=>(0,e.createElement)("payment-methods",{methods:t}),i=({description:t,linkText:a,linkSrc:c,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":a,"link-src":c})),d=({title:t,description:a,linkText:c,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:a,"link-text":c,"link-src":n})),p=(e,t,a)=>{const c={name:e,message:t,target:a,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(c))};var u;const _="mp_checkout_blocks",h="woo-mercado-pago-custom",k=(0,a.getSetting)("woo-mercado-pago-custom_data",{}),E=(0,n.decodeEntities)(k.title)||"Checkout Custom",y=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:a,emitResponse:n}=e,{onPaymentSetup:s}=a;(0,c.useEffect)((()=>{((e,t)=>{e({namespace:o,data:{action:"add",gateway:t}})})(t,h);const e=s((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:o,data:{action:"remove",gateway:t}})})(t,h),e())}),[s])})(t);const{test_mode:a,test_mode_title:n,test_mode_description:u,test_mode_link_text:E,test_mode_link_src:y,wallet_button:g,wallet_button_image:v,wallet_button_title:b,wallet_button_description:f,wallet_button_button_text:w,available_payments_title_icon:N,available_payments_title:x,available_payments_image:C,payment_methods_items:S,payment_methods_promotion_link:T,payment_methods_promotion_text:I,site_id:M,card_form_title:R,card_number_input_label:F,card_number_input_helper:O,card_holder_name_input_label:P,card_holder_name_input_helper:U,card_expiration_input_label:D,card_expiration_input_helper:L,card_security_code_input_label:V,card_security_code_input_helper:B,card_document_input_label:$,card_document_input_helper:q,card_installments_title:A,card_issuer_input_label:Y,card_installments_input_helper:j,terms_and_conditions_description:H,terms_and_conditions_link_text:K,terms_and_conditions_link_src:z,amount:J,currency_ratio:Q,message_error_amount:G}=k.params;if(null==J)return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("p",{className:"alert-message"},G));const W=(0,c.useRef)(null),[X,Z]=(0,c.useState)("custom"),{eventRegistration:ee,emitResponse:te,onSubmit:ae}=t,{onPaymentSetup:ce,onCheckoutSuccess:ne,onCheckoutFail:oe}=ee;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),jQuery(window.mpCheckoutForm).prop("id",mpFormId),(0,c.useEffect)((()=>{var e,a;e=t.billing.cartTotal.value,a=t.billing.currency,cardFormMounted&&cardForm.unmount(),initCardForm(function(e,t){if(!Number.isInteger(e)||"object"!=typeof t)throw new Error("Invalid input");const a=(e/Math.pow(10,t.minorUnit)).toFixed(t.minorUnit).split(".");return`${a[0]}.${a[1]}`}(e,a))}),[t.billing.cartTotal.value]),(0,c.useEffect)((()=>{const e=ce((async()=>{const e=document.querySelector("#form-checkout__cardholderName"),t=document.querySelector("#mp-card-holder-name-helper");var a;if(""==e.value&&("flex",(a=t)&&a.style&&(a.style.display="flex")),"wallet_button"!==document.querySelector("#mp_checkout_type").value)try{if(!CheckoutPage.validateInputsCreateToken())return{type:te.responseTypes.ERROR};{const e=await cardForm.createCardToken();document.querySelector("#cardTokenId").value=e.token}}catch(e){console.warn("Token creation error: ",e)}const c=W.current,n={};return c.childNodes.forEach((e=>{"INPUT"===e.tagName&&e.name&&(n[e.name]=e.value)})),Z("custom"),{type:te.responseTypes.SUCCESS,meta:{paymentMethodData:n}}}));return()=>e()}),[ce,te.responseTypes.ERROR,te.responseTypes.SUCCESS]),(0,c.useEffect)((()=>{const e=ne((async e=>{const t=e.processingResponse,a=e.processingResponse.paymentDetails;if(a.three_ds_flow){const e=new Promise(((e,t)=>{window.addEventListener("completed_3ds",(a=>{a.detail.error&&(console.log("rejecting with "+a.detail.error),t(a.detail.error)),e()}))}));return load3DSFlow(a.last_four_digits),await e.then((()=>({type:te.responseTypes.SUCCESS}))).catch((e=>({type:te.responseTypes.FAIL,message:e,messageContext:te.noticeContexts.PAYMENTS})))}return p("MP_CUSTOM_BLOCKS_SUCCESS",t.paymentStatus,_),{type:te.responseTypes.SUCCESS}}));return()=>e()}),[ne]),(0,c.useEffect)((()=>{const e=oe((e=>{const t=e.processingResponse;return p("MP_CUSTOM_BLOCKS_ERROR",t.paymentStatus,_),{type:te.responseTypes.FAIL,messageContext:te.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[oe]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-container"},a?(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)(d,{title:n,description:u,linkText:E,linkSrc:y})):null,"yes"===g?(0,e.createElement)("div",{className:"mp-wallet-button-container"},(0,e.createElement)("img",{src:v}),(0,e.createElement)("div",{className:"mp-wallet-button-title"},(0,e.createElement)("span",null,b)),(0,e.createElement)("div",{className:"mp-wallet-button-description"},f),(0,e.createElement)("div",{className:"mp-wallet-button-button"},(0,e.createElement)("button",{id:"mp-wallet-button",type:"button",onClick:e=>{e.preventDefault(),Z("wallet_button"),ae()}},w))):null,(0,e.createElement)("div",{id:"mp-custom-checkout-form-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments"},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-header",onClick:()=>{const e=document.getElementsByClassName("mp-checkout-custom-available-payments")[0],t=e.getElementsByClassName("mp-checkout-custom-available-payments-header")[0].getElementsByClassName("mp-checkout-custom-available-payments-collapsible")[0],a=e.getElementsByClassName("mp-checkout-custom-available-payments-content")[0];if(a.style.maxHeight)t.src=k.params.available_payments_chevron_down,a.style.maxHeight=null,a.style.padding="0px";else{let e=a.scrollHeight+15+"px";t.src=k.params.available_payments_chevron_up,a.style.setProperty("max-height",e,"important"),a.style.setProperty("padding","24px 0px 0px","important")}}},(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-title"},(0,e.createElement)("img",{src:N,className:"mp-icon"}),(0,e.createElement)("p",{className:"mp-checkout-custom-available-payments-text"},x)),(0,e.createElement)("img",{src:C,className:"mp-checkout-custom-available-payments-collapsible"})),(0,e.createElement)("div",{className:"mp-checkout-custom-available-payments-content"},(0,e.createElement)(r,{methods:S}),"MLA"===M?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("span",{id:"mp_promotion_link"}," | "),(0,e.createElement)("a",{href:T,id:"mp_checkout_link",className:"mp-checkout-link mp-pl-10",target:"_blank"},I)):null,(0,e.createElement)("hr",null))),(0,e.createElement)("div",{className:"mp-checkout-custom-card-form"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},R),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(l,{isOptinal:!1,message:F,forId:"mp-card-number"}),(0,e.createElement)("div",{className:"mp-checkout-custom-card-input",id:"form-checkout__cardNumber-container"}),(0,e.createElement)(m,{isVisible:!1,message:O,inputId:"mp-card-number-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row",id:"mp-card-holder-div"},(0,e.createElement)(l,{message:P,isOptinal:!1}),(0,e.createElement)("input",{className:"mp-checkout-custom-card-input mp-card-holder-name",placeholder:"Ex.: María López",id:"form-checkout__cardholderName",name:"mp-card-holder-name","data-checkout":"cardholderName"}),(0,e.createElement)(m,{isVisible:!1,message:U,inputId:"mp-card-holder-name-helper",dataMain:"mp-card-holder-name"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-row mp-checkout-custom-dual-column-row"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(l,{message:D,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__expirationDate-container",className:"mp-checkout-custom-card-input mp-checkout-custom-left-card-input"}),(0,e.createElement)(m,{isVisible:!1,message:L,inputId:"mp-expiration-date-helper"})),(0,e.createElement)("div",{className:"mp-checkout-custom-card-column"},(0,e.createElement)(l,{message:V,isOptinal:!1}),(0,e.createElement)("div",{id:"form-checkout__securityCode-container",className:"mp-checkout-custom-card-input"}),(0,e.createElement)("p",{id:"mp-security-code-info",className:"mp-checkout-custom-info-text"}),(0,e.createElement)(m,{isVisible:!1,message:B,inputId:"mp-security-code-helper"}))),(0,e.createElement)("div",{id:"mp-doc-div",className:"mp-checkout-custom-input-document",style:{display:"none"}},(0,e.createElement)(s,{labelMessage:$,helperMessage:q,inputName:"identificationNumber",hiddenId:"form-checkout__identificationNumber",inputDataCheckout:"docNumber",selectId:"form-checkout__identificationType",selectName:"identificationType",selectDataCheckout:"docType",flagError:"docNumberError"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments",className:"mp-checkout-custom-installments-display-none"},(0,e.createElement)("p",{className:"mp-checkout-custom-card-form-title"},A),(0,e.createElement)("div",{id:"mp-checkout-custom-issuers-container",className:"mp-checkout-custom-issuers-container"},(0,e.createElement)("div",{className:"mp-checkout-custom-card-row"},(0,e.createElement)(l,{isOptinal:!1,message:Y,forId:"mp-issuer"})),(0,e.createElement)("div",{className:"mp-input-select-input"},(0,e.createElement)("select",{name:"issuer",id:"form-checkout__issuer",className:"mp-input-select-select"}))),(0,e.createElement)("div",{id:"mp-checkout-custom-installments-container",className:"mp-checkout-custom-installments-container"}),(0,e.createElement)(m,{isVisible:!1,message:j,inputId:"mp-installments-helper"}),(0,e.createElement)("select",{style:{display:"none"},"data-checkout":"installments",name:"installments",id:"form-checkout__installments",className:"mp-input-select-select"}),(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-cft"},(0,e.createElement)("div",{id:"mp-checkout-custom-box-input-tax-tea"},(0,e.createElement)("div",{id:"mp-checkout-custom-tax-tea-text"})),(0,e.createElement)("div",{id:"mp-checkout-custom-tax-cft-text"}))),(0,e.createElement)("div",{className:"mp-checkout-custom-terms-and-conditions"},(0,e.createElement)(i,{description:H,linkText:K,linkSrc:z,checkoutClass:"custom"}))))),(0,e.createElement)("div",{ref:W,id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"cardTokenId",name:"mercadopago_custom[token]"}),(0,e.createElement)("input",{type:"hidden",id:"mpCardSessionId",name:"mercadopago_custom[session_id]"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationYear","data-checkout":"cardExpirationYear"}),(0,e.createElement)("input",{type:"hidden",id:"cardExpirationMonth","data-checkout":"cardExpirationMonth"}),(0,e.createElement)("input",{type:"hidden",id:"cardInstallments",name:"mercadopago_custom[installments]"}),(0,e.createElement)("input",{type:"hidden",id:"paymentMethodId",name:"mercadopago_custom[payment_method_id]"}),(0,e.createElement)("input",{type:"hidden",id:"mp-amount",defaultValue:J,name:"mercadopago_custom[amount]"}),(0,e.createElement)("input",{type:"hidden",id:"currency_ratio",defaultValue:Q,name:"mercadopago_custom[currency_ratio]"}),(0,e.createElement)("input",{type:"hidden",id:"mp_checkout_type",name:"mercadopago_custom[checkout_type]",value:X})))},g={name:h,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:a}=t.components,c=(0,n.decodeEntities)(k?.params?.fee_title||""),o=`${E} ${c}`;return(0,e.createElement)(a,{text:o})}),null),content:(0,e.createElement)(y,null),edit:(0,e.createElement)(y,null),canMakePayment:()=>!0,ariaLabel:E,supports:{features:null!==(u=k?.supports)&&void 0!==u?u:[]}};(0,t.registerPaymentMethod)(g)})();
\ No newline at end of file
diff --git a/build/yape.block.asset.php b/build/yape.block.asset.php
new file mode 100644
index 000000000..82ade3d38
--- /dev/null
+++ b/build/yape.block.asset.php
@@ -0,0 +1 @@
+ array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities'), 'version' => 'af44f31a3bd3d8310751');
diff --git a/build/yape.block.js b/build/yape.block.js
new file mode 100644
index 000000000..95fb1cfb6
--- /dev/null
+++ b/build/yape.block.js
@@ -0,0 +1 @@
+(()=>{"use strict";const e=window.React,t=window.wc.wcBlocksRegistry,o=window.wc.wcSettings,a=window.wp.element,n=window.wp.htmlEntities,c="mercadopago_blocks_update_cart",s=({description:t,linkText:o,linkSrc:a,checkoutClass:n="pro"})=>(0,e.createElement)("div",{className:`mp-checkout-${n}-terms-and-conditions`},(0,e.createElement)("terms-and-conditions",{description:t,"link-text":o,"link-src":a})),r=({title:t,description:o,linkText:a,linkSrc:n})=>(0,e.createElement)("div",{className:"mp-checkout-pro-test-mode"},(0,e.createElement)("test-mode",{title:t,description:o,"link-text":a,"link-src":n})),i=({labelMessage:t,emptyErrorMessage:o,invalidErrorMessage:a})=>(0,e.createElement)("input-field",{"label-message":t,"empty-error-message":o,"invalid-error-message":a}),m=({label:t,src:o,emptyErrorMessage:a,invalidErrorMessage:n,tooltipText:c})=>(0,e.createElement)("input-code",{label:t,src:o,"empty-error-message":a,"invalid-error-message":n,"tooltip-text":c}),l=({message:t,src:o,icon:a,footerText:n})=>(0,e.createElement)("checkout-notice",{message:t,src:o,icon:a,"footer-text":n}),p=(e,t,o)=>{const a={name:e,message:t,target:o,plugin:{version:wc_mercadopago_custom_checkout_params.plugin_version},platform:{name:"woocommerce",uri:window.location.href,version:wc_mercadopago_custom_checkout_params.platform_version,location:`${wc_mercadopago_custom_checkout_params.location}_${wc_mercadopago_custom_checkout_params.theme}`}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))};var d;const _="mp_checkout_blocks",u="woo-mercado-pago-yape",y=(0,o.getSetting)("woo-mercado-pago-yape_data",{}),g=(0,n.decodeEntities)(y.title)||"Checkout Yape",k=t=>{(e=>{const{extensionCartUpdate:t}=wc.blocksCheckout,{eventRegistration:o,emitResponse:n}=e,{onPaymentSetup:s,onCheckoutSuccess:r,onCheckoutFail:i}=o;(0,a.useEffect)((()=>{((e,t)=>{e({namespace:c,data:{action:"add",gateway:t}})})(t,u);const e=s((()=>({type:n.responseTypes.SUCCESS})));return()=>(((e,t)=>{e({namespace:c,data:{action:"remove",gateway:t}})})(t,u),e())}),[s]),(0,a.useEffect)((()=>{const e=r((async e=>{const t=e.processingResponse;return p("MP_YAPE_BLOCKS_SUCCESS",t.paymentStatus,_),{type:n.responseTypes.SUCCESS}}));return()=>e()}),[r]),(0,a.useEffect)((()=>{const e=i((e=>{const t=e.processingResponse;return p("MP_YAPE_BLOCKS_ERROR",t.paymentStatus,_),{type:n.responseTypes.FAIL,messageContext:n.noticeContexts.PAYMENTS,message:t.paymentDetails.message}}));return()=>e()}),[i])})(t);const{test_mode:o,test_mode_title:n,test_mode_description:d,test_mode_link_text:g,test_mode_link_src:k,terms_and_conditions_description:E,terms_and_conditions_link_text:h,terms_and_conditions_link_src:w,input_field_label:v,yape_title:S,yape_subtitle:f,input_code_icon:b,checkout_notice_icon_one:C,checkout_notice_icon_two:R,checkout_notice_message:T,input_code_label:x,footer_text:M,yape_tooltip_text:N,yape_input_code_error_message1:P,yape_input_code_error_message2:B,yape_phone_number_error_message1:O,yape_phone_number_error_message2:U}=y.params,A=(0,a.useRef)(null),{eventRegistration:L,emitResponse:$}=t,{onPaymentSetup:F}=L;return window.mpFormId="blocks_checkout_form",window.mpCheckoutForm=document.querySelector(".wc-block-components-form.wc-block-checkout__form"),(0,a.useEffect)((()=>{const e=F((async()=>{const e=getCodeValue(),t=document.getElementById("checkout__yapePhoneNumber").value.replaceAll(" ","");if(""===e&&""===t)return document.getElementsByTagName("input-field")[0].validate(),document.getElementsByTagName("input-code")[0].validate(),{type:$.responseTypes.ERROR};const o={otp:e,phoneNumber:t},a={},n=new MercadoPago(wc_mercadopago_yape_checkout_params.public_key).yape(o);try{const e=await n.create();a["mercadopago_yape[token]"]=e.id}catch(e){return console.warn("Token creation error: ",e),{type:$.responseTypes.ERROR}}return{type:$.responseTypes.SUCCESS,meta:{paymentMethodData:a}}}));return()=>e()}),[F,$.responseTypes.ERROR,$.responseTypes.SUCCESS]),(0,e.createElement)("div",null,(0,e.createElement)("div",{className:"mp-checkout-custom-load"},(0,e.createElement)("div",{className:"spinner-card-form"})),(0,e.createElement)("div",{className:"mp-checkout-yape-container"},(0,e.createElement)("div",{ref:A,className:"mp-checkout-yape-content"},(0,e.createElement)("div",{className:"mp-checkout-yape-test-mode"},o?(0,e.createElement)(r,{title:n,description:d,linkText:g,linkSrc:k}):null),(0,e.createElement)("div",{className:"mp-checkout-yape-title-container"},(0,e.createElement)("h2",{className:"mp-checkout-yape-title"},S),(0,e.createElement)("p",{className:"mp-checkout-yape-subtitle"},f)),(0,e.createElement)("div",{className:"mp-checkout-yape-inputs"},(0,e.createElement)(i,{labelMessage:v,emptyErrorMessage:O,invalidErrorMessage:U}),(0,e.createElement)(m,{label:x,src:b,emptyErrorMessage:P,invalidErrorMessage:B,tooltipText:N})),(0,e.createElement)(l,{message:T,src:C,icon:R},"footerText=",M)),(0,e.createElement)("div",{className:"mp-checkout-yape-terms-and-conditions"},(0,e.createElement)(s,{description:E,linkText:h,linkSrc:w}))),(0,e.createElement)("div",{id:"mercadopago-utilities",style:{display:"none"}},(0,e.createElement)("input",{type:"hidden",id:"yapeToken",name:"mercadopago_yape[token]"})))},E={name:u,label:(0,e.createElement)((t=>{const{PaymentMethodLabel:o}=t.components,a=(0,n.decodeEntities)(y?.params?.fee_title||""),c=`${g} ${a}`;return(0,e.createElement)(o,{text:c})}),null),content:(0,e.createElement)(k,null),edit:(0,e.createElement)(k,null),canMakePayment:()=>!0,ariaLabel:g,supports:{features:null!==(d=y?.supports)&&void 0!==d?d:[]}};(0,t.registerPaymentMethod)(E)})();
\ No newline at end of file
diff --git a/changelog.log b/changelog.log
index 7045d7f0f..a013df80d 100644
--- a/changelog.log
+++ b/changelog.log
@@ -1,6 +1,17 @@
CHANGELOG:
== Changelog ==
+= v7.7.0 (11/09/2024) =
+* Added
+- New payment method: Implemented Yape Gateway, now available for transactions in Peru.
+
+* Changed
+- Optimized packaging: Reduced the number of assets included in the plugin's zip package to improve performance and download time.
+- Code enhancement: The code has been refactored to follow PHP 7.4 best practices by adopting Typed Properties, improving clarity and safety.
+
+* Fixed
+- cardForm issue resolved: Fixed the error that appeared in the console during the loading of the `cardForm` script used in the Checkout API for cards. The loading process is now handled more efficiently, eliminating the issue.
+
= v7.6.4 (31/07/2024) =
* Fixed:
- Prevents payment from being created if the currency conversion system fails.
diff --git a/composer.json b/composer.json
index 2aadf21e8..bece0916a 100644
--- a/composer.json
+++ b/composer.json
@@ -41,7 +41,7 @@
"qit:env-down": "./vendor/bin/qit env:down"
},
"require": {
- "php": ">=7.2"
+ "php": ">=7.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
diff --git a/composer.lock b/composer.lock
index 81b6a340c..d83700f27 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "13fcaf83d5496a4fa4e35c9150f0d908",
+ "content-hash": "298b6da401832d91083ccf6973256778",
"packages": [],
"packages-dev": [
{
@@ -211,16 +211,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.10.1",
+ "version": "3.10.2",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
- "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
+ "reference": "86e5f5dd9a840c46810ebe5ff1885581c42a3017"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
- "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/86e5f5dd9a840c46810ebe5ff1885581c42a3017",
+ "reference": "86e5f5dd9a840c46810ebe5ff1885581c42a3017",
"shasum": ""
},
"require": {
@@ -287,20 +287,20 @@
"type": "open_collective"
}
],
- "time": "2024-05-22T21:24:41+00:00"
+ "time": "2024-07-21T23:26:44+00:00"
},
{
"name": "woocommerce/qit-cli",
- "version": "0.5.3",
+ "version": "0.5.4",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/qit-cli.git",
- "reference": "a0dd5c0872a4ae540c79a625348cccfc34d255d5"
+ "reference": "6309fa5e8732bad6f64ed7396ea90f31d297cad7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/woocommerce/qit-cli/zipball/a0dd5c0872a4ae540c79a625348cccfc34d255d5",
- "reference": "a0dd5c0872a4ae540c79a625348cccfc34d255d5",
+ "url": "https://api.github.com/repos/woocommerce/qit-cli/zipball/6309fa5e8732bad6f64ed7396ea90f31d297cad7",
+ "reference": "6309fa5e8732bad6f64ed7396ea90f31d297cad7",
"shasum": ""
},
"require": {
@@ -318,9 +318,9 @@
"description": "A command line interface for WooCommerce Quality Insights Toolkit (QIT).",
"support": {
"issues": "https://github.com/woocommerce/qit-cli/issues",
- "source": "https://github.com/woocommerce/qit-cli/tree/0.5.3"
+ "source": "https://github.com/woocommerce/qit-cli/tree/0.5.4"
},
- "time": "2024-06-17T22:14:51+00:00"
+ "time": "2024-08-13T17:19:55+00:00"
},
{
"name": "wp-coding-standards/wpcs",
@@ -380,7 +380,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=7.2"
+ "php": ">=7.4"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
diff --git a/i18n/languages/woocommerce-mercadopago-es_AR.mo b/i18n/languages/woocommerce-mercadopago-es_AR.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_AR.po
+++ b/i18n/languages/woocommerce-mercadopago-es_AR.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_CL.mo b/i18n/languages/woocommerce-mercadopago-es_CL.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_CL.po
+++ b/i18n/languages/woocommerce-mercadopago-es_CL.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_CO.mo b/i18n/languages/woocommerce-mercadopago-es_CO.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_CO.po
+++ b/i18n/languages/woocommerce-mercadopago-es_CO.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_ES.mo b/i18n/languages/woocommerce-mercadopago-es_ES.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_ES.po
+++ b/i18n/languages/woocommerce-mercadopago-es_ES.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_MX.mo b/i18n/languages/woocommerce-mercadopago-es_MX.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_MX.po
+++ b/i18n/languages/woocommerce-mercadopago-es_MX.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_PE.mo b/i18n/languages/woocommerce-mercadopago-es_PE.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_PE.po
+++ b/i18n/languages/woocommerce-mercadopago-es_PE.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_UY.mo b/i18n/languages/woocommerce-mercadopago-es_UY.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_UY.po
+++ b/i18n/languages/woocommerce-mercadopago-es_UY.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-es_VE.mo b/i18n/languages/woocommerce-mercadopago-es_VE.mo
index 9d5819efb..36de755d0 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 b81978e27..3ce7b35d9 100644
--- a/i18n/languages/woocommerce-mercadopago-es_VE.po
+++ b/i18n/languages/woocommerce-mercadopago-es_VE.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Activar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Ver WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"El plugin de Mercado Pago requiere la versión de PHP 7.4 o posterior. Por "
"favor actualice su versión de PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -57,7 +57,7 @@ msgstr ""
"necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
"correo electrónico."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -65,15 +65,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Registra tu clave Pix en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ayúdanos a mejorar nuestra experiencia"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -81,15 +81,15 @@ msgstr ""
"Comparte tu opinión con nosotros para poder mejorar nuestro producto y "
"ofrecerte la mejor solución de pagos."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Valorar el plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -99,22 +99,22 @@ msgstr ""
"Mercado Pago.La tasa de aprobación de estos pagos en tu tienda puede "
"ser un 25% mayor en comparación con otros medios de pago."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Activar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Activaste el plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -122,49 +122,49 @@ msgstr ""
"Sigue las instrucciones de abajo para integrar tu tienda con Mercado Pago y "
"empezar a vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Medios de pagos"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual del plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar orden"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comisión de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa la comisión configurada en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Descuento de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa el descuento configurado en la configuración del plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa la comisión a plazos cobrada por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Cuota de Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -172,75 +172,75 @@ msgstr ""
"Representa el total de la compra más la comisión de fraccionamiento cobrada "
"por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Acepta"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura con"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Elige"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "cuándo quieres recibir el dinero"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "de las ventas y si quieres ofrecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "cuotas sin interés"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "a los clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensiones GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Cobros y cuotas"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Más información"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -248,7 +248,7 @@ msgstr ""
"Implementación responsable de transmitir los datos a Mercado Pago de forma "
"segura y encriptada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -256,7 +256,7 @@ msgstr ""
"Es una extensión encargada de realizar los pagos a través de requests del "
"plugin a Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -264,45 +264,45 @@ msgstr ""
"Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Revisa nuestras documentaciones para saber más sobre la integración de "
"nuestro plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar plazos y tasas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir a la documentación"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public Key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Ingresa tus credenciales para integrar tu tienda con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciales de producción"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para empezar a vender, "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -310,31 +310,31 @@ msgstr ""
"en los campos de abajo. Si todavía no tienes credenciales, deberás crearlas "
"en ese mismo enlace."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para pruebas de compras en la "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilita a los checkouts de Mercado Pago para recibir pagos reales en tienda."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Pega aquí tu Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Pega aquí tu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Guardar y continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -342,15 +342,15 @@ msgstr ""
"Debes ingresar tus credenciales de producción para empezar a vender con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Introducir credenciales"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Activa tus credenciales para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -361,27 +361,27 @@ msgstr ""
"nuevamente el botón Activar Credenciales y complete los campos con la "
"información solicitada."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Activar credenciales"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copia y pega tus credenciales de producción "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Ingresa la URL para recibir notificaciones de pago."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Consulta más información en los"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuales"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -389,31 +389,31 @@ msgstr ""
"Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Si no tienes el código, por fávor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicítalo ahora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personaliza la información de tu negocio"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opciones avanzadas de integración (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug y log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -421,15 +421,15 @@ msgstr ""
"Completa los siguientes datos para tener una mejor experiencia y ofrecerle "
"más información a tus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nombre de tu tienda en la factura de los clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificación en Actividad de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -437,80 +437,80 @@ msgstr ""
"Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoría de la tienda"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ej.: Tienda de María"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ej.: TiendaMaría"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Seleccionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ej.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Agregar parámetros default del plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ej.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opciones avanzadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Seleciona ”Other categories” si no encuentras una categoría adecuada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicítalo ahora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Rastreo de orden"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -519,11 +519,11 @@ msgstr ""
"Recomendamos activar esta opción sólo en caso de fallos en la actualización "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Activa y configura los medios de pago"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -531,125 +531,130 @@ msgstr ""
"Selecciona el medio de pago que quieres que aparezca en tu tienda para "
"activarlo y configurarlo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Activado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inactivo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Completa tus credenciales para habilitar los medios de pago Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "El checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "activo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inactivo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversión de moneda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "El comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "no será redirigido automáticamente a la tienda"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Los pagos pendientes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "no se rechazarán automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Medios de pago disponibles en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -657,40 +662,44 @@ msgstr ""
"Con el Checkout Pro, podrás vender con toda la seguridad, dentro de Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir a Configuraciones"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -698,46 +707,49 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago del checkout en el "
"sitio web de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título en el checkout de la tienda"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr "Puedes cambiar el título dentro tu tienda. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr "El texto insertado aquí no se traducirá a otros idiomas"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Convertir moneda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -745,100 +757,102 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Elige los medios de pago que se aceptan en la tienda"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilita los medios de pago disponibles para tus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Otros medios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de cuotas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 cuota"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 cuotas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 cuotas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 cuotas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 cuotas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 cuotas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 cuotas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 cuotas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 cuotas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 cuotas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 cuotas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
msgid ""
"Edit these advanced fields only when you want to modify the preset values."
msgstr ""
"Edita estos campos avanzados solo cuando quieras modificar los valores "
"preestablecidos."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiencia de pago"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -846,39 +860,39 @@ msgstr ""
"Define qué experiencia de pago tendrán tus clientes, si dentro o fuera de tu "
"tienda."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Volver a la tienda"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de éxito"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
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."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pago rechazado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -888,11 +902,11 @@ msgstr ""
"Asegúrate de incluir un mensaje adecuado a la situación y dales información "
"útil para que puedan solucionarlo."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pago pendiente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -900,13 +914,13 @@ msgstr ""
"Elige la URL que mostraremos a tus clientes cuando tengan un pago pendiente "
"de aprobación."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Rechazo automático de pagos sin aprobación instantanea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -914,25 +928,27 @@ msgstr ""
"Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
"instantáneamente por bancos u otros compradores."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Débito, crédito y efectivo, en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Descuento en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -940,36 +956,40 @@ msgstr ""
"Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comisiones en los checkouts de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -977,29 +997,29 @@ msgstr ""
"Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
"clientes por pagar con Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esto parece ser una URL no válida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Hasta 12 pagos sin tarjeta con Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Tus clientes finalizan sus pagos en Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1009,11 +1029,11 @@ msgstr ""
"en el instante con comisiones iguales a la tarjeta de crédito. \n"
"Tus ventas están protegidas y garantizadas por Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Activar opción de pagos sin tarjeta en el checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1021,39 +1041,39 @@ msgstr ""
"Activa esta función para llegar a más compradores. Estará disponible en el "
"checkout de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "A continuación verás cómo este recurso aparecerá para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualización en el checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "DEMO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título en el checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que utilices el título default. Caracteres máximo: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Hasta 12 pagos sin tarjeta con Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promociona el pago de tus productos con Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1061,119 +1081,120 @@ msgstr ""
"Activa este banner promocional para ofrecer la opción de pagar en meses sin "
"tarjeta con Mercado Crédito dentro de la página de tus productos."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Componente en la página del producto | Versión para computadora"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Componente en la página del producto | Versión para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computadora"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualización en la página de tus productos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "A continuación verás cómo aparecerá el banner para tus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Elige como promocionar Mercado Crédito en tu tienda"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Solo puedes seleccionar una alternativa y puedes modificarla cuando quieras."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Ejemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Hasta 12 pagos sin tarjeta"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "con Mercado Crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compra ahora, paga después"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Con Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "llévalo ahora y paga mes a mes"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saber más"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Paga en hasta 12 meses"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sin tarjeta de crédito. Saber más"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "El Checkout Transparente de las tarjetas de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Los pagos a través de la cuenta de Mercado Pago están"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Tarjeta de crédito y débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout API"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Tarjeta de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1181,11 +1202,11 @@ msgstr ""
"Con el Checkout Transparente, puedes vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configuraciones generales del plugin de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1193,11 +1214,11 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Tasas de pago en cuotas"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1205,15 +1226,15 @@ msgstr ""
"Configura las tasas de las cuotas y si se las cobrarán a la tienda o al "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar tasas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagos a través de la cuenta de Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1221,26 +1242,26 @@ msgstr ""
"Tus clientes pagan más rápido con tarjetas guardadas, dinero disponible o "
"con otros medios disponibles en sus cuentas de MP."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Conoce un ejemplo de cómo aparecerá en la tienda:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuración Avanzada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Efectivo"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Efectivo"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1248,12 +1269,12 @@ msgstr ""
"Con el Checkout Transparente, podrás vender dentro de tu tienda, sin "
"redireccionamentos, con toda la seguridad de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Activar el checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1261,34 +1282,34 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago en efectivo en el "
"Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "El Checkout Transparente está activo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "El Checkout Transparente está inactivo para pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Fecha de pago"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "En cuántos días vencerán los pagos en efectivo."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reducir inventario"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1298,41 +1319,41 @@ msgstr ""
"acredite o no el pago final. Desactiva esta opción para reducirlo solo "
"cuando los pagos estén aprobados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reducir inventario está activo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reducir inventario está inactivo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilita los medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Elige los medios de pago que se aceptan en la tienda."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Pago transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1340,49 +1361,49 @@ msgstr ""
"Al desactivarlo, desactivará los pagos PSE de Mercado Pago Transparente "
"Checkout."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "El Checkout Transparente está activo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "El Checkout Transparente está inactivo para pagos PSE."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuración avanzada de la experiencia de pago PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "El Checkout Transparente está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Ve al área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Tu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "y elige la sección"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Tus claves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1390,85 +1411,85 @@ msgstr ""
"Al desactivar, desabilitarás todos los medios de pago con tarjeta de crédito "
"en el Checkout Transparente de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimiento para pagos con Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 días"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 días"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 días"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 días"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 días"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 días"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "¿Quieres saber cómo funciona Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber más sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configuración avanzada de la experiencia Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Descarga la app de Mercado Pago en tu móvil."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1476,7 +1497,7 @@ msgstr ""
"Elige qué datos registrar como claves PIX. Luego de registrarte, podrás "
"configurar el Pix en tu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1484,7 +1505,7 @@ msgstr ""
"Recuerda que, por el momento, el Banco Central de Brasil está abierto de "
"lunes a viernes, de 9 a 18 horas."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1492,11 +1513,11 @@ msgstr ""
"Si has solicitado tu registro fuera de este horario, te lo confirmaremos en "
"el siguiente día hábil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Más información sobre Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1504,82 +1525,135 @@ msgstr ""
"Si ya has registrado una clave Pix en Mercado Pago y no puedes activar Pix "
"en el checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "haz clic aquí."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "El Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "activo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagos con Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagos sin salir de tu tienda con nuestro checkout personalizable."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Recibe pagos a través de la app de Yape de forma automática, sin "
+"redireccionamientos y con toda la seguridad de Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr "Al desactivar, desabilitarás Yape en el Checkout API de Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título en el checkout de la tienda"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Ingresa un título y una descripción para Yape en tu Checkout API, 85 "
+"caracteres como máximo."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para activar el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copia tus credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "y pégalas en la sección 1 de esta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crea tu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuario de prueba"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
"probar los pagos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Utiliza nuestras tarjetas de prueba"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca utilices tarjetas reales"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visita tu tienda"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testear compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Testea tu tienda antes de empezar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Elige cómo quieres operar tu tienda:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Test"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Medios de pago Mercado Pago en Modo Produción"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Medios de pago Mercado Pago en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Ingresa las credenciales de prueba"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,114 +1661,114 @@ msgstr ""
"Selecciona Modo Test si deseas probar la experiencia de pago antes de "
"empezar a vender o Modo Ventas (Producción) para empezar a vender ahora."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inactivos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Reglas del modo test."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago activos para cobros reales."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Los clientes pueden hacer compras reales en tu tienda."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Tienda en Modo Ventas (Producción)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Tienda en Modo Test"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Guardar cambios"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Los campos comerciales de la tienda son válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Los campos comerciales de la tienda no se pudieron validar"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Al menos un método de pago está habilitado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Ningún método de pago habilitado"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Los campos de la credencial son válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "No se pudieron validar los campos de credenciales"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key no válida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token no válido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "Se actualizaron las credenciales"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Ahora su tienda está fuera del modo de prueba y está realizando ventas "
"reales en el modo de producción."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciales no válidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nuestro manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como ingresar las credenciales de forma correcta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para el modo de prueba"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "Información sobre tu tienda"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atención:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1777,19 @@ msgstr ""
"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."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Ahora convertimos tu moneda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "a "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Estado de pago en el Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,52 +1797,52 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalles de compra en Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar el estado del pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de rechazo"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Actualización del pedido con éxito. Esta página será recargada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "No se puede actualizar el pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pago realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
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."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Llamado resuelto"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Contacta a Mercado Pago para saber más detalles."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1776,59 +1850,59 @@ msgstr ""
"Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
"más detalles."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pago devuelto"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "El pago ya fue devuelto al cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "El pago ya fue devuelto parcialmente al cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pago cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "El pago fue cancelado con éxito."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "El pago fue cancelado por el cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Cobro pendiente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Esperando el pago del comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1837,19 +1911,19 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Cobro rechazado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1858,27 +1932,27 @@ msgstr ""
"“\n"
"“otra tarjeta o que se comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pago autorizado. Esperando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
msgstr ""
"Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pago en proceso"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr "Espera o contacta a Mercado Pago para saber más detalles"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1887,33 +1961,33 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Esperando validación de los datos de pago."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Esperando al comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Espererando al emisor de la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "El banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1921,32 +1995,32 @@ msgstr ""
"Recomiéndale a tu cliente que pague con otro medio de pago o que se "
"comunique con su banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "Mercado Pago no procesó el pago"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Venció el plazo para el pago"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "El cliente no pagó dentro del límite de tiempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Tu cliente ingresó uno o más datos de la tarjeta de forma incorrecta"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1954,17 +2028,17 @@ msgstr ""
"Pídele que vuelva a ingresarlos tal como figuran en la tarjeta o en la app "
"de su banco para finalizar el pago."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Te protegimos de un pago sospechoso"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por motivos de seguridad, esta transacción no podrá ser finalizada."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1972,12 +2046,12 @@ msgstr ""
"El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
"con nosotros para ver qué pasó."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "Por seguridad, el banco emisor de la tarjeta rechazó el pago"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1985,40 +2059,40 @@ msgstr ""
"Recomiéndale a tu cliente que pague con el medio de pago y dispositivo que "
"suele usar para compras online."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "La tarjeta de crédito de tu cliente no tiene límite disponible"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr "Pídele que pague con otra tarjeta o que elija otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "Tu cliente alcanzó el límite de intentos de pago con la tarjeta"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "La tarjeta de tu cliente no acepta la cantidad de pagos que seleccionó"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
msgstr ""
"Pídele que elija una cantidad de pagos diferente o que use con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Tu cliente necesita autorizar el pago con su banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2026,20 +2100,20 @@ msgstr ""
"Pídele que llame al teléfono que está en la tarjeta o que pague con otro "
"medio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "El pago fue rechazado porque tu cliente ya pagó esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Revisa tu cobros aprobados para verificarlo."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "La tarjeta de tu cliente aún no está habilitada"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2047,7 +2121,7 @@ msgstr ""
"Pídele que se comunique con su banco al número que está en el dorso de la "
"tarjeta o que pague con otro medio."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2055,7 +2129,7 @@ msgstr ""
"Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
"Pago. Pedile a tu cliente que use otra tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2063,8 +2137,8 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2072,7 +2146,7 @@ msgstr ""
"Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
"la tarjeta."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2080,21 +2154,21 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "La tarjeta de débito de tu cliente no tiene saldo suficiente"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
msgstr "Pídele que pague con otra tarjeta o que elige otro medio de pago."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "El pago fue rechazado porque hubo un error"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
@@ -2102,70 +2176,70 @@ msgstr ""
"Recomiéndale a tu cliente que intente nuevamente o pague con otro medio de "
"pago."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "¿Tienes dudas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "preguntas frecuentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "en el sitio para desarrolladores."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Revisa las"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
"o abre un ticket para entrar en contacto con el equipo de Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr "1. Ingresa al sitio para desarrolladores y abre un"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "en la sección de Soporte."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Descarga el"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
"y compártelo con el equipo de Mercado Pago cuando se te sea solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "¿Necesitas ayuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Cómo abrir un ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Completa el formulario con los datos de tu tienda."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2173,15 +2247,15 @@ msgstr ""
"3. Copia y pega los siguientes datos cuando se te pida la información "
"técnica:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Version:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Historial de errores"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2190,163 +2264,164 @@ msgstr ""
"en “Descargar”. Esta información se te solicitará por e-mail al momento de "
"ser necesario."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origen"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Fecha de creación"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Descargar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
-msgstr ""
+msgstr "Página siguiente"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
-msgstr ""
+msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "El plugin aún no ha registrado ningún registro en su tienda."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "descuento de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "comisión de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "y"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Servicio de envío utilizado por la tienda."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Descuento proporcionado por la tienda"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Descuento de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comisión de Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Hubo un error. Intenta de nuevo en unos minutos"
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte las reglas para el modo test."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicia sesión en Mercado Pago y obtén beneficios"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Ingresa con facilidad"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicia sesión con tu mismo e-mail y contraseña de Mercado Libre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagen de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Paga rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Usa tus tarjetas guardadas, Pix o saldo disponible."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Usa tu saldo disponible en Mercado Pago Wallet o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Usa tu dinero disponible o tarjetas guardadas."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagen de billetera azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Protege tu compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compra con confianza"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Recupera tu dinero si no recibes el producto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Recibe ayuda si tienes algún problema con tu compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagen de protección azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Accede a cuotas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Paga con o sin tarjeta de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Cuotas sin interés con bancos seleccionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagen de cuotas de teléfono azul"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Medios de pago disponibles"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2354,53 +2429,55 @@ msgstr ""
"Al continuar, te llevaremos a Mercado Pago para completar tu compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagen de redirección de Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Al continuar, aceptas nuestros"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Términos y condiciones"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar con Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpiar carrito"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Mensualidades sin tarjeta en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compra en hasta 12 pagos sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Elige la cantidad de pagos"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2408,98 +2485,98 @@ msgstr ""
"Conoce tu límite disponible en Mercado Crédito y elige cuántos pagos quieres "
"hacer."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
-msgstr ""
+msgstr "Paso 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirma tu pago"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "El pago se acredita al instante y está 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
-msgstr ""
+msgstr "Paso 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr "Paga desde tu cuenta de Mercado Pago con el medio que prefieras."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
-msgstr ""
+msgstr "Paso 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr "Si aún no tienes Mercado Crédito, actívalo al momento de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Al continuar, te llevaremos a Mercado Pago para iniciar sesión y completar "
"tu compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saber más"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compra con Mercado Crédito sin tarjeta y paga mes a mes"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Agrega tu producto al carrito y al momento de pagar, elige Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicia sesión en Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Elige la cantidad de pagos que se adapten mejor a ti ¡y listo!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "¿Tienes dudas? Consulta nuestra "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ayuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeto a aprobación."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "con Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sin tarjeta de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Tarjeta de crédito en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Paga con tarjetas guardadas"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2507,162 +2584,163 @@ msgstr ""
"¿Tienes una cuenta de Mercado Libre? Usa el mismo e-mail y contraseña para "
"pagar más rápido con Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "¿Con qué tarjeta puedes pagar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Ver promociones vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Tarjetas de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Hasta 12 cuotas"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Tarjetas de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Completa los datos de tu tarjeta"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número de Tarjeta"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Datos obligatorios"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nombre del titular como aparece en la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimiento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de seguridad"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento del titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento no válido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Selecciona la cantidad de cuotas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Cuotas"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "del dorso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "del frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sin interés"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Más opciones"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "La tasa de interés es aplicada y cobrada por tu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Intereses"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número de tarjeta obligatorio"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número de tarjeta inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nombre del titular obligatorio"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nombre del titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Fecha de vencimiento inválido"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Fecha de vencimiento obligatorio"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de seguridad obligatorio"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de seguridad incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Coste de las cuotas"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total con cuotas"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "cuotas de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2670,78 +2748,78 @@ msgstr ""
"Es posible probar el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pago instantáneo"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Al confirmar tu compra, te mostraremos un código para realizar el pago."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Pix logo"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Ahora sólo tiene que pagar con Pix para finalizar su compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Cómo pagar con Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Entra en la app o en la página web de tu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busca la opción de pagar con Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Escanea el código QR o el código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Listo. Verás la confirmación del pago"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escanea el código QR:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Si lo prefieres, puedes pagar copiando y pegando el siguiente código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: El cliente no ha pagado todavía."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
"Mercado Pago: Ahora sólo tiene que pagar con Pix para finalizar su compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2749,39 +2827,88 @@ msgstr ""
"Escanee el código QR a continuación o copie y pegue el código en la "
"aplicación de su banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape en Modo de Prueba"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular asociado a Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Recuerda tener activada la opción “Compras por internet” en Yape y verificar "
+"tu límite diario."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Paga con Yape en pocos segundos"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Completa los siguientes datos y confirma tu compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprobación"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Procesado por Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "Encuéntralo en el menú de la app de Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Ingresa el número completo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Completa este campo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pago aprobado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando el pago de Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando el pago del boleto."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "El cliente todavía no efectuó el pago."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "El pago está pendiente de revisión."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "El pago fue devuelto al cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2789,29 +2916,29 @@ msgstr ""
"El pago se devolvió parcialmente al cliente. El montante reembolsado fue "
"de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "El pago fue cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "El pago"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "fue notificado por Mercado Pago con estado"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Facturas en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2819,21 +2946,21 @@ msgstr ""
"Es posible testear el flujo para generar una factura, pero no es posible "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecciona el punto de pago donde quieres pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "más opciones"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Seleccione una opción de pago"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2841,53 +2968,53 @@ msgstr ""
"Excelente, procesamos tu orden de compra. Completa el pago con ticket para "
"que terminemos de aprobarla."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir ticket"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE en Modo Test"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Puede probar el flujo para generar un pago con PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de persona "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Institución financiera"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Seleccione la entidad financiera"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Seleccione la institución"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
"vez."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2895,23 +3022,23 @@ msgstr ""
"El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
"cargado la información en el formulario?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver su hoja de pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Haga clic para intentarlo de nuevo"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Listo, ¡aceptamos tu pago!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2919,7 +3046,7 @@ msgstr ""
"Estamos procesando su pago. En menos de una hora le enviaremos el resultado "
"por correo electrónico."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2928,32 +3055,32 @@ msgstr ""
"Estamos procesando su pago. En menos de 2 días le enviaremos por correo "
"electrónico si se ha aprobado el pago o si se necesita información adicional."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Compruebe el número de tarjeta."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Compruebe la fecha de expiración."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Compruebe la información informada."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Compruebe el código de seguridad informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "No se puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Usted debe autorizar los pagos de sus órdenes."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2961,7 +3088,7 @@ msgstr ""
"Póngase en contacto con el emisor de su tarjeta para activarla. El teléfono "
"se encuentra en la parte posterior de su tarjeta."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2969,21 +3096,21 @@ msgstr ""
"Usted ya realizó un pago de este importe. Si tiene que pagar de nuevo, "
"utilizar otra tarjeta u otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Su metodo de pago no tiene fondos suficientes."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "El pago no puede procesar la cuota seleccionada."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -2991,7 +3118,7 @@ msgstr ""
"Has alcanzado el límite de intentos permitidos. Elija otra tarjeta u otro "
"medio de pago."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3003,7 +3130,7 @@ msgstr ""
"transacción de prueba con credenciales productivas. Asegúrese de que está "
"utilizando la configuración de credenciales correcta para la acción deseada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3011,11 +3138,11 @@ msgstr ""
"Intento de transacción no válido No es posible pagar con "
"el email introducido. Por favor, introduzca otro email."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este medio de pago no puede procesar su pago."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3023,8 +3150,8 @@ msgstr ""
"Tu banco necesita que autorices el pago Llama al "
"teléfono que está en la tarjeta o paga con otro medio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3033,10 +3160,10 @@ msgstr ""
"Por motivos de seguridad, tu pago fue rechazado Te recomendamos "
"pagar con el medio de pago y dispositivo que sueles usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3046,7 +3173,7 @@ msgstr ""
"strong> Vuelve a ingresarlos tal como figuran en la tarjeta para "
"finalizar el pago."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3054,7 +3181,7 @@ msgstr ""
"Tu tarjeta de crédito no tiene límite disponible Paga "
"con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3062,7 +3189,7 @@ msgstr ""
"Tu tarjeta de débito no tiene saldo suficiente Paga con "
"otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3071,7 +3198,7 @@ msgstr ""
"Tu tarjeta no acepta la cantidad de pagos que seleccionaste"
"strong> Elige una cantidad de pagos diferente o use otro medio."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3081,7 +3208,7 @@ msgstr ""
"llamando al número que está al dorso de la tarjeta o elige otro medio de "
"pago."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3089,7 +3216,7 @@ msgstr ""
"Alcanzaste el límite de intentos de pago con esta tarjeta"
"strong> Paga con otra tarjeta o elige otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3097,9 +3224,9 @@ msgstr ""
"Tu pago fue rechazado porque ya pagaste esta compra"
"strong> Revisa los consumos de tu tarjeta para verificarlo."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3107,7 +3234,7 @@ msgstr ""
"El banco emisor de la tarjeta rechazó tu pago Te "
"recomendamos pagar con otro medio de pago o comunicarte con tu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3117,7 +3244,7 @@ msgstr ""
"b> Te recomendamos pagar con el medio de pago y dispositivo que sueles "
"usar para compras online."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3125,34 +3252,81 @@ msgstr ""
"Tu pago fue rechazado porque hube un error Te "
"recomendamos intentar nuevamente o pagar con otro medio de pago."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Por "
+"favor, vuelve a intentarlo o elige otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"Yape rechazó tu pago No se pudo procesar tu pago. Puedes "
+"comunicarte con Yape para saber los motivos o intentar nuevamente con este u "
+"otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"Yape rechazó tu pago Tu pago fue rechazado porque hubo "
+"un error. Te recomendamos intentar nuevamente o pagar otro medio de pago."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"Yape rechazó tu pago Este pago excede tu límite diario "
+"para compras por internet con Yape. Te recomendamos usar otro medio de pago "
+"o volver a intentar mañana."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"Yape rechazó tu pago Luego de 3 códigos de aprobación "
+"incorrectos, por tu seguridad, no se puede realizar el pago con Yape. Paga "
+"con otro medio o intenta nuevamente en 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Te estamos llevando a validar la tarjeta"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "con tu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Necesitamos confirmar que eres titular de la tarjeta."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recibiendo la respuesta de tu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Completa la validación del banco para aprobar tu pago"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantén abierta esta pantalla. Si la cierras, no podrás retomar la validación."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3378,9 +3552,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "seguridad"
-#~ msgid "from Mercado Pago"
-#~ msgstr "de Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulta los motivos del rechazo de tu compra"
diff --git a/i18n/languages/woocommerce-mercadopago-pt_BR.mo b/i18n/languages/woocommerce-mercadopago-pt_BR.mo
index 50de9b1c0..12b6eb331 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 4c5900d43..a119f10f6 100644
--- a/i18n/languages/woocommerce-mercadopago-pt_BR.po
+++ b/i18n/languages/woocommerce-mercadopago-pt_BR.po
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: Mercado Pago payments for WooCommerce\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
"mercadopago\n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -13,30 +13,30 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.4.4\n"
+"X-Generator: Poedit 3.5\n"
-#: ../../src/WoocommerceMercadoPago.php:499,
-#: ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430,
+#: ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr "Ativar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:500,
-#: ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431,
+#: ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr "Instalar WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:501,
-#: ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432,
+#: ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr "Veja WooCommerce"
-#: ../../src/WoocommerceMercadoPago.php:503,
-#: ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434,
+#: ../../src/Translations/AdminTranslations.php:100
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!"
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid ""
"Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. "
"Please update your PHP version."
@@ -44,11 +44,11 @@ msgstr ""
"O plugin do Mercado Pago para o WooCommerce requer o PHP versão 7.4 ou "
"posterior. Por favor, atualize sua versão do PHP."
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr "Erro no Mercado Pago: a extensão PHP CURL não está instalada."
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid ""
"Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
"extension is required to send QR Code Pix by email."
@@ -56,7 +56,7 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
msgid ""
"Please note that to receive payments via Pix at our checkout, you must have "
"a Pix key registered in your Mercado Pago account."
@@ -64,15 +64,15 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr "Cadastre sua chave PIX no Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr "%s, ajude-nos a melhorar a experiência que oferecemos"
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid ""
"Share your opinion with us so that we improve our product and offer the best "
"payment solution."
@@ -80,15 +80,15 @@ msgstr ""
"Deixe sua opinião para podermos melhorar nosso produto e oferecermos a "
"melhor solução de pagamentos para você."
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr "Avalie o plugin"
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr "Ative os pagamentos via conta Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid ""
"When you enable this function, your customers pay faster using their Mercado "
"Pago accounts.The approval rate of these payments in your store can be "
@@ -98,22 +98,22 @@ msgstr ""
"Mercado Pago.A taxa de aprovação desses pagamentos em sua loja pode ser "
"25% maior em comparação com outros métodos de pagamento."
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr "Ativar"
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid ""
"Our plugin does not support the language you've chosen, so we've switched it "
"to the English default. If you prefer, you can also select Spanish or "
"Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr "Você ativou o plugin do Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid ""
"Follow the instructions below to integrate your store with Mercado Pago and "
"start to sell."
@@ -121,49 +121,49 @@ msgstr ""
"Siga as instruções abaixo para integrar sua loja ao Mercado Pago e começar a "
"vender."
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr "Configurar plugin"
-#: ../../src/Translations/AdminTranslations.php:198,
-#: ../../src/Translations/AdminTranslations.php:772,
-#: ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135,
+#: ../../src/Translations/AdminTranslations.php:709,
+#: ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr "Meios de pagamento"
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr "Manual do plugin"
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr "Cancelar ordem"
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr "Comissão do Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr "Representa a comissão definida nas configurações do plugin."
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr "Desconto do Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr "Representa o desconto definido nas configurações do plugin."
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr "Representa a taxa de parcelamento cobrada pelo Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr "Taxa de prestação do Mercado Pago:"
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid ""
"Represents the total purchase plus the installment fee charged by Mercado "
"Pago."
@@ -171,75 +171,75 @@ msgstr ""
"Representa o total da compra mais a taxa de parcelamento cobrada pelo "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr "Mercado Pago Total:"
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr "Aceite"
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr "pagamentos"
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr "de forma"
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr "segura com o"
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr "Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr "Escolha"
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr "quando quer receber o dinheiro"
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr "das vendas e se quer oferecer"
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr "parcelamento sem acréscimos"
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr "aos clientes."
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr "SSL"
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr "Curl"
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr "Extensões GD"
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr "Requisitos técnicos"
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr "Recebimentos e parcelamento"
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr "Mais informações"
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid ""
"Implementation responsible for transmitting data to Mercado Pago in a secure "
"and encrypted way."
@@ -247,7 +247,7 @@ msgstr ""
"Implementação responsável pela transmissão de dados para o Mercado Pago de "
"maneira segura e criptografada."
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid ""
"It is an extension responsible for making payments via requests from the "
"plugin to Mercado Pago."
@@ -255,7 +255,7 @@ msgstr ""
"É uma extensão responsável pela realização de pagamentos via solicitações do "
"plugin ao Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid ""
"These extensions are responsible for the implementation and operation of Pix "
"in your store."
@@ -263,44 +263,44 @@ msgstr ""
"São extensões responsáveis pela implementação e funcionamento do Pix na sua "
"loja."
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
"Confira a documentação para saber mais sobre a integração do nosso plugin."
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr "Ajustar prazos e taxas"
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr "Ir para documentação"
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr "Public key"
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr "Access Token"
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr "1. Insira suas credenciais para integrar sua loja ao Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr "Credenciais de produção"
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr "Credenciais de teste"
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr "Para começar a vender, basta "
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid ""
"in the fields below. If you don’t have credentials yet, you’ll have to "
"create them from this link."
@@ -308,29 +308,29 @@ msgstr ""
"nos campos abaixo. Se você ainda não tiver credenciais, terá que criá-las "
"nesse mesmo link."
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr "Habilite os checkouts Mercado Pago para testes de compras na loja."
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
"Habilite os checkouts Mercado Pago para receber pagamentos reais na loja."
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr "Cole aqui sua Public Key"
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr "Cole aqui seu Access Token"
-#: ../../src/Translations/AdminTranslations.php:288,
-#: ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225,
+#: ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr "Salvar e continuar"
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid ""
"You have to enter your production credentials to start selling with Mercado "
"Pago."
@@ -338,15 +338,15 @@ msgstr ""
"Você precisa inserir suas credenciais de produção para começar a vender com "
"o Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr "Inserir credenciais"
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr "Ative suas credenciais para poder vender"
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 "
@@ -356,27 +356,27 @@ msgstr ""
"abaixo em Ativar Credenciais. Na próxima tela, utilize novamente o botão "
"Ativar Credenciais e preencha os campos com as informações solicitadas."
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr "Ativar credenciais"
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr "copiar e colar suas credenciais de produção "
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr "Insira a URL para receber notificações de pagamento."
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr "Confira mais informações nos"
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr "manuais"
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid ""
"If you are a Mercado Pago Certified Partner, make sure to add your "
"integrator_id."
@@ -384,31 +384,31 @@ msgstr ""
"Se você é Parceiro certificado do Mercado Pago, não esqueça de inserir seu "
"integrator_id."
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr "Se você não possui o código, por favor"
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr "solicite agora"
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr "2. Personalize as informações da sua loja"
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr "Informações sobre sua loja"
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr "Opções avançadas de integração (opcional)"
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr "Modo debug e log"
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid ""
"Fill out the following details to have a better experience and offer your "
"customers more information."
@@ -416,15 +416,15 @@ msgstr ""
"Preencha os dados a seguir para oferecer uma experiência melhor e dê mais "
"informações aos seus clientes."
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr "Nome da sua loja na fatura dos clientes"
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr "Identificação em Atividades do Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid ""
"For further integration of your store with Mercado Pago (IPN, Certified "
"Partners, Debug Mode)"
@@ -432,80 +432,80 @@ msgstr ""
"Para mais integração da sua loja com o Mercado Pago (IPN, Parceiros "
"Certificados, Modo Debug)"
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr "Categoria da loja"
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr "URL para IPN"
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr "Integrator ID"
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
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."
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr "Ex.: Loja da Maria"
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr "Ex.: LojaMaria"
-#: ../../src/Translations/AdminTranslations.php:336,
-#: ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273,
+#: ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr "Selecionar"
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr "Ex.: https://examples.com/my-custom-ipn-url"
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr "Adicionar parâmetros padrão do plugin"
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr "Ex.: 14987126498"
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr "Ver opções avançadas"
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr "Esconder opções avançadas"
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
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."
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
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"
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid ""
"Select \"Other categories\" if you do not find the appropriate category."
msgstr "Selecione ”Other categories” caso não encontre uma categoria adequada."
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr "solicite agora."
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr "Monitoramento de pedidos"
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid ""
"We will keep your Mercado Pago orders updated every hour. We recommend "
"activating this option only in the event of automatic order update failures."
@@ -514,11 +514,11 @@ msgstr ""
"Recomendamos ativar essa opção somente no caso de falhas na atualização "
"automática de pedidos."
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr "3. Ative e configure os meios de pagamento"
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid ""
"Select the payment method you want to appear in your store to activate and "
"set it up."
@@ -526,126 +526,131 @@ msgstr ""
"Selecione o meio de pagamento que você quer que seja mostrado na sua loja "
"para ativá-lo e configurá-lo."
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr "Configurar"
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr "Continuar"
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr "Ativado"
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr "Inativo"
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
"Configure suas credenciais para ativar os métodos de pagamento do Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:381,
-#: ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318,
+#: ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr "O checkout está"
-#: ../../src/Translations/AdminTranslations.php:382,
-#: ../../src/Translations/AdminTranslations.php:394,
-#: ../../src/Translations/AdminTranslations.php:510,
-#: ../../src/Translations/AdminTranslations.php:522,
-#: ../../src/Translations/AdminTranslations.php:633,
-#: ../../src/Translations/AdminTranslations.php:645,
-#: ../../src/Translations/AdminTranslations.php:657,
-#: ../../src/Translations/AdminTranslations.php:734,
-#: ../../src/Translations/AdminTranslations.php:796,
-#: ../../src/Translations/AdminTranslations.php:856,
-#: ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319,
+#: ../../src/Translations/AdminTranslations.php:331,
+#: ../../src/Translations/AdminTranslations.php:447,
+#: ../../src/Translations/AdminTranslations.php:459,
+#: ../../src/Translations/AdminTranslations.php:570,
+#: ../../src/Translations/AdminTranslations.php:582,
+#: ../../src/Translations/AdminTranslations.php:594,
+#: ../../src/Translations/AdminTranslations.php:671,
+#: ../../src/Translations/AdminTranslations.php:733,
+#: ../../src/Translations/AdminTranslations.php:793,
+#: ../../src/Translations/AdminTranslations.php:805,
+#: ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr "ativo"
-#: ../../src/Translations/AdminTranslations.php:388,
-#: ../../src/Translations/AdminTranslations.php:400,
-#: ../../src/Translations/AdminTranslations.php:516,
-#: ../../src/Translations/AdminTranslations.php:528,
-#: ../../src/Translations/AdminTranslations.php:639,
-#: ../../src/Translations/AdminTranslations.php:651,
-#: ../../src/Translations/AdminTranslations.php:663,
-#: ../../src/Translations/AdminTranslations.php:740,
-#: ../../src/Translations/AdminTranslations.php:802,
-#: ../../src/Translations/AdminTranslations.php:862,
-#: ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325,
+#: ../../src/Translations/AdminTranslations.php:337,
+#: ../../src/Translations/AdminTranslations.php:453,
+#: ../../src/Translations/AdminTranslations.php:465,
+#: ../../src/Translations/AdminTranslations.php:576,
+#: ../../src/Translations/AdminTranslations.php:588,
+#: ../../src/Translations/AdminTranslations.php:600,
+#: ../../src/Translations/AdminTranslations.php:677,
+#: ../../src/Translations/AdminTranslations.php:739,
+#: ../../src/Translations/AdminTranslations.php:799,
+#: ../../src/Translations/AdminTranslations.php:811,
+#: ../../src/Translations/AdminTranslations.php:898,
+#: ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr "inativo"
-#: ../../src/Translations/AdminTranslations.php:393,
-#: ../../src/Translations/AdminTranslations.php:399,
-#: ../../src/Translations/AdminTranslations.php:521,
-#: ../../src/Translations/AdminTranslations.php:527,
-#: ../../src/Translations/AdminTranslations.php:644,
-#: ../../src/Translations/AdminTranslations.php:650,
-#: ../../src/Translations/AdminTranslations.php:733,
-#: ../../src/Translations/AdminTranslations.php:739,
-#: ../../src/Translations/AdminTranslations.php:795,
-#: ../../src/Translations/AdminTranslations.php:801,
-#: ../../src/Translations/AdminTranslations.php:867,
-#: ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330,
+#: ../../src/Translations/AdminTranslations.php:336,
+#: ../../src/Translations/AdminTranslations.php:458,
+#: ../../src/Translations/AdminTranslations.php:464,
+#: ../../src/Translations/AdminTranslations.php:581,
+#: ../../src/Translations/AdminTranslations.php:587,
+#: ../../src/Translations/AdminTranslations.php:670,
+#: ../../src/Translations/AdminTranslations.php:676,
+#: ../../src/Translations/AdminTranslations.php:732,
+#: ../../src/Translations/AdminTranslations.php:738,
+#: ../../src/Translations/AdminTranslations.php:804,
+#: ../../src/Translations/AdminTranslations.php:810,
+#: ../../src/Translations/AdminTranslations.php:904,
+#: ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr "Conversão de moeda está"
-#: ../../src/Translations/AdminTranslations.php:405,
-#: ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342,
+#: ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr "O comprador"
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr "será redirecionado automaticamente à loja"
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr "não será redirecionado automaticamente à loja"
-#: ../../src/Translations/AdminTranslations.php:418,
-#: ../../src/Translations/AdminTranslations.php:424,
-#: ../../src/Translations/AdminTranslations.php:668,
-#: ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355,
+#: ../../src/Translations/AdminTranslations.php:361,
+#: ../../src/Translations/AdminTranslations.php:605,
+#: ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr "Pagamentos pendentes"
-#: ../../src/Translations/AdminTranslations.php:419,
-#: ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356,
+#: ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr "serão recusados automaticamente"
-#: ../../src/Translations/AdminTranslations.php:425,
-#: ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362,
+#: ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr "não serão recusados automaticamente"
-#: ../../src/Translations/AdminTranslations.php:429,
-#: ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366,
+#: ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr "Seus cartões salvos ou dinheiro no Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:430,
-#: ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367,
+#: ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr "Seus clientes concluem o pagamento no Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:431,
-#: ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368,
+#: ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr "Mercado Pago - Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr "Checkout Pro"
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid ""
"With Checkout Pro you sell with all the safety inside Mercado Pago "
"environment."
@@ -653,40 +658,44 @@ msgstr ""
"Com o Checkout Pro, você vende com toda a segurança, no ambiente do Mercado "
"Pago."
-#: ../../src/Translations/AdminTranslations.php:435,
-#: ../../src/Translations/AdminTranslations.php:538,
-#: ../../src/Translations/AdminTranslations.php:749,
-#: ../../src/Translations/AdminTranslations.php:811,
-#: ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372,
+#: ../../src/Translations/AdminTranslations.php:475,
+#: ../../src/Translations/AdminTranslations.php:686,
+#: ../../src/Translations/AdminTranslations.php:748,
+#: ../../src/Translations/AdminTranslations.php:829,
+#: ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr "Configurações gerais do plugin do Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:436,
-#: ../../src/Translations/AdminTranslations.php:539,
-#: ../../src/Translations/AdminTranslations.php:686,
-#: ../../src/Translations/AdminTranslations.php:750,
-#: ../../src/Translations/AdminTranslations.php:812,
-#: ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373,
+#: ../../src/Translations/AdminTranslations.php:476,
+#: ../../src/Translations/AdminTranslations.php:623,
+#: ../../src/Translations/AdminTranslations.php:687,
+#: ../../src/Translations/AdminTranslations.php:749,
+#: ../../src/Translations/AdminTranslations.php:830,
+#: ../../src/Translations/AdminTranslations.php:923
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."
-#: ../../src/Translations/AdminTranslations.php:437,
-#: ../../src/Translations/AdminTranslations.php:540,
-#: ../../src/Translations/AdminTranslations.php:687,
-#: ../../src/Translations/AdminTranslations.php:751,
-#: ../../src/Translations/AdminTranslations.php:813,
-#: ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374,
+#: ../../src/Translations/AdminTranslations.php:477,
+#: ../../src/Translations/AdminTranslations.php:624,
+#: ../../src/Translations/AdminTranslations.php:688,
+#: ../../src/Translations/AdminTranslations.php:750,
+#: ../../src/Translations/AdminTranslations.php:831,
+#: ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr "Ir para configurações"
-#: ../../src/Translations/AdminTranslations.php:438,
-#: ../../src/Translations/AdminTranslations.php:688,
-#: ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375,
+#: ../../src/Translations/AdminTranslations.php:625,
+#: ../../src/Translations/AdminTranslations.php:832,
+#: ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr "Ativar o checkout"
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid ""
"By disabling it, you will disable all payments from Mercado Pago Checkout at "
"Mercado Pago website by redirect."
@@ -694,47 +703,50 @@ msgstr ""
"Ao desativar, você desabilita todos os meios de pagamentos para o checkout "
"com redirecionamento no site do Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:442,
-#: ../../src/Translations/AdminTranslations.php:692,
-#: ../../src/Translations/AdminTranslations.php:756,
-#: ../../src/Translations/AdminTranslations.php:818,
-#: ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379,
+#: ../../src/Translations/AdminTranslations.php:629,
+#: ../../src/Translations/AdminTranslations.php:693,
+#: ../../src/Translations/AdminTranslations.php:755,
+#: ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr "Título no checkout da loja"
-#: ../../src/Translations/AdminTranslations.php:443,
-#: ../../src/Translations/AdminTranslations.php:693,
-#: ../../src/Translations/AdminTranslations.php:757,
-#: ../../src/Translations/AdminTranslations.php:819,
-#: ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380,
+#: ../../src/Translations/AdminTranslations.php:630,
+#: ../../src/Translations/AdminTranslations.php:694,
+#: ../../src/Translations/AdminTranslations.php:756,
+#: ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr ""
"É possível modificar o título dentro da sua loja. Caracteres máximos: 85"
-#: ../../src/Translations/AdminTranslations.php:445,
-#: ../../src/Translations/AdminTranslations.php:552,
-#: ../../src/Translations/AdminTranslations.php:695,
-#: ../../src/Translations/AdminTranslations.php:759,
-#: ../../src/Translations/AdminTranslations.php:821,
-#: ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382,
+#: ../../src/Translations/AdminTranslations.php:489,
+#: ../../src/Translations/AdminTranslations.php:632,
+#: ../../src/Translations/AdminTranslations.php:696,
+#: ../../src/Translations/AdminTranslations.php:758,
+#: ../../src/Translations/AdminTranslations.php:839,
+#: ../../src/Translations/AdminTranslations.php:932
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"
-#: ../../src/Translations/AdminTranslations.php:446,
-#: ../../src/Translations/AdminTranslations.php:553,
-#: ../../src/Translations/AdminTranslations.php:699,
-#: ../../src/Translations/AdminTranslations.php:760,
-#: ../../src/Translations/AdminTranslations.php:822,
-#: ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383,
+#: ../../src/Translations/AdminTranslations.php:490,
+#: ../../src/Translations/AdminTranslations.php:636,
+#: ../../src/Translations/AdminTranslations.php:697,
+#: ../../src/Translations/AdminTranslations.php:759,
+#: ../../src/Translations/AdminTranslations.php:853,
+#: ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr "Converter moeda"
-#: ../../src/Translations/AdminTranslations.php:447,
-#: ../../src/Translations/AdminTranslations.php:554,
-#: ../../src/Translations/AdminTranslations.php:700,
-#: ../../src/Translations/AdminTranslations.php:761,
-#: ../../src/Translations/AdminTranslations.php:823,
-#: ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384,
+#: ../../src/Translations/AdminTranslations.php:491,
+#: ../../src/Translations/AdminTranslations.php:637,
+#: ../../src/Translations/AdminTranslations.php:698,
+#: ../../src/Translations/AdminTranslations.php:760,
+#: ../../src/Translations/AdminTranslations.php:854,
+#: ../../src/Translations/AdminTranslations.php:934
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."
@@ -742,101 +754,103 @@ 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."
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr "Escolha os meios de pagamento aceitos na loja"
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr "Habilite os meios de pagamento disponíveis para os seus clientes."
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr "Cartões de crédito"
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr "Cartões de débito"
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr "Outros meios"
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr "Máximo de parcelas"
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
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?"
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr "1 parcela"
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr "2 parcelas"
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr "3 parcelas"
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr "4 parcelas"
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr "5 parcelas"
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr "6 parcelas"
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr "10 parcelas"
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr "12 parcelas"
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr "15 parcelas"
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr "18 parcelas"
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr "24 parcelas"
-#: ../../src/Translations/AdminTranslations.php:468,
-#: ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405,
+#: ../../src/Translations/AdminTranslations.php:504,
+#: ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr "Configuração Avançada"
-#: ../../src/Translations/AdminTranslations.php:469,
-#: ../../src/Translations/AdminTranslations.php:568,
-#: ../../src/Translations/AdminTranslations.php:709,
-#: ../../src/Translations/AdminTranslations.php:767,
-#: ../../src/Translations/AdminTranslations.php:827,
-#: ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406,
+#: ../../src/Translations/AdminTranslations.php:505,
+#: ../../src/Translations/AdminTranslations.php:646,
+#: ../../src/Translations/AdminTranslations.php:704,
+#: ../../src/Translations/AdminTranslations.php:764,
+#: ../../src/Translations/AdminTranslations.php:861,
+#: ../../src/Translations/AdminTranslations.php:938
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."
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr "Experiência de pagamento"
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid ""
"Define what payment experience your customers will have, whether inside or "
"outside your store."
@@ -844,40 +858,40 @@ msgstr ""
"Defina qual experiência de pagamento seus clientes terão se dentro ou fora "
"da sua loja."
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr "Redirect"
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr "Modal"
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr "Voltar à loja"
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
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?"
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr "URL de sucesso"
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
msgid ""
"Choose the URL that we will show your customers when they finish their "
"purchase."
msgstr ""
"Selecione a URL que mostraremos aos seus clientes quando concluirem a compra."
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr "URL de pagamento recusado"
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 "
@@ -887,11 +901,11 @@ msgstr ""
"compra. Certifique-se de incluir uma mensagem adequada à situação e dê "
"informações úteis para que eles possam solucionar a questão."
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr "URL de pagamento pendente"
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid ""
"Choose the URL that we will show to your customers when they have a payment "
"pending approval."
@@ -899,13 +913,13 @@ msgstr ""
"Selecione a URL que mostraremos aos seus clientes quando tiverem um "
"pagamento pendente de aprovação."
-#: ../../src/Translations/AdminTranslations.php:484,
-#: ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421,
+#: ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr "Recusa automática de pagamentos sem aprovação instantânea"
-#: ../../src/Translations/AdminTranslations.php:485,
-#: ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422,
+#: ../../src/Translations/AdminTranslations.php:648
msgid ""
"Enable it if you want to automatically decline payments that are not "
"instantly approved by banks or other institutions."
@@ -913,25 +927,27 @@ msgstr ""
"Ative se quiser recusar automaticamente pagamentos que não são aprovados "
"instantaneamente por bancos ou outros adquirentes."
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr "Pix, débito, crédito e boleto, no ambiente do Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:489,
-#: ../../src/Translations/AdminTranslations.php:569,
-#: ../../src/Translations/AdminTranslations.php:714,
-#: ../../src/Translations/AdminTranslations.php:776,
-#: ../../src/Translations/AdminTranslations.php:836,
-#: ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426,
+#: ../../src/Translations/AdminTranslations.php:506,
+#: ../../src/Translations/AdminTranslations.php:651,
+#: ../../src/Translations/AdminTranslations.php:713,
+#: ../../src/Translations/AdminTranslations.php:773,
+#: ../../src/Translations/AdminTranslations.php:862,
+#: ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr "Desconto nos checkouts Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:490,
-#: ../../src/Translations/AdminTranslations.php:570,
-#: ../../src/Translations/AdminTranslations.php:715,
-#: ../../src/Translations/AdminTranslations.php:777,
-#: ../../src/Translations/AdminTranslations.php:837,
-#: ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427,
+#: ../../src/Translations/AdminTranslations.php:507,
+#: ../../src/Translations/AdminTranslations.php:652,
+#: ../../src/Translations/AdminTranslations.php:714,
+#: ../../src/Translations/AdminTranslations.php:774,
+#: ../../src/Translations/AdminTranslations.php:863,
+#: ../../src/Translations/AdminTranslations.php:940
msgid ""
"Choose a percentage value that you want to discount your customers for "
"paying with Mercado Pago."
@@ -939,36 +955,40 @@ msgstr ""
"Selecione um valor percentual que quiser descontar para seus clientes por "
"pagar com Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:491,
-#: ../../src/Translations/AdminTranslations.php:494,
-#: ../../src/Translations/AdminTranslations.php:571,
-#: ../../src/Translations/AdminTranslations.php:574,
-#: ../../src/Translations/AdminTranslations.php:716,
-#: ../../src/Translations/AdminTranslations.php:719,
+#: ../../src/Translations/AdminTranslations.php:428,
+#: ../../src/Translations/AdminTranslations.php:431,
+#: ../../src/Translations/AdminTranslations.php:508,
+#: ../../src/Translations/AdminTranslations.php:511,
+#: ../../src/Translations/AdminTranslations.php:653,
+#: ../../src/Translations/AdminTranslations.php:656,
+#: ../../src/Translations/AdminTranslations.php:715,
+#: ../../src/Translations/AdminTranslations.php:718,
+#: ../../src/Translations/AdminTranslations.php:775,
#: ../../src/Translations/AdminTranslations.php:778,
-#: ../../src/Translations/AdminTranslations.php:781,
-#: ../../src/Translations/AdminTranslations.php:838,
-#: ../../src/Translations/AdminTranslations.php:841,
-#: ../../src/Translations/AdminTranslations.php:927,
-#: ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:864,
+#: ../../src/Translations/AdminTranslations.php:867,
+#: ../../src/Translations/AdminTranslations.php:941,
+#: ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr "Ativar e mostrar essa informação no checkout Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:492,
-#: ../../src/Translations/AdminTranslations.php:572,
-#: ../../src/Translations/AdminTranslations.php:717,
-#: ../../src/Translations/AdminTranslations.php:779,
-#: ../../src/Translations/AdminTranslations.php:839,
-#: ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429,
+#: ../../src/Translations/AdminTranslations.php:509,
+#: ../../src/Translations/AdminTranslations.php:654,
+#: ../../src/Translations/AdminTranslations.php:716,
+#: ../../src/Translations/AdminTranslations.php:776,
+#: ../../src/Translations/AdminTranslations.php:865,
+#: ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr "Comissão nos checkouts Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:493,
-#: ../../src/Translations/AdminTranslations.php:573,
-#: ../../src/Translations/AdminTranslations.php:718,
-#: ../../src/Translations/AdminTranslations.php:780,
-#: ../../src/Translations/AdminTranslations.php:840,
-#: ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430,
+#: ../../src/Translations/AdminTranslations.php:510,
+#: ../../src/Translations/AdminTranslations.php:655,
+#: ../../src/Translations/AdminTranslations.php:717,
+#: ../../src/Translations/AdminTranslations.php:777,
+#: ../../src/Translations/AdminTranslations.php:866,
+#: ../../src/Translations/AdminTranslations.php:943
msgid ""
"Choose an additional percentage value that you want to charge as commission "
"to your customers for paying with Mercado Pago."
@@ -976,29 +996,29 @@ msgstr ""
"Selecione um valor percentual adicional que quiser cobrar como tarifa dos "
"seus clientes por pagar com Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr "Esta parece ser uma URL inválida"
-#: ../../src/Translations/AdminTranslations.php:509,
-#: ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446,
+#: ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr "“Até 12x sem cartão com o Mercado Crédito” está"
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr "Pagamentos sem cartão com Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:533,
-#: ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470,
+#: ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr "Seus clientes concluem os pagamentos no Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr "Até 12x sem cartão com o Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid ""
"With this alternative, you'll be able to sell in installments without cards "
"and receive the money immediately with the same fees as with credit cards. "
@@ -1008,11 +1028,11 @@ msgstr ""
"dinheiro na hora com as mesmas taxas do cartão de crédito. Suas vendas são "
"protegidas e garantidas pelo Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr "Ativar opção de pagamento sem cartão no checkout"
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid ""
"Activate this feature to reach more buyers. It will be available in your "
"store's checkout."
@@ -1020,39 +1040,39 @@ msgstr ""
"Ative este recurso para alcançar mais compradores. Ele estará disponível no "
"checkout da sua loja."
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr "Visualização no checkout"
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr "Confira como aparecerá este recurso para seus clientes:"
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr "Visualização no checkout"
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr "PRÉ-VISUALIZAÇÃO"
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr "Título no checkout"
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr "Recomendamos que você use o título padrão. Máximo de caracteres: 85."
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr "Parcelado sem cartão com Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr "Promova o pagamento dos seus produtos com o Mercado Crédito"
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid ""
"Activate this promotional banner to offer the option of paying in "
"installments without cards through Mercado Credito within product pages."
@@ -1060,119 +1080,120 @@ msgstr ""
"Ative esse banner promocional para oferecer a opção de pagamento parcelado "
"sem cartão com o Mercado Crédito na página do seu produto."
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr "Informativo na página do produto | Versão para computador"
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr "Informativo na página do produto | Versão para celular"
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr "Computador"
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr "Celular"
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr "Visualização na página dos seus produtos"
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid ""
"Below you can preview how the banner will be displayed to your customers:"
msgstr "Abaixo, você verá como o banner aparecerá para os seus clientes:"
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr "Escolha como divulgar o Mercado Crédito na sua loja"
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid ""
"You can only select one alternative and you may edit it whenever you want."
msgstr ""
"Você só pode selecionar uma alternativa e pode alterá-la quando quiser."
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr "Exemplo:"
-#: ../../src/Translations/AdminTranslations.php:592,
-#: ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529,
+#: ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr "Até 12x sem cartão"
-#: ../../src/Translations/AdminTranslations.php:593,
-#: ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530,
+#: ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr "com o Mercado Crédito. Saiba mais"
-#: ../../src/Translations/AdminTranslations.php:598,
-#: ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535,
+#: ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr "Compre agora, pague depois"
-#: ../../src/Translations/AdminTranslations.php:604,
-#: ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541,
+#: ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr "Com o Mercado Crédito,"
-#: ../../src/Translations/AdminTranslations.php:605,
-#: ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542,
+#: ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr "você compra agora e paga por mês"
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr "Saiba mais"
-#: ../../src/Translations/AdminTranslations.php:611,
-#: ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548,
+#: ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr "Pague em até 12x"
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr "sem cartão de crédito. Saiba mais"
-#: ../../src/Translations/AdminTranslations.php:632,
-#: ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569,
+#: ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr "O Checkout Transparente para cartões de crédito está"
-#: ../../src/Translations/AdminTranslations.php:656,
-#: ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593,
+#: ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr "Pagamentos via conta Mercado Pago estão"
-#: ../../src/Translations/AdminTranslations.php:679,
-#: ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616,
+#: ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr "Cartão de crédito e débito"
-#: ../../src/Translations/AdminTranslations.php:680,
+#: ../../src/Translations/AdminTranslations.php:617,
+#: ../../src/Translations/AdminTranslations.php:619,
#: ../../src/Translations/AdminTranslations.php:682,
-#: ../../src/Translations/AdminTranslations.php:745,
-#: ../../src/Translations/AdminTranslations.php:807,
-#: ../../src/Translations/AdminTranslations.php:887,
-#: ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:744,
+#: ../../src/Translations/AdminTranslations.php:824,
+#: ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr "Pagamentos sem sair da sua loja com nosso checkout customizável"
-#: ../../src/Translations/AdminTranslations.php:681,
-#: ../../src/Translations/AdminTranslations.php:746,
-#: ../../src/Translations/AdminTranslations.php:808,
-#: ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618,
+#: ../../src/Translations/AdminTranslations.php:683,
+#: ../../src/Translations/AdminTranslations.php:745,
+#: ../../src/Translations/AdminTranslations.php:825,
+#: ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr "Mercado Pago - Checkout Transparente"
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr "Checkout Transparente | Cartão de Crédito"
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and with the security from Mercado Pago."
@@ -1180,11 +1201,11 @@ msgstr ""
"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr "Configurações gerais do plugin do Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid ""
"By disabling it, you will disable all credit cards payments from Mercado "
"Pago Transparent Checkout."
@@ -1192,11 +1213,11 @@ msgstr ""
"Ao desativar, você desabilita todos os meios de pagamento de cartão de "
"crédito no Checkout Transparente Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr "Taxas de parcelamento"
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid ""
"Set installment fees and whether they will be charged from the store or from "
"the buyer."
@@ -1204,15 +1225,15 @@ msgstr ""
"Configure as taxas de parcelamento e se elas serão cobradas da loja ou do "
"comprador."
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr "Configurar taxas"
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr "Pagamentos via conta Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid ""
"Your customers pay faster with saved cards, money balance or other available "
"methods in their Mercado Pago accounts."
@@ -1220,26 +1241,26 @@ msgstr ""
"Seus clientes pagam mais rapidamente com cartões salvos, saldo ou outros "
"meios disponíveis nas contas MP deles."
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr "Confira um exemplo de como vai aparecer na loja:"
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr "Configuração Avançada"
-#: ../../src/Translations/AdminTranslations.php:744,
-#: ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681,
+#: ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr "Boleto e lotérica"
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr "Checkout Transparente | Boleto ou lotérica"
-#: ../../src/Translations/AdminTranslations.php:748,
-#: ../../src/Translations/AdminTranslations.php:810,
-#: ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685,
+#: ../../src/Translations/AdminTranslations.php:747,
+#: ../../src/Translations/AdminTranslations.php:828
msgid ""
"With the Transparent Checkout, you can sell inside your store environment, "
"without redirection and all the safety from Mercado Pago."
@@ -1247,12 +1268,12 @@ msgstr ""
"Com o Checkout Transparente, você consegue vender dentro do ambiente da sua "
"loja, sem redirecionamento, com toda a segurança do Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:752,
-#: ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689,
+#: ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr "Ativar o checkout"
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid ""
"By disabling it, you will disable all invoice payments from Mercado Pago "
"Transparent Checkout."
@@ -1260,34 +1281,34 @@ msgstr ""
"Ao desativar, você desabilita pagamentos por boleto e lotérica no Checkout "
"Transparente Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr "O checkout transparente para boletos está ativo."
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr "O checkout transparente para boletos está inativo."
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr "Vencimento do pagamento"
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr "Em quantos dias os pagamentos via boleto e em lotéricas vencerão."
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
"Configuração avançada da experiência de pagamento via boleto e em lotéricas"
-#: ../../src/Translations/AdminTranslations.php:768,
-#: ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705,
+#: ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr "Reduzir inventário"
-#: ../../src/Translations/AdminTranslations.php:769,
-#: ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706,
+#: ../../src/Translations/AdminTranslations.php:766
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 "
@@ -1297,41 +1318,41 @@ msgstr ""
"pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando "
"os pagamentos estiverem aprovados."
-#: ../../src/Translations/AdminTranslations.php:770,
-#: ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707,
+#: ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr "Reduzir inventário está ativo."
-#: ../../src/Translations/AdminTranslations.php:771,
-#: ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708,
+#: ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr "Reduzir inventário está inativo."
-#: ../../src/Translations/AdminTranslations.php:773,
-#: ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710,
+#: ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr "Habilite os meios de pagamento disponíveis"
-#: ../../src/Translations/AdminTranslations.php:774,
-#: ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711,
+#: ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
-#: ../../src/Translations/AdminTranslations.php:775,
-#: ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712,
+#: ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr "Todos os meios de pagamento"
-#: ../../src/Translations/AdminTranslations.php:806,
-#: ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743,
+#: ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr "PSE"
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr "Checkout Transparente PSE"
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid ""
"By deactivating it, you will disable PSE payments from Mercado Pago "
"Transparent Checkout."
@@ -1339,49 +1360,49 @@ msgstr ""
"Ao desativar, você desabilita pagamentos por PSE no Checkout Transparente "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr "O checkout transparente para PSE está ativo."
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr "O checkout transparente para PSE está inativo."
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr "Configuração avançada da experiência de pagamento via PSE"
-#: ../../src/Translations/AdminTranslations.php:855,
-#: ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792,
+#: ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr "O checkout transparente para pagamentos com Pix está"
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr "Acesse a área"
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr "Seu Perfil"
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr "e escolha a seção"
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr "Suas chaves Pix"
-#: ../../src/Translations/AdminTranslations.php:886,
-#: ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823,
+#: ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr "Pix"
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr "Checkout Transparente | Pix"
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid ""
"By disabling it, you will disable all Pix payments from Mercado Pago "
"Transparent Checkout."
@@ -1389,85 +1410,85 @@ msgstr ""
"Ao desativar, você desabilita pagamentos por Pix no Checkout Transparente "
"Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr "Vencimento para pagamentos com Pix"
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
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."
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr "15 minutos"
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr "30 minutos (recomendado)"
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr "60 minutos"
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr "12 horas"
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr "24 horas"
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr "2 dias"
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr "3 dias"
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr "4 dias"
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr "5 dias"
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr "6 dias"
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr "7 dias"
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr "Quer saber como funciona o Pix?"
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
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."
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr "Saber mais sobre o Pix"
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr "Configurações avançadas da experiência de pagamento via Pix"
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
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."
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr "Baixe o app do Mercado Pago no seu celular."
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid ""
"Choose which data to register as Pix keys. After registering, you can set up "
"Pix in your checkout."
@@ -1475,7 +1496,7 @@ msgstr ""
"Escolha quais dados cadastrar como chaves Pix. Após fazer esse cadastro, "
"você poderá configurar o Pix no seu checkout."
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid ""
"Remember that, for the time being, the Central Bank of Brazil is open Monday "
"through Friday, from 9am to 6pm."
@@ -1483,7 +1504,7 @@ msgstr ""
"Lembre-se de que, por enquanto, o Banco Central do Brasil funciona de "
"segunda a sexta-feira, das 9h às 18h."
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid ""
"If you requested your registration outside these hours, we will confirm it "
"within the next business day."
@@ -1491,11 +1512,11 @@ msgstr ""
"Se você solicitou seu cadastro fora desse horário, vamos confirmar no "
"próximo dia útil."
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr "Saber mais sobre o Pix"
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid ""
"If you have already registered a Pix key at Mercado Pago and cannot activate "
"Pix in the checkout, "
@@ -1503,82 +1524,136 @@ msgstr ""
"Caso já tenha cadastrado uma chave PIX no Mercado Pago e não consiga ativar "
"o PIX no checkout, "
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr "clique aqui."
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890,
+#: ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr "O Checkout API está"
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr "ativo"
+
+#: ../../src/Translations/AdminTranslations.php:892,
+#: ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr "para pagamentos com o Yape"
+
+#: ../../src/Translations/AdminTranslations.php:916,
+#: ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr "Yape"
+
+#: ../../src/Translations/AdminTranslations.php:917,
+#: ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr "Pagamentos sem sair da sua loja com nosso checkout customizável."
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr "Checkout API | Yape"
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid ""
+"Receive payments through the Yape app automatically, without redirects, and "
+"with all the security of Mercado Pago. "
+msgstr ""
+"Receba pagamentos através do aplicativo Yape de forma automática, sem "
+"redirecionamentos e com toda a segurança do Mercado Pago. "
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid ""
+"By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr ""
+"Ao desativar, você desabilitará o Yape no Checkout API do Mercado Pago."
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr "Título no checkout do site"
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid ""
+"Enter a title and a description for Yape in your Checkout API , maximum "
+"characters: 85"
+msgstr ""
+"Insira um título e uma descrição para o Yape no seu Checkout API, máximo de "
+"85 caracteres."
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr "Para habilitar o modo teste"
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr "copie suas credenciais de teste"
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr "e cole acima na seção 1 desta página"
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr "Crie seu"
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr "usuário de teste"
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid ""
"(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
"(Opcional. Pode ser usado no Modo Produção e Modo teste, para testar "
"pagamentos)"
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr "Use nossos cartões de teste"
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr "nunca use cartões reais"
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr "Visite sua loja"
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr "para testar compras"
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr "4. Teste sua loja antes de começar a vender"
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr "Escolha como você quer operar sua loja:"
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr "Modo Teste"
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr "Modo Vendas (Produção)"
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr "Meios de pagamento Mercado Pago em Modo Produção"
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr "Meios de pagamento Mercado Pago em Modo Teste"
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr "Insira as credenciais de teste"
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid ""
"Select “Test Mode” if you want to try the payment experience before you "
"start to sell or “Sales Mode” (Production) to start now."
@@ -1587,113 +1662,113 @@ msgstr ""
"de começar a vender ou o “Modo Vendas” (Produção) para começar a vender "
"agora mesmo."
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr "Checkouts Mercado Pago inativos para cobranças reais."
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr "Consulte as regras do modo teste."
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr "Checkouts Mercado Pago ativos para cobranças reais."
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr "Clientes podem fazer compras reais na sua loja."
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr "Loja em Modo Vendas (Produção)"
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr "Loja em Modo Teste"
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr "Salvar mudanças"
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr "Os campos de negócio são válidos"
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr "Os campos de negócio não puderam ser validados"
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr "Pelo menos um meio de pagamento está ativado"
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr "Nenhum meio de pagamento ativada"
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr "Os campos de credenciais são válidos"
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr "Os campos de credenciais não puderam ser validados"
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr "Public key válida"
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr "Public key inválida"
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr "Access token válido"
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr "Access token inválido"
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr "As credenciais foram atualizadas"
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid ""
"Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
"Sua loja saiu do Modo Teste e está fazendo vendas reais no Modo Produção."
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr "Para testar a loja, insira novamente as duas credenciais de teste."
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr "Credenciais inválidas"
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr "Consulte nosso manual para saber"
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr "como inserir as credenciais da maneira correta."
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr " para o modo teste"
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr "As informações sobre a loja são válidas"
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr "Atenção:"
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid ""
"The currency settings you have in WooCommerce are not compatible with the "
"currency you use in your Mercado Pago account. Please activate the currency "
@@ -1703,19 +1778,19 @@ msgstr ""
"moeda que você usa na sua conta do Mercado Pago. Por favor, ative a "
"conversão de moeda."
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr "Agora convertemos sua moeda de: "
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr "para "
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr "Status de pagamento no Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid ""
"This is the payment status of your Mercado Pago Activities. To check the "
"order status, please refer to Order details."
@@ -1723,51 +1798,51 @@ msgstr ""
"Este é o status de pagamento das suas Atividades no Mercado Pago. Para "
"verificar o status do pedido, consulte Detalhes do pedido."
-#: ../../src/Translations/AdminTranslations.php:1108,
-#: ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113,
+#: ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr "Ver detalhes da compra no Mercado Pago"
-#: ../../src/Translations/AdminTranslations.php:1109,
-#: ../../src/Translations/AdminTranslations.php:1111,
-#: ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114,
+#: ../../src/Translations/AdminTranslations.php:1116,
+#: ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr "Sincronizar status do pedido"
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr "Consultar motivos de recusa"
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr "Pedido atualizado com sucesso. Esta página será recarregada…"
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr "Não foi possível atualizar o pedido:"
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr "Pagamento realizado"
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
msgid "Payment made by the buyer and already credited in the account."
msgstr "Pagamento realizado pelo comprador e já creditado na conta."
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr "Chamado resolvido"
-#: ../../src/Translations/AdminTranslations.php:1119,
-#: ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124,
+#: ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes."
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr "Pagamento devolvido"
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid ""
"Your refund request has been made. Please contact Mercado Pago for further "
"details."
@@ -1775,59 +1850,59 @@ msgstr ""
"Sua solicitação de reembolso foi feita. Entre em contato com o Mercado Pago "
"para mais detalhes."
-#: ../../src/Translations/AdminTranslations.php:1122,
-#: ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127,
+#: ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr "Pagamento devolvido"
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr "O pagamento já foi devolvido ao cliente."
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr "O pagamento já foi devolvido parcialmente ao cliente."
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr "Pagamento cancelado"
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr "O pagamento foi cancelado com sucesso."
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr "Compra cancelada"
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr "O pagamento foi cancelado pelo cliente."
-#: ../../src/Translations/AdminTranslations.php:1130,
-#: ../../src/Translations/AdminTranslations.php:1132,
-#: ../../src/Translations/AdminTranslations.php:1134,
-#: ../../src/Translations/AdminTranslations.php:1136,
-#: ../../src/Translations/AdminTranslations.php:1138,
-#: ../../src/Translations/AdminTranslations.php:1146,
-#: ../../src/Translations/AdminTranslations.php:1148,
-#: ../../src/Translations/AdminTranslations.php:1150,
-#: ../../src/Translations/AdminTranslations.php:1152,
-#: ../../src/Translations/AdminTranslations.php:1154,
-#: ../../src/Translations/AdminTranslations.php:1156,
-#: ../../src/Translations/AdminTranslations.php:1158,
-#: ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135,
+#: ../../src/Translations/AdminTranslations.php:1137,
+#: ../../src/Translations/AdminTranslations.php:1139,
+#: ../../src/Translations/AdminTranslations.php:1141,
+#: ../../src/Translations/AdminTranslations.php:1143,
+#: ../../src/Translations/AdminTranslations.php:1151,
+#: ../../src/Translations/AdminTranslations.php:1153,
+#: ../../src/Translations/AdminTranslations.php:1155,
+#: ../../src/Translations/AdminTranslations.php:1157,
+#: ../../src/Translations/AdminTranslations.php:1159,
+#: ../../src/Translations/AdminTranslations.php:1161,
+#: ../../src/Translations/AdminTranslations.php:1163,
+#: ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr "Pagamento pendente"
-#: ../../src/Translations/AdminTranslations.php:1131,
-#: ../../src/Translations/AdminTranslations.php:1133,
-#: ../../src/Translations/AdminTranslations.php:1135,
-#: ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136,
+#: ../../src/Translations/AdminTranslations.php:1138,
+#: ../../src/Translations/AdminTranslations.php:1140,
+#: ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr "Aguardando pagamento do comprador."
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 "
@@ -1836,19 +1911,19 @@ msgstr ""
"Estamos verificando o pagamento. Avisaremos por e-mail em até 6 horas se "
"estiver tudo bem para que você possa entregar o produto ou prestar o serviço."
-#: ../../src/Translations/AdminTranslations.php:1140,
-#: ../../src/Translations/AdminTranslations.php:1164,
-#: ../../src/Translations/AdminTranslations.php:1180,
-#: ../../src/Translations/AdminTranslations.php:1199,
-#: ../../src/Translations/AdminTranslations.php:1203,
-#: ../../src/Translations/AdminTranslations.php:1205,
-#: ../../src/Translations/AdminTranslations.php:1207,
-#: ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145,
+#: ../../src/Translations/AdminTranslations.php:1169,
+#: ../../src/Translations/AdminTranslations.php:1185,
+#: ../../src/Translations/AdminTranslations.php:1204,
+#: ../../src/Translations/AdminTranslations.php:1208,
+#: ../../src/Translations/AdminTranslations.php:1210,
+#: ../../src/Translations/AdminTranslations.php:1212,
+#: ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr "Pagamento recusado"
-#: ../../src/Translations/AdminTranslations.php:1141,
-#: ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146,
+#: ../../src/Translations/AdminTranslations.php:1170
msgid ""
"The card-issuing bank declined the payment. Please ask your client to use "
"another card or to get in touch with the bank."
@@ -1856,11 +1931,11 @@ msgstr ""
"O banco emissor do cartão recusou o pagamento. Solicite ao seu cliente que "
"utilize outro cartão ou entre em contato com o banco."
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr "Pagamento autorizado. Aguardando captura."
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid ""
"The payment has been authorized on the client's card. Please capture the "
"payment."
@@ -1868,17 +1943,17 @@ msgstr ""
"O pagamento foi autorizado no cartão do cliente. Por favor, confirme o "
"pagamento."
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr "Pagamento em processamento"
-#: ../../src/Translations/AdminTranslations.php:1145,
-#: ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150,
+#: ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr ""
"Aguarde ou entre em contato com o Mercado Pago para consultar mais detalhes"
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 "
@@ -1888,33 +1963,33 @@ msgstr ""
"iremos notificá-lo por email para que possa entregar o produto ou prestar o "
"serviço."
-#: ../../src/Translations/AdminTranslations.php:1149,
-#: ../../src/Translations/AdminTranslations.php:1151,
-#: ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154,
+#: ../../src/Translations/AdminTranslations.php:1156,
+#: ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr "Aguardando validação das informações de pagamento."
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr "Aguardando o comprador."
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr "Aguardando o emissor do cartão."
-#: ../../src/Translations/AdminTranslations.php:1160,
-#: ../../src/Translations/AdminTranslations.php:1162,
-#: ../../src/Translations/AdminTranslations.php:1166,
-#: ../../src/Translations/AdminTranslations.php:1187,
-#: ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165,
+#: ../../src/Translations/AdminTranslations.php:1167,
+#: ../../src/Translations/AdminTranslations.php:1171,
+#: ../../src/Translations/AdminTranslations.php:1192,
+#: ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../src/Translations/AdminTranslations.php:1161,
-#: ../../src/Translations/AdminTranslations.php:1163,
-#: ../../src/Translations/AdminTranslations.php:1167,
-#: ../../src/Translations/AdminTranslations.php:1188,
-#: ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166,
+#: ../../src/Translations/AdminTranslations.php:1168,
+#: ../../src/Translations/AdminTranslations.php:1172,
+#: ../../src/Translations/AdminTranslations.php:1193,
+#: ../../src/Translations/AdminTranslations.php:1215
msgid ""
"Please recommend your customer to pay with another payment method or to "
"contact their bank."
@@ -1922,32 +1997,32 @@ msgstr ""
"Recomende a seu cliente que que pague com outro meio de pagamento ou entre "
"em contato com o banco."
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr "O Mercado Pago não processou o pagamento"
-#: ../../src/Translations/AdminTranslations.php:1170,
-#: ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175,
+#: ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr "Prazo expirado para pagamento"
-#: ../../src/Translations/AdminTranslations.php:1171,
-#: ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176,
+#: ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr "O cliente não pagou dentro do limite de tempo."
-#: ../../src/Translations/AdminTranslations.php:1172,
-#: ../../src/Translations/AdminTranslations.php:1174,
-#: ../../src/Translations/AdminTranslations.php:1176,
-#: ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177,
+#: ../../src/Translations/AdminTranslations.php:1179,
+#: ../../src/Translations/AdminTranslations.php:1181,
+#: ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr "Seu cliente inseriu um ou mais dados do cartão incorretamente"
-#: ../../src/Translations/AdminTranslations.php:1173,
-#: ../../src/Translations/AdminTranslations.php:1175,
-#: ../../src/Translations/AdminTranslations.php:1177,
-#: ../../src/Translations/AdminTranslations.php:1218,
-#: ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178,
+#: ../../src/Translations/AdminTranslations.php:1180,
+#: ../../src/Translations/AdminTranslations.php:1182,
+#: ../../src/Translations/AdminTranslations.php:1223,
+#: ../../src/Translations/AdminTranslations.php:1224
msgid ""
"Please ask them to enter to enter them again exactly as they appear on the "
"card or on their bank app to complete the payment."
@@ -1955,17 +2030,17 @@ msgstr ""
"Peça para a pessoa inserir os dados da forma como aparecem no cartão ou no "
"app do banco para concluir o pagamento."
-#: ../../src/Translations/AdminTranslations.php:1178,
-#: ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183,
+#: ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr "Protegemos você de um pagamento suspeito"
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr "Por medidas de segurança, está transação não pode ser concluída."
-#: ../../src/Translations/AdminTranslations.php:1181,
-#: ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186,
+#: ../../src/Translations/AdminTranslations.php:1205
msgid ""
"The buyer is suspended in our platform. Your client must contact us to check "
"what happened."
@@ -1973,12 +2048,12 @@ msgstr ""
"O comprador está suspenso em nossa plataforma. Seu cliente deverá entrar em "
"contato conosco para verificar o ocorrido."
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../src/Translations/AdminTranslations.php:1183,
-#: ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188,
+#: ../../src/Translations/AdminTranslations.php:1207
msgid ""
"Recommend your customer to pay with their usual payment method and device "
"for online purchases."
@@ -1986,29 +2061,29 @@ msgstr ""
"Recomende a seu cliente que pague com o meio de pagamento e dispositivo que "
"costuma usar para compras on-line."
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../src/Translations/AdminTranslations.php:1185,
-#: ../../src/Translations/AdminTranslations.php:1186,
-#: ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190,
+#: ../../src/Translations/AdminTranslations.php:1191,
+#: ../../src/Translations/AdminTranslations.php:1195
msgid ""
"Please ask them to pay with another card or to choose another payment method."
msgstr ""
"Peça para a pessoa pagar com outro cartão ou escolher outro meio de "
"pagamento."
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr "O cliente alcançou o limite de tentativas de pagamento com o cartão"
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid ""
"Your customer's card does not accept the number of installments selected"
msgstr "O cartão do seu cliente não aceita o parcelamento selecionado"
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid ""
"Please ask them to choose a different number of installments or to pay with "
"another method."
@@ -2016,13 +2091,13 @@ msgstr ""
"Peça para ele escolher uma opção de parcelamento diferente ou usar outro "
"meio de pagamento."
-#: ../../src/Translations/AdminTranslations.php:1193,
-#: ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198,
+#: ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr "Seu cliente precisa autorizar o pagamento com o banco"
-#: ../../src/Translations/AdminTranslations.php:1194,
-#: ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199,
+#: ../../src/Translations/AdminTranslations.php:1226
msgid ""
"Please ask them to call the telephone number on their card or to pay with "
"another method."
@@ -2030,20 +2105,20 @@ msgstr ""
"Peça para a pessoa acessar o app do banco ou ligar para o telefone que está "
"no cartão. Se preferir, ela também pode pagar com outro meio."
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid ""
"The payment was declined because your customer already paid for this purchase"
msgstr "O pagamento foi recusado porque o cliente já pagou esta compra"
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr "Consulte seus pagamentos aprovados para confirmar a transação."
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr "O cartão do cliente ainda não foi desbloqueado"
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid ""
"Please ask them to contact their bank by calling the number on the back of "
"their card or to pay with another method."
@@ -2052,7 +2127,7 @@ msgstr ""
"com o banco dele ligando para o número que está no verso do cartão. Se ele "
"preferir, também pode usar outro meio de pagamento."
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid ""
"This payment was declined because it did not pass Mercado Pago security "
"controls. Please ask your client to use another card."
@@ -2060,7 +2135,7 @@ msgstr ""
"Este pagamento foi recusado porque não passou nos controles de segurança do "
"Mercado Pago. Por favor, peça ao seu cliente para usar outro cartão."
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid ""
"The amount exceeded the card limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2068,8 +2143,8 @@ msgstr ""
"O valor ultrapassou o limite do cartão. Solicite ao seu cliente que utilize "
"outro cartão ou entre em contato com o banco."
-#: ../../src/Translations/AdminTranslations.php:1208,
-#: ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213,
+#: ../../src/Translations/AdminTranslations.php:1217
msgid ""
"Please ask your client to use another card or to get in touch with the card "
"issuer."
@@ -2077,7 +2152,7 @@ msgstr ""
"Peça ao seu cliente para usar outro cartão ou entre em contato com o emissor "
"do cartão."
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
msgid ""
"The amount exceeded the card's limit. Please ask your client to use another "
"card or to get in touch with the bank."
@@ -2085,11 +2160,11 @@ msgstr ""
"O valor ultrapassou o limite do cartão. Solicite ao seu cliente que utilize "
"outro cartão ou entre em contato com o banco."
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr "O banco emissor do cartão recusou o pagamento"
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid ""
"Please recommend your customer to pay with another card or to choose another "
"payment method."
@@ -2097,80 +2172,80 @@ msgstr ""
"Peça para a pessoa pagar com outro cartão ou escolher outro meio de "
"pagamento."
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr "O pagamento foi recusado devido a um erro"
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid ""
"Please recommend you customer to try again or to pay with another payment "
"method."
msgstr ""
"Recomende ao seu cliente tentar novamente ou usar outro meio de pagamento."
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr "Dúvidas?"
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr "Visite nosso site para desenvolvedores e consulte as"
-#: ../../src/Translations/AdminTranslations.php:1240,
-#: ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245,
+#: ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr "perguntas frequentes"
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr "."
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr "Consulte nossas"
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr "ou abra um ticket para entrar em contato com a equipe do Mercado Pago."
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr ""
"1. Acesse o site para desenvolvedores, visite a seção de suporte e abra um"
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr "ticket"
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr "."
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr "4. Baixe o"
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr "histórico de erros"
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr "e compartilhe-o com a equipe do Mercado Pago quando solicitado."
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr "Precisa de ajuda?"
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr "Como abrir um ticket:"
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr "2. Preencha o formulário com os dados da sua loja."
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid ""
"3. Copy and paste the following details when asked for the the technical "
"information:"
@@ -2178,15 +2253,15 @@ msgstr ""
"3. Copie e cole os dados abaixo quando as informações técnicas forem "
"solicitadas:"
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr "Versão:"
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr "Histórico de erros"
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid ""
"Select the files you want to share with our team and click on Download. This "
"information will be requested by e-mail if necessary."
@@ -2194,163 +2269,164 @@ msgstr ""
"Selecione os arquivos que você quer compartilhar com nossa equipe e clique "
"em “Baixar”. Essas informações serão solicitadas por e-mail caso necessário."
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr "Origem"
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr "Data de criação"
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr "Baixar"
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
msgstr "Próxima página"
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
msgstr "Página anterior"
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr "O plug-in ainda não registrou nenhum log em sua loja."
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr "desconto de"
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr "taxa de"
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr "e"
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr "Serviço de envio usado pela loja."
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr "Desconto concedido pela loja"
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr "Desconto do Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr "Comissão do Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:110,
-#: ../../src/Translations/StoreTranslations.php:151,
-#: ../../src/Translations/StoreTranslations.php:190,
-#: ../../src/Translations/StoreTranslations.php:294,
-#: ../../src/Translations/StoreTranslations.php:329,
-#: ../../src/Translations/StoreTranslations.php:382,
-#: ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77,
+#: ../../src/Translations/StoreTranslations.php:118,
+#: ../../src/Translations/StoreTranslations.php:157,
+#: ../../src/Translations/StoreTranslations.php:261,
+#: ../../src/Translations/StoreTranslations.php:296,
+#: ../../src/Translations/StoreTranslations.php:376,
+#: ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr "Houve um erro. Tente novamente em alguns minutos."
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr "Checkout Pro em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:124,
-#: ../../src/Translations/StoreTranslations.php:165,
-#: ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91,
+#: ../../src/Translations/StoreTranslations.php:132,
+#: ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr "Utilize meios do Mercado Pago sem cobranças reais. "
-#: ../../src/Translations/StoreTranslations.php:125,
-#: ../../src/Translations/StoreTranslations.php:166,
-#: ../../src/Translations/StoreTranslations.php:244,
-#: ../../src/Translations/StoreTranslations.php:368,
-#: ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92,
+#: ../../src/Translations/StoreTranslations.php:133,
+#: ../../src/Translations/StoreTranslations.php:211,
+#: ../../src/Translations/StoreTranslations.php:310,
+#: ../../src/Translations/StoreTranslations.php:362,
+#: ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr "Consulte as regras do modo teste."
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr "Inicie sessão no Mercado Pago e garanta vantagens"
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr "Entre fácil"
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr "Inicie sessão com seu mesmo e-mail e senha do Mercado Livre."
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr "Imagem de telefone azul"
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr "Pague rápido"
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr "Use seus cartões salvos, Pix ou saldo disponível."
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr "Use seu saldo disponível no Mercado Pago Wallet ou cartões salvos."
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr "Use seu dinheiro disponível e cartões salvos."
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr "Imagem de carteira azul"
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr "Proteja sua compra"
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr "Compre com confiança"
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr "Receba o dinheiro de volta se você não receber o produto."
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr "Receba ajuda se tiver algum problema com sua compra."
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr "Imagem de proteção azul"
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr "Use parcelas"
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr "Pague com ou sem cartão de crédito."
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr "Parcelas sem acréscimos em bancos selecionados."
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr "Imagem de telefone azul com parcelas"
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr "Meios de pagamento disponíveis"
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid ""
"By continuing, you will be taken to Mercado Pago to safely complete your "
"purchase."
@@ -2358,53 +2434,55 @@ msgstr ""
"Ao continuar, te levaremos ao Mercado Pago para completar a compra de forma "
"segura."
-#: ../../src/Translations/StoreTranslations.php:146,
-#: ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113,
+#: ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr "Imagem de redirecionamento do Checkout Pro"
+#: ../../src/Translations/StoreTranslations.php:114,
#: ../../src/Translations/StoreTranslations.php:147,
-#: ../../src/Translations/StoreTranslations.php:180,
-#: ../../src/Translations/StoreTranslations.php:268,
-#: ../../src/Translations/StoreTranslations.php:311,
-#: ../../src/Translations/StoreTranslations.php:374,
-#: ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:235,
+#: ../../src/Translations/StoreTranslations.php:278,
+#: ../../src/Translations/StoreTranslations.php:312,
+#: ../../src/Translations/StoreTranslations.php:368,
+#: ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr "Ao continuar, você concorda com nossos"
+#: ../../src/Translations/StoreTranslations.php:115,
#: ../../src/Translations/StoreTranslations.php:148,
-#: ../../src/Translations/StoreTranslations.php:181,
-#: ../../src/Translations/StoreTranslations.php:269,
-#: ../../src/Translations/StoreTranslations.php:312,
-#: ../../src/Translations/StoreTranslations.php:375,
-#: ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:236,
+#: ../../src/Translations/StoreTranslations.php:279,
+#: ../../src/Translations/StoreTranslations.php:314,
+#: ../../src/Translations/StoreTranslations.php:369,
+#: ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr "Termos e condições"
-#: ../../src/Translations/StoreTranslations.php:149,
-#: ../../src/Translations/StoreTranslations.php:247,
-#: ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116,
+#: ../../src/Translations/StoreTranslations.php:214,
+#: ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr "Pagar com Mercado Pago"
-#: ../../src/Translations/StoreTranslations.php:150,
-#: ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117,
+#: ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr "Cancelar & Limpar carrinho"
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr "Parcelado sem cartão em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr "Compre em até 12x sem cartão de crédito"
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr "Escolha o número de parcelas"
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid ""
"Learn your credit limit on Mercado Credito and choose the amount of "
"installments."
@@ -2412,101 +2490,101 @@ msgstr ""
"Saiba seu limite disponível no Mercado Crédito e escolha em quantas parcelas "
"quer pagar."
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
msgstr "Passo 1"
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr "Confirme seu pagamento"
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr "O pagamento é aprovado na hora e é 100% protegido. "
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
msgstr "Passo 2"
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr "Pague por mês"
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr ""
"Pague pela sua conta Mercado Pago com o meio de pagamento que preferir."
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
msgstr "Passo 3"
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr ""
"Se você ainda não tiver o Mercado Crédito, basta ativá-lo na hora de pagar."
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid ""
"Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
"Ao continuar, vamos te redirecionar ao Mercado Pago para iniciar sessão e "
"concluir sua compra."
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr "Saiba mais"
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr "Compre com o Mercado Crédito sem cartão e pague por mês"
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid ""
"Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
"Adicione seu produto ao carrinho de compras e, na hora de pagar, selecione o "
"Mercado Crédito."
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr "Inicie sessão no Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid ""
"Choose the amount of installments that best suit you and you’re all set!"
msgstr "Escolha o número de parcelas que melhor se adapte a você e pronto!"
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr "Dúvidas? Confira nossa página de "
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr "Ajuda"
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr "Crédito sujeito a aprovação."
-#: ../../src/Translations/StoreTranslations.php:205,
-#: ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172,
+#: ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr "com o Mercado Crédito"
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr "sem cartão de crédito"
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr "Cartões de crédito em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr "Pague com cartões salvos"
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid ""
"Do you have a Mercado Libre account? Then use the same email and password to "
"pay faster with Mercado Pago."
@@ -2514,162 +2592,163 @@ msgstr ""
"Tem conta Mercado Livre? Use o mesmo e-mail e senha para pagar mais rápido "
"com Mercado Pago."
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr "Quais cartões você pode usar?"
-#: ../../src/Translations/StoreTranslations.php:249,
-#: ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216,
+#: ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr "Promoções vigentes"
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr "Cartões de crédito"
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr "Até 12x"
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr "Cartões de débito"
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr "Preencha os dados do seu cartão"
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr "Número do cartão"
-#: ../../src/Translations/StoreTranslations.php:256,
-#: ../../src/Translations/StoreTranslations.php:258,
-#: ../../src/Translations/StoreTranslations.php:260,
-#: ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223,
+#: ../../src/Translations/StoreTranslations.php:225,
+#: ../../src/Translations/StoreTranslations.php:227,
+#: ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr "Dado obrigatório"
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr "Nome do titular como aparece no cartão"
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr "Vencimento"
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr "Código de segurança"
-#: ../../src/Translations/StoreTranslations.php:263,
-#: ../../src/Translations/StoreTranslations.php:369,
-#: ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230,
+#: ../../src/Translations/StoreTranslations.php:363,
+#: ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr "Documento do titular"
-#: ../../src/Translations/StoreTranslations.php:264,
-#: ../../src/Translations/StoreTranslations.php:370,
-#: ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231,
+#: ../../src/Translations/StoreTranslations.php:364,
+#: ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr "Número de documento inválido"
-#: ../../src/Translations/StoreTranslations.php:265,
-#: ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232,
+#: ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr "Escolha o número de parcelas"
-#: ../../src/Translations/StoreTranslations.php:266,
-#: ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233,
+#: ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr "Banco emissor"
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr "mm/aa"
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr "Parcelamento"
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr "do verso"
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr "da frente"
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr "dígitos"
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr "Sem acréscimos"
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr "Mais opções"
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr "A taxa de juros é aplicada e cobrada por seu banco."
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr "Acréscimos"
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr "Número do cartão é obrigatório"
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr "Número do cartão inválido"
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr "Nome do titular é obrigatório"
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr "Nome do titular inválido"
-#: ../../src/Translations/StoreTranslations.php:284,
-#: ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251,
+#: ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr "Data de vencimento inválida"
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr "Data de vencimento incompleta"
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr "Código de segurança é obrigatório"
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr "Código de segurança incompleto"
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr "Custo do parcelamento"
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr "Total parcelado"
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr "x de"
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr "Pix em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274,
+#: ../../src/Translations/StoreTranslations.php:311
msgid ""
"You can test the flow to generate a code, but you cannot finalize the "
"payment."
@@ -2677,77 +2756,77 @@ msgstr ""
"É possível testar o fluxo para gerar uma fatura, mas não é possível "
"finalizar o pagamento."
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr "Pague de forma segura e instantânea"
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid ""
"By confirming your purchase, we will show you a code to make the payment."
msgstr ""
"Ao confirmar a compra, nós vamos te mostrar o código para fazer o pagamento."
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr "Logo Pix"
-#: ../../src/Translations/StoreTranslations.php:313,
-#: ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280,
+#: ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr "Código válido por "
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr "Agora é só pagar com o Pix para finalizar sua compra"
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr "Como pagar com Pix:"
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr "Acesse o app ou site do seu banco"
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr "Busque a opção de pagar com Pix"
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr "Leia o QR code ou código Pix"
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr "Pronto! Você verá a confirmação do pagamento"
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr "Valor a pagar: "
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr "Escaneie o QR code:"
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr "Se preferir, você pode pagar copiando e colando o seguinte código"
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr "Copiar código"
-#: ../../src/Translations/StoreTranslations.php:325,
-#: ../../src/Translations/StoreTranslations.php:381,
-#: ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292,
+#: ../../src/Translations/StoreTranslations.php:375,
+#: ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr "Mercado Pago: Cliente ainda não pagou."
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid ""
"Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr "Mercado Pago: Agora é só pagar com o Pix para finalizar sua compra."
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid ""
"Scan the QR code below or copy and paste the code into your bank's "
"application."
@@ -2755,39 +2834,88 @@ msgstr ""
"Escaneie o código QR abaixo ou copie e cole o código no aplicativo do seu "
"banco."
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr "30 minutos"
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr "Yape em Modo Teste"
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr "Celular vinculado ao Yape"
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid ""
+"Verify in Yape that the option \"Compra por internet\" is activated and that "
+"the daily limit is enough."
+msgstr ""
+"Confira no Yape se a opção “Compras por internet” está ativada e se o seu "
+"limite diário é suficiente."
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr "Pague com o Yape em instantes"
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr "Preencha os dados a seguir e confirme sua compra."
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr "Código de aprovação"
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr "Processado pelo Mercado Pago"
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr "O código está disponível no menu do app do Yape."
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr "Insira o número completo."
+
+#: ../../src/Translations/StoreTranslations.php:322,
+#: ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr "Preencha este campo."
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr "Insira o número completo."
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr "Pagamento aprovado."
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr "Esperando o pagamento via Pix."
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr "Esperando o pagamento."
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr "O cliente ainda não realizou o pagamento."
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr "O pagamento está em revisão."
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr "O pagamento foi recusado. O cliente pode tentar novamente."
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr "O pagamento foi estornado ao cliente."
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid ""
"The payment was partially returned to the customer. the amount refunded "
"was : "
@@ -2795,30 +2923,30 @@ msgstr ""
"O pagamento já foi devolvido parcialmente ao cliente. O valor reembolsado "
"foi de : "
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr "O pagamento foi cancelado."
-#: ../../src/Translations/StoreTranslations.php:351,
-#: ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345,
+#: ../../src/Translations/StoreTranslations.php:346
msgid ""
"The payment is in mediation or the purchase was unknown by the customer."
msgstr ""
"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente."
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr "O pagamento"
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr "foi notificado pelo Mercado Pago com status"
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr "Meios offline em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid ""
"You can test the flow to generate an invoice, but you cannot finalize the "
"payment."
@@ -2826,21 +2954,21 @@ msgstr ""
"É possível testar o fluxo para gerar uma fatura, mas não é possível "
"finalizar o pagamento."
-#: ../../src/Translations/StoreTranslations.php:371,
-#: ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365,
+#: ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr "Selecione onde você quer pagar"
-#: ../../src/Translations/StoreTranslations.php:372,
-#: ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366,
+#: ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr "mais opções"
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr "Selecione uma opção de pagamento"
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid ""
"Great, we processed your purchase order. Complete the payment with ticket so "
"that we finish approving it."
@@ -2848,52 +2976,52 @@ msgstr ""
"Ótimo, processamos seu pedido. Complete o pagamento com ticket para que "
"possamos aprovar o pedido."
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr "Imprimir boleto"
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr " e "
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr "Para reimprimir o boleto clique"
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr "aqui"
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr "Checkout PSE em Modo Teste"
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr "Você pode testar o fluxo para gerar um pagamento com o PSE"
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr "Tipo de pessoa "
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr "Instituição financeira"
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr "Selecione a instituição financeira"
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr "Selecione a instituição"
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
"Ocorreu um problema ao processar seu pagamento. Por favor, tente novamente."
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid ""
"A problem was occurred when processing your payment. Are you sure you have "
"correctly filled all information in the checkout form?"
@@ -2901,23 +3029,23 @@ msgstr ""
"Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
"corretamente todas as informações no formulário de checkout?"
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr "Ver o resumo do pedido"
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr "Seu pagamento foi rejeitado. Você pode tentar novamente."
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr "Clique para tentar novamente"
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr "Pronto, aceitamos seu pagamento!"
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid ""
"We are processing your payment. In less than an hour we will send you the "
"result by email."
@@ -2925,7 +3053,7 @@ msgstr ""
"Estamos processando seu pagamento. Em menos de uma hora você será notificado "
"por email."
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
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 "
@@ -2935,32 +3063,32 @@ msgstr ""
"notificado por email se o pagamento foi aprovado ou se são necessárias "
"informações adicionais."
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr "Verifique o número do cartão."
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr "Verifique a data de expiração."
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr "Verifique as informações preenchidas."
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr "Verifique o código de segurança informado."
-#: ../../src/Translations/StoreTranslations.php:435,
-#: ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429,
+#: ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr "Não foi possível processar seu pagamento."
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr "Você deve autorizar o pagamento dos seus pedidos."
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid ""
"Contact your card issuer to activate it. The phone is on the back of your "
"card."
@@ -2968,7 +3096,7 @@ msgstr ""
"Contacte o emissor de seu cartão para ativá-lo. O telefone está no verso do "
"seu cartão."
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid ""
"You have already made a payment of this amount. If you have to pay again, "
"use another card or other method of payment."
@@ -2976,7 +3104,7 @@ msgstr ""
"Você já realizou o pagamento para esse valor. Se precisa pagar novamente, "
"use outro cartão ou outro método de pagamento."
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid ""
"Your payment was declined. Please select another payment method. It is "
"recommended in cash."
@@ -2984,15 +3112,15 @@ msgstr ""
"Seu pagamento foi rejeitado. Escolha outro método de pagamento. Recomenda-se "
"dinheiro."
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr "Seu pagamento não possui saldo suficiente."
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr "Seu pagamento não pode processar o parcelamento selecionado."
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid ""
"You have reached the limit of allowed attempts. Choose another card or other "
"payment method."
@@ -3000,7 +3128,7 @@ msgstr ""
"Você atingiu o limite de tentativas permitidas. Escolha outro cartão ou "
"outro método de pagamento."
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid ""
"Invalid transaction attempt You are trying to perform a "
"productive transaction using test credentials, or test transaction using "
@@ -3012,7 +3140,7 @@ msgstr ""
"transação de teste usando credenciais produtivas. Verifique se está usando "
"as configurações de credencial corretas para a ação desejada."
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid ""
"Invalid transaction attempt It is not possible to pay "
"with the email address entered. Please enter another e-mail address."
@@ -3020,11 +3148,11 @@ msgstr ""
"Tentativa de transação inválida Não é possível pagar com "
"o endereço de e-mail informado. Digite outro endereço de e-mail."
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr "Este método de pagamento não pôde processar o seu pagamento."
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid ""
"Your bank needs you to authorize the payment Please call "
"the telephone number on your card or pay with another method."
@@ -3033,8 +3161,8 @@ msgstr ""
"autorizar, acesse o app do banco ou ligue para o telefone que está no "
"cartão. Se preferir, você também pode pagar com outro meio."
-#: ../../src/Translations/StoreTranslations.php:459,
-#: ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453,
+#: ../../src/Translations/StoreTranslations.php:454
msgid ""
"For safety reasons, your payment was declined We "
"recommended paying with your usual payment method and device for online "
@@ -3044,10 +3172,10 @@ msgstr ""
"você pague com o meio de pagamento e dispositivo que costuma usar para "
"compras on-line."
-#: ../../src/Translations/StoreTranslations.php:461,
-#: ../../src/Translations/StoreTranslations.php:462,
-#: ../../src/Translations/StoreTranslations.php:463,
-#: ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455,
+#: ../../src/Translations/StoreTranslations.php:456,
+#: ../../src/Translations/StoreTranslations.php:457,
+#: ../../src/Translations/StoreTranslations.php:458
msgid ""
"One or more card details were entered incorrecctly"
"strong> Please enter them again as they appear on the card to complete "
@@ -3057,7 +3185,7 @@ msgstr ""
"strong> Insira os dados de forma como aparecem no cartão ou no app do seu "
"banco para concluir o pagamento."
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid ""
"Your credit card has no available limit Please pay using "
"another card or choose another payment method."
@@ -3065,7 +3193,7 @@ msgstr ""
"O banco emissor do cartão recusou seu pagamento Pague "
"com outro cartão ou escolha outro meio de pagamento."
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid ""
"Your debit card has insufficient founds Please pay using "
"another card or choose another payment method."
@@ -3073,7 +3201,7 @@ msgstr ""
"O banco emissor do cartão recusou seu pagamento Pague "
"com outro cartão ou escolha outro meio de pagamento."
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid ""
"Your card does not accept the number of installments selected"
"strong> Please choose a different number of installments or use a "
@@ -3082,7 +3210,7 @@ msgstr ""
"Seu cartão não aceita o parcelamento selecionado Escolha "
"uma opção de parcelamento diferente ou use outro meio de pagamento ."
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid ""
"You need to activate your card Please contact your bank "
"by calling the number on the back of your card or choose another payment "
@@ -3091,7 +3219,7 @@ msgstr ""
"Seu cartão está bloqueado Acesse o app ou entre em "
"contato com o banco para desbloquear ou pague com outro meio."
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid ""
"You reached the limit of payment attempts with this card"
"strong> Please pay using another card or choose another payment method."
@@ -3099,7 +3227,7 @@ msgstr ""
"Você alcançou o limite de tentativas de pagamento com este cartão"
"strong> Pague com outro cartão ou escolha outro meio de pagamento."
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid ""
"Your payment was declined because you already paid for this "
"purchase Check your card transactions to verify it."
@@ -3107,9 +3235,9 @@ msgstr ""
"Seu pagamento foi recusado porque você já pagou esta compra"
"strong> Consulte os gastos do seu cartão para confirmar a transação."
-#: ../../src/Translations/StoreTranslations.php:471,
-#: ../../src/Translations/StoreTranslations.php:472,
-#: ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465,
+#: ../../src/Translations/StoreTranslations.php:466,
+#: ../../src/Translations/StoreTranslations.php:467
msgid ""
"The card issuing bank declined the payment We "
"recommended paying with another payment method or contact your bank."
@@ -3118,7 +3246,7 @@ msgstr ""
"strong> Recomendamos que você pague com outro meio de pagamento ou entre "
"em contato com seu banco."
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid ""
"For safety reasons, the card issuing bank declined the payment"
"strong> We recommended paying with your usual payment method and device "
@@ -3127,7 +3255,7 @@ msgstr ""
"Seu pagamento foi recusado Recomendamos que você pague "
"com o meio de pagamento e dispositivo que costuma usar para compras on-line."
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid ""
"Your payment was declined because something went wrong"
"strong> We recommended trying again or paying with another method."
@@ -3135,34 +3263,82 @@ msgstr ""
"Seu pagamento foi recusado devido a um erro Por favor, "
"tente novamente ou use outro meio de pagamento."
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. Please try again or choose another payment method."
+msgstr ""
+"O Yape recusou seu pagamento Não foi possível processar "
+"seu pagamento. Por favor, tente novamente ou escolha outro meio de pagamento."
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid ""
+"Yape declined your payment Your payment could not be "
+"processed. You can contact Yape to find out why or try again with this or "
+"another payment method."
+msgstr ""
+"O Yape recusou seu pagamento Não foi possível processar "
+"seu pagamento. Você pode entrar em contato com Yape para saber os motivos ou "
+"tentar novamente com este ou outro meio de pagamento."
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid ""
+"Yape declined your payment Your payment was rejected "
+"because something went wrong. We recommend trying again or paying with "
+"another method."
+msgstr ""
+"O Yape recusou seu pagamento Seu pagamento foi recusado "
+"devido a um erro. Recomendamos que você tente novamente ou pague com outro "
+"meio."
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid ""
+"Yape declined your payment This payment exceeds your "
+"daily limit for online purchases with Yape. We recommend paying with another "
+"method or trying again tomorrow."
+msgstr ""
+"O Yape recusou seu pagamento Este pagamento excede seu "
+"limite diário para compras online com o Yape. Recomendamos que você pague "
+"com outro meio ou tente novamente amanhã."
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid ""
+"Yape declined your payment After three incorrect "
+"approval codes, the payment can't be done with Yape for your safety. Pay "
+"with another method or try again in 24 hours."
+msgstr ""
+"O Yape recusou seu pagamento Por segurança, não é "
+"possível pagar com o Yape após inserir os códigos de aprovação "
+"incorretamente 3 vezes. Pague com outro meio ou tente novamente em 24 horas."
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr "Estamos levando você para validar o cartão"
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr "com seu banco"
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr "Precisamos confirmar que você é o titular do cartão."
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr "Estamos recebendo a resposta do seu banco"
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr "Conclua a validação bancária para aprovar seu pagamento"
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid ""
"Please keep this page open. If you close it, you will not be able to resume "
"the validation."
msgstr ""
"Mantenha esta tela aberta. Se você fechá-la, não poderá retomar a validação."
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid ""
"For safety reasons, your payment was declined We recommend paying "
"with your usual payment method and device for online purchases."
@@ -3393,9 +3569,6 @@ msgstr ""
#~ msgid "security"
#~ msgstr "segurança"
-#~ msgid "from Mercado Pago"
-#~ msgstr "do Mercado Pago"
-
#~ msgid "Check the reasons why the purchase was declined"
#~ msgstr "Consulte os motivos de recusa da sua compra"
diff --git a/i18n/languages/woocommerce-mercadopago.pot b/i18n/languages/woocommerce-mercadopago.pot
index 49aec6eae..ff43d8802 100644
--- a/i18n/languages/woocommerce-mercadopago.pot
+++ b/i18n/languages/woocommerce-mercadopago.pot
@@ -7,7 +7,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Mercado Pago Developers \n"
-"POT-Creation-Date: 2024-07-31 17:10+0000\n"
+"POT-Creation-Date: 2024-09-10 17:05+0000\n"
"Project-Id-Version: undefined\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
@@ -16,2414 +16,2518 @@ msgstr ""
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../../src/WoocommerceMercadoPago.php:499, ../../src/Translations/AdminTranslations.php:172
+#: ../../src/WoocommerceMercadoPago.php:430, ../../src/Translations/AdminTranslations.php:109
msgid "Activate WooCommerce"
msgstr ""
-#: ../../src/WoocommerceMercadoPago.php:500, ../../src/Translations/AdminTranslations.php:173
+#: ../../src/WoocommerceMercadoPago.php:431, ../../src/Translations/AdminTranslations.php:110
msgid "Install WooCommerce"
msgstr ""
-#: ../../src/WoocommerceMercadoPago.php:501, ../../src/Translations/AdminTranslations.php:174
+#: ../../src/WoocommerceMercadoPago.php:432, ../../src/Translations/AdminTranslations.php:111
msgid "See WooCommerce"
msgstr ""
-#: ../../src/WoocommerceMercadoPago.php:503, ../../src/Translations/AdminTranslations.php:163
+#: ../../src/WoocommerceMercadoPago.php:434, ../../src/Translations/AdminTranslations.php:100
msgid "The Mercado Pago module needs an active version of %s in order to work!"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:169
+#: ../../src/Translations/AdminTranslations.php:106
msgid "Mercado Pago payments for WooCommerce requires PHP version 7.4 or later. Please update your PHP version."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:170
+#: ../../src/Translations/AdminTranslations.php:107
msgid "Mercado Pago Error: PHP Extension CURL is not installed."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:171
+#: ../../src/Translations/AdminTranslations.php:108
msgid "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD extension is required to send QR Code Pix by email."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:175
+#: ../../src/Translations/AdminTranslations.php:112
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 ""
-#: ../../src/Translations/AdminTranslations.php:176
+#: ../../src/Translations/AdminTranslations.php:113
msgid "Register your Pix key at Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:177
+#: ../../src/Translations/AdminTranslations.php:114
msgid "%s, help us improve the experience we offer"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:178
+#: ../../src/Translations/AdminTranslations.php:115
msgid "Share your opinion with us so that we improve our product and offer the best payment solution."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:179
+#: ../../src/Translations/AdminTranslations.php:116
msgid "Rate the plugin"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:180
+#: ../../src/Translations/AdminTranslations.php:117
msgid "Enable payments via Mercado Pago account"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:181
+#: ../../src/Translations/AdminTranslations.php:118
msgid "When you enable this function, your customers pay faster using their Mercado Pago accounts.The approval rate of these payments in your store can be 25% higher compared to other payment methods."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:182
+#: ../../src/Translations/AdminTranslations.php:119
msgid "Activate"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:183
+#: ../../src/Translations/AdminTranslations.php:120
msgid "Our plugin does not support the language you've chosen, so we've switched it to the English default. If you prefer, you can also select Spanish or Portuguese (Brazilian)."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:184
+#: ../../src/Translations/AdminTranslations.php:121
msgid "You activated Mercado Pago’s plug-in"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:185
+#: ../../src/Translations/AdminTranslations.php:122
msgid "Follow the instructions below to integrate your store with Mercado Pago and start to sell."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:197
+#: ../../src/Translations/AdminTranslations.php:134
msgid "Set plugin"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:198, ../../src/Translations/AdminTranslations.php:772, ../../src/Translations/AdminTranslations.php:832
+#: ../../src/Translations/AdminTranslations.php:135, ../../src/Translations/AdminTranslations.php:709, ../../src/Translations/AdminTranslations.php:769
msgid "Payment methods"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:199
+#: ../../src/Translations/AdminTranslations.php:136
msgid "Plugin manual"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:211
+#: ../../src/Translations/AdminTranslations.php:148
msgid "Cancel order"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:212
+#: ../../src/Translations/AdminTranslations.php:149
msgid "Mercado Pago commission:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:213
+#: ../../src/Translations/AdminTranslations.php:150
msgid "Represents the commission configured on plugin settings."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:214
+#: ../../src/Translations/AdminTranslations.php:151
msgid "Mercado Pago discount:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:215
+#: ../../src/Translations/AdminTranslations.php:152
msgid "Represents the discount configured on plugin settings."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:153
msgid "Represents the installment fee charged by Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:154
msgid "Mercado Pago Installment Fee:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:218
+#: ../../src/Translations/AdminTranslations.php:155
msgid "Represents the total purchase plus the installment fee charged by Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:219
+#: ../../src/Translations/AdminTranslations.php:156
msgid "Mercado Pago Total:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:232
+#: ../../src/Translations/AdminTranslations.php:169
msgid "Accept"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:233
+#: ../../src/Translations/AdminTranslations.php:170
msgid "payments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:234
+#: ../../src/Translations/AdminTranslations.php:171
msgid "safely"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:235
+#: ../../src/Translations/AdminTranslations.php:172
msgid "with"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:236
+#: ../../src/Translations/AdminTranslations.php:173
msgid "Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:241
+#: ../../src/Translations/AdminTranslations.php:178
msgid "Choose"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:242
+#: ../../src/Translations/AdminTranslations.php:179
msgid "when you want to receive the money"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:243
+#: ../../src/Translations/AdminTranslations.php:180
msgid "from your sales and if you want to offer"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:244
+#: ../../src/Translations/AdminTranslations.php:181
msgid "interest-free installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:245
+#: ../../src/Translations/AdminTranslations.php:182
msgid "to your clients."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:251
+#: ../../src/Translations/AdminTranslations.php:188
msgid "SSL"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:252
+#: ../../src/Translations/AdminTranslations.php:189
msgid "Curl"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:253
+#: ../../src/Translations/AdminTranslations.php:190
msgid "GD Extensions"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:255
+#: ../../src/Translations/AdminTranslations.php:192
msgid "Technical requirements"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:256
+#: ../../src/Translations/AdminTranslations.php:193
msgid "Collections and installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:257
+#: ../../src/Translations/AdminTranslations.php:194
msgid "More information"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:258
+#: ../../src/Translations/AdminTranslations.php:195
msgid "Implementation responsible for transmitting data to Mercado Pago in a secure and encrypted way."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:259
+#: ../../src/Translations/AdminTranslations.php:196
msgid "It is an extension responsible for making payments via requests from the plugin to Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:260
+#: ../../src/Translations/AdminTranslations.php:197
msgid "These extensions are responsible for the implementation and operation of Pix in your store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:262
+#: ../../src/Translations/AdminTranslations.php:199
msgid "Check our documentation to learn more about integrating our plug-in."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:263
+#: ../../src/Translations/AdminTranslations.php:200
msgid "Set deadlines and fees"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:264
+#: ../../src/Translations/AdminTranslations.php:201
msgid "Go to documentation"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:277
+#: ../../src/Translations/AdminTranslations.php:214
msgid "Public Key"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:278
+#: ../../src/Translations/AdminTranslations.php:215
msgid "Access Token"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:279
+#: ../../src/Translations/AdminTranslations.php:216
msgid "1. Enter your credentials to integrate your store with Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:280
+#: ../../src/Translations/AdminTranslations.php:217
msgid "Production credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:281
+#: ../../src/Translations/AdminTranslations.php:218
msgid "Test credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:282
+#: ../../src/Translations/AdminTranslations.php:219
msgid "To start selling, "
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:283
+#: ../../src/Translations/AdminTranslations.php:220
msgid "in the fields below. If you don’t have credentials yet, you’ll have to create them from this link."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:284
+#: ../../src/Translations/AdminTranslations.php:221
msgid "Enable Mercado Pago checkouts for test purchases in the store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:285
+#: ../../src/Translations/AdminTranslations.php:222
msgid "Enable Mercado Pago checkouts to receive real payments in the store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:286
+#: ../../src/Translations/AdminTranslations.php:223
msgid "Paste your Public Key here"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:287
+#: ../../src/Translations/AdminTranslations.php:224
msgid "Paste your Access Token here"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:288, ../../src/Translations/AdminTranslations.php:342
+#: ../../src/Translations/AdminTranslations.php:225, ../../src/Translations/AdminTranslations.php:279
msgid "Save and continue"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:289
+#: ../../src/Translations/AdminTranslations.php:226
msgid "You have to enter your production credentials to start selling with Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:290
+#: ../../src/Translations/AdminTranslations.php:227
msgid "Enter credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:291
+#: ../../src/Translations/AdminTranslations.php:228
msgid "Activate your credentials to be able to sell"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:292
+#: ../../src/Translations/AdminTranslations.php:229
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 ""
-#: ../../src/Translations/AdminTranslations.php:293
+#: ../../src/Translations/AdminTranslations.php:230
msgid "Activate credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:294
+#: ../../src/Translations/AdminTranslations.php:231
msgid "copy and paste your production credentials "
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:307
+#: ../../src/Translations/AdminTranslations.php:244
msgid "Add the URL to receive payments notifications."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:308
+#: ../../src/Translations/AdminTranslations.php:245
msgid "Find out more information in the"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:310
+#: ../../src/Translations/AdminTranslations.php:247
msgid "guides"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:315
+#: ../../src/Translations/AdminTranslations.php:252
msgid "If you are a Mercado Pago Certified Partner, make sure to add your integrator_id."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:316
+#: ../../src/Translations/AdminTranslations.php:253
msgid "If you do not have the code, please"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:318
+#: ../../src/Translations/AdminTranslations.php:255
msgid "request it now"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:322
+#: ../../src/Translations/AdminTranslations.php:259
msgid "2. Customize your business’ information"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:323
+#: ../../src/Translations/AdminTranslations.php:260
msgid "Your store information"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:324
+#: ../../src/Translations/AdminTranslations.php:261
msgid "Advanced integration options (optional)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:325
+#: ../../src/Translations/AdminTranslations.php:262
msgid "Debug and Log Mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:326
+#: ../../src/Translations/AdminTranslations.php:263
msgid "Fill out the following details to have a better experience and offer your customers more information."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:327
+#: ../../src/Translations/AdminTranslations.php:264
msgid "Name of your store in your client's invoice"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:328
+#: ../../src/Translations/AdminTranslations.php:265
msgid "Identification in Activities of Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:329
+#: ../../src/Translations/AdminTranslations.php:266
msgid "For further integration of your store with Mercado Pago (IPN, Certified Partners, Debug Mode)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:330
+#: ../../src/Translations/AdminTranslations.php:267
msgid "Store category"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:331
+#: ../../src/Translations/AdminTranslations.php:268
msgid "URL for IPN"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:332
+#: ../../src/Translations/AdminTranslations.php:269
msgid "Integrator ID"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:333
+#: ../../src/Translations/AdminTranslations.php:270
msgid "We record your store's actions in order to provide a better assistance."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:334
+#: ../../src/Translations/AdminTranslations.php:271
msgid "Ex: Mary's Store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:335
+#: ../../src/Translations/AdminTranslations.php:272
msgid "Ex: Mary Store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:336, ../../src/Translations/AdminTranslations.php:1287
+#: ../../src/Translations/AdminTranslations.php:273, ../../src/Translations/AdminTranslations.php:1292
msgid "Select"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:337
+#: ../../src/Translations/AdminTranslations.php:274
msgid "Ex: https://examples.com/my-custom-ipn-url"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:338
+#: ../../src/Translations/AdminTranslations.php:275
msgid "Add plugin default params"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:339
+#: ../../src/Translations/AdminTranslations.php:276
msgid "Ex: 14987126498"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:340
+#: ../../src/Translations/AdminTranslations.php:277
msgid "Show advanced options"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:341
+#: ../../src/Translations/AdminTranslations.php:278
msgid "Hide advanced options"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:343
+#: ../../src/Translations/AdminTranslations.php:280
msgid "If this field is empty, the purchase will be identified as Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:344
+#: ../../src/Translations/AdminTranslations.php:281
msgid "In Activities, you will view this term before the order number"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:345
+#: ../../src/Translations/AdminTranslations.php:282
msgid "Select \"Other categories\" if you do not find the appropriate category."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:346
+#: ../../src/Translations/AdminTranslations.php:283
msgid "request it now."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:349
+#: ../../src/Translations/AdminTranslations.php:286
msgid "Order tracking"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:350
+#: ../../src/Translations/AdminTranslations.php:287
msgid "We will keep your Mercado Pago orders updated every hour. We recommend activating this option only in the event of automatic order update failures."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:362
+#: ../../src/Translations/AdminTranslations.php:299
msgid "3. Activate and set up payment methods"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:363
+#: ../../src/Translations/AdminTranslations.php:300
msgid "Select the payment method you want to appear in your store to activate and set it up."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:364
+#: ../../src/Translations/AdminTranslations.php:301
msgid "Settings"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:365
+#: ../../src/Translations/AdminTranslations.php:302
msgid "Continue"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:366
+#: ../../src/Translations/AdminTranslations.php:303
msgid "Enabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:367
+#: ../../src/Translations/AdminTranslations.php:304
msgid "Disabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:368
+#: ../../src/Translations/AdminTranslations.php:305
msgid "Configure your credentials to enable Mercado Pago payment methods."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:381, ../../src/Translations/AdminTranslations.php:387
+#: ../../src/Translations/AdminTranslations.php:318, ../../src/Translations/AdminTranslations.php:324
msgid "The checkout is"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:382, ../../src/Translations/AdminTranslations.php:394, ../../src/Translations/AdminTranslations.php:510, ../../src/Translations/AdminTranslations.php:522, ../../src/Translations/AdminTranslations.php:633, ../../src/Translations/AdminTranslations.php:645, ../../src/Translations/AdminTranslations.php:657, ../../src/Translations/AdminTranslations.php:734, ../../src/Translations/AdminTranslations.php:796, ../../src/Translations/AdminTranslations.php:856, ../../src/Translations/AdminTranslations.php:868
+#: ../../src/Translations/AdminTranslations.php:319, ../../src/Translations/AdminTranslations.php:331, ../../src/Translations/AdminTranslations.php:447, ../../src/Translations/AdminTranslations.php:459, ../../src/Translations/AdminTranslations.php:570, ../../src/Translations/AdminTranslations.php:582, ../../src/Translations/AdminTranslations.php:594, ../../src/Translations/AdminTranslations.php:671, ../../src/Translations/AdminTranslations.php:733, ../../src/Translations/AdminTranslations.php:793, ../../src/Translations/AdminTranslations.php:805, ../../src/Translations/AdminTranslations.php:905
msgid "enabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:388, ../../src/Translations/AdminTranslations.php:400, ../../src/Translations/AdminTranslations.php:516, ../../src/Translations/AdminTranslations.php:528, ../../src/Translations/AdminTranslations.php:639, ../../src/Translations/AdminTranslations.php:651, ../../src/Translations/AdminTranslations.php:663, ../../src/Translations/AdminTranslations.php:740, ../../src/Translations/AdminTranslations.php:802, ../../src/Translations/AdminTranslations.php:862, ../../src/Translations/AdminTranslations.php:874
+#: ../../src/Translations/AdminTranslations.php:325, ../../src/Translations/AdminTranslations.php:337, ../../src/Translations/AdminTranslations.php:453, ../../src/Translations/AdminTranslations.php:465, ../../src/Translations/AdminTranslations.php:576, ../../src/Translations/AdminTranslations.php:588, ../../src/Translations/AdminTranslations.php:600, ../../src/Translations/AdminTranslations.php:677, ../../src/Translations/AdminTranslations.php:739, ../../src/Translations/AdminTranslations.php:799, ../../src/Translations/AdminTranslations.php:811, ../../src/Translations/AdminTranslations.php:898, ../../src/Translations/AdminTranslations.php:911
msgid "disabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:393, ../../src/Translations/AdminTranslations.php:399, ../../src/Translations/AdminTranslations.php:521, ../../src/Translations/AdminTranslations.php:527, ../../src/Translations/AdminTranslations.php:644, ../../src/Translations/AdminTranslations.php:650, ../../src/Translations/AdminTranslations.php:733, ../../src/Translations/AdminTranslations.php:739, ../../src/Translations/AdminTranslations.php:795, ../../src/Translations/AdminTranslations.php:801, ../../src/Translations/AdminTranslations.php:867, ../../src/Translations/AdminTranslations.php:873
+#: ../../src/Translations/AdminTranslations.php:330, ../../src/Translations/AdminTranslations.php:336, ../../src/Translations/AdminTranslations.php:458, ../../src/Translations/AdminTranslations.php:464, ../../src/Translations/AdminTranslations.php:581, ../../src/Translations/AdminTranslations.php:587, ../../src/Translations/AdminTranslations.php:670, ../../src/Translations/AdminTranslations.php:676, ../../src/Translations/AdminTranslations.php:732, ../../src/Translations/AdminTranslations.php:738, ../../src/Translations/AdminTranslations.php:804, ../../src/Translations/AdminTranslations.php:810, ../../src/Translations/AdminTranslations.php:904, ../../src/Translations/AdminTranslations.php:910
msgid "Currency conversion is"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:405, ../../src/Translations/AdminTranslations.php:411
+#: ../../src/Translations/AdminTranslations.php:342, ../../src/Translations/AdminTranslations.php:348
msgid "The buyer"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:406
+#: ../../src/Translations/AdminTranslations.php:343
msgid "will be automatically redirected to the store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:412
+#: ../../src/Translations/AdminTranslations.php:349
msgid "will not be automatically redirected to the store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:418, ../../src/Translations/AdminTranslations.php:424, ../../src/Translations/AdminTranslations.php:668, ../../src/Translations/AdminTranslations.php:674
+#: ../../src/Translations/AdminTranslations.php:355, ../../src/Translations/AdminTranslations.php:361, ../../src/Translations/AdminTranslations.php:605, ../../src/Translations/AdminTranslations.php:611
msgid "Pending payments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:419, ../../src/Translations/AdminTranslations.php:669
+#: ../../src/Translations/AdminTranslations.php:356, ../../src/Translations/AdminTranslations.php:606
msgid "will be automatically declined"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:425, ../../src/Translations/AdminTranslations.php:675
+#: ../../src/Translations/AdminTranslations.php:362, ../../src/Translations/AdminTranslations.php:612
msgid "will not be automatically declined"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:429, ../../src/Translations/AdminTranslations.php:444
+#: ../../src/Translations/AdminTranslations.php:366, ../../src/Translations/AdminTranslations.php:381
msgid "Your saved cards or money available in Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:430, ../../src/Translations/AdminTranslations.php:432
+#: ../../src/Translations/AdminTranslations.php:367, ../../src/Translations/AdminTranslations.php:369
msgid "Your clients finalize their payments in Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:431, ../../src/Translations/AdminTranslations.php:534
+#: ../../src/Translations/AdminTranslations.php:368, ../../src/Translations/AdminTranslations.php:471
msgid "Mercado Pago - Checkout Pro"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:433
+#: ../../src/Translations/AdminTranslations.php:370
msgid "Checkout Pro"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:434
+#: ../../src/Translations/AdminTranslations.php:371
msgid "With Checkout Pro you sell with all the safety inside Mercado Pago environment."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:435, ../../src/Translations/AdminTranslations.php:538, ../../src/Translations/AdminTranslations.php:749, ../../src/Translations/AdminTranslations.php:811, ../../src/Translations/AdminTranslations.php:892
+#: ../../src/Translations/AdminTranslations.php:372, ../../src/Translations/AdminTranslations.php:475, ../../src/Translations/AdminTranslations.php:686, ../../src/Translations/AdminTranslations.php:748, ../../src/Translations/AdminTranslations.php:829, ../../src/Translations/AdminTranslations.php:922
msgid "Mercado Pago plugin general settings"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:436, ../../src/Translations/AdminTranslations.php:539, ../../src/Translations/AdminTranslations.php:686, ../../src/Translations/AdminTranslations.php:750, ../../src/Translations/AdminTranslations.php:812, ../../src/Translations/AdminTranslations.php:893
+#: ../../src/Translations/AdminTranslations.php:373, ../../src/Translations/AdminTranslations.php:476, ../../src/Translations/AdminTranslations.php:623, ../../src/Translations/AdminTranslations.php:687, ../../src/Translations/AdminTranslations.php:749, ../../src/Translations/AdminTranslations.php:830, ../../src/Translations/AdminTranslations.php:923
msgid "Set the deadlines and fees, test your store or access the Plugin manual."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:437, ../../src/Translations/AdminTranslations.php:540, ../../src/Translations/AdminTranslations.php:687, ../../src/Translations/AdminTranslations.php:751, ../../src/Translations/AdminTranslations.php:813, ../../src/Translations/AdminTranslations.php:894
+#: ../../src/Translations/AdminTranslations.php:374, ../../src/Translations/AdminTranslations.php:477, ../../src/Translations/AdminTranslations.php:624, ../../src/Translations/AdminTranslations.php:688, ../../src/Translations/AdminTranslations.php:750, ../../src/Translations/AdminTranslations.php:831, ../../src/Translations/AdminTranslations.php:924
msgid "Go to Settings"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:438, ../../src/Translations/AdminTranslations.php:688, ../../src/Translations/AdminTranslations.php:895
+#: ../../src/Translations/AdminTranslations.php:375, ../../src/Translations/AdminTranslations.php:625, ../../src/Translations/AdminTranslations.php:832, ../../src/Translations/AdminTranslations.php:925
msgid "Enable the checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:439
+#: ../../src/Translations/AdminTranslations.php:376
msgid "By disabling it, you will disable all payments from Mercado Pago Checkout at Mercado Pago website by redirect."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:442, ../../src/Translations/AdminTranslations.php:692, ../../src/Translations/AdminTranslations.php:756, ../../src/Translations/AdminTranslations.php:818, ../../src/Translations/AdminTranslations.php:899
+#: ../../src/Translations/AdminTranslations.php:379, ../../src/Translations/AdminTranslations.php:629, ../../src/Translations/AdminTranslations.php:693, ../../src/Translations/AdminTranslations.php:755, ../../src/Translations/AdminTranslations.php:836
msgid "Title in the store Checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:443, ../../src/Translations/AdminTranslations.php:693, ../../src/Translations/AdminTranslations.php:757, ../../src/Translations/AdminTranslations.php:819, ../../src/Translations/AdminTranslations.php:900
+#: ../../src/Translations/AdminTranslations.php:380, ../../src/Translations/AdminTranslations.php:630, ../../src/Translations/AdminTranslations.php:694, ../../src/Translations/AdminTranslations.php:756, ../../src/Translations/AdminTranslations.php:837
msgid "Change the display text in Checkout, maximum characters: 85"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:445, ../../src/Translations/AdminTranslations.php:552, ../../src/Translations/AdminTranslations.php:695, ../../src/Translations/AdminTranslations.php:759, ../../src/Translations/AdminTranslations.php:821, ../../src/Translations/AdminTranslations.php:902
+#: ../../src/Translations/AdminTranslations.php:382, ../../src/Translations/AdminTranslations.php:489, ../../src/Translations/AdminTranslations.php:632, ../../src/Translations/AdminTranslations.php:696, ../../src/Translations/AdminTranslations.php:758, ../../src/Translations/AdminTranslations.php:839, ../../src/Translations/AdminTranslations.php:932
msgid "The text inserted here will not be translated to other languages"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:446, ../../src/Translations/AdminTranslations.php:553, ../../src/Translations/AdminTranslations.php:699, ../../src/Translations/AdminTranslations.php:760, ../../src/Translations/AdminTranslations.php:822, ../../src/Translations/AdminTranslations.php:916
+#: ../../src/Translations/AdminTranslations.php:383, ../../src/Translations/AdminTranslations.php:490, ../../src/Translations/AdminTranslations.php:636, ../../src/Translations/AdminTranslations.php:697, ../../src/Translations/AdminTranslations.php:759, ../../src/Translations/AdminTranslations.php:853, ../../src/Translations/AdminTranslations.php:933
msgid "Convert Currency"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:447, ../../src/Translations/AdminTranslations.php:554, ../../src/Translations/AdminTranslations.php:700, ../../src/Translations/AdminTranslations.php:761, ../../src/Translations/AdminTranslations.php:823, ../../src/Translations/AdminTranslations.php:917
+#: ../../src/Translations/AdminTranslations.php:384, ../../src/Translations/AdminTranslations.php:491, ../../src/Translations/AdminTranslations.php:637, ../../src/Translations/AdminTranslations.php:698, ../../src/Translations/AdminTranslations.php:760, ../../src/Translations/AdminTranslations.php:854, ../../src/Translations/AdminTranslations.php:934
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 ""
-#: ../../src/Translations/AdminTranslations.php:450
+#: ../../src/Translations/AdminTranslations.php:387
msgid "Choose the payment methods you accept in your store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:451
+#: ../../src/Translations/AdminTranslations.php:388
msgid "Enable the payment methods available to your clients."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:452
+#: ../../src/Translations/AdminTranslations.php:389
msgid "Credit Cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:453
+#: ../../src/Translations/AdminTranslations.php:390
msgid "Debit Cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:454
+#: ../../src/Translations/AdminTranslations.php:391
msgid "Other Payment Methods"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:455
+#: ../../src/Translations/AdminTranslations.php:392
msgid "Maximum number of installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:456
+#: ../../src/Translations/AdminTranslations.php:393
msgid "What is the maximum quota with which a customer can buy?"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:457
+#: ../../src/Translations/AdminTranslations.php:394
msgid "1 installment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:458
+#: ../../src/Translations/AdminTranslations.php:395
msgid "2 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:459
+#: ../../src/Translations/AdminTranslations.php:396
msgid "3 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:460
+#: ../../src/Translations/AdminTranslations.php:397
msgid "4 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:461
+#: ../../src/Translations/AdminTranslations.php:398
msgid "5 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:462
+#: ../../src/Translations/AdminTranslations.php:399
msgid "6 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:463
+#: ../../src/Translations/AdminTranslations.php:400
msgid "10 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:464
+#: ../../src/Translations/AdminTranslations.php:401
msgid "12 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:465
+#: ../../src/Translations/AdminTranslations.php:402
msgid "15 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:466
+#: ../../src/Translations/AdminTranslations.php:403
msgid "18 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:467
+#: ../../src/Translations/AdminTranslations.php:404
msgid "24 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:468, ../../src/Translations/AdminTranslations.php:567
+#: ../../src/Translations/AdminTranslations.php:405, ../../src/Translations/AdminTranslations.php:504, ../../src/Translations/AdminTranslations.php:937
msgid "Advanced settings"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:469, ../../src/Translations/AdminTranslations.php:568, ../../src/Translations/AdminTranslations.php:709, ../../src/Translations/AdminTranslations.php:767, ../../src/Translations/AdminTranslations.php:827, ../../src/Translations/AdminTranslations.php:924
+#: ../../src/Translations/AdminTranslations.php:406, ../../src/Translations/AdminTranslations.php:505, ../../src/Translations/AdminTranslations.php:646, ../../src/Translations/AdminTranslations.php:704, ../../src/Translations/AdminTranslations.php:764, ../../src/Translations/AdminTranslations.php:861, ../../src/Translations/AdminTranslations.php:938
msgid "Edit these advanced fields only when you want to modify the preset values."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:470
+#: ../../src/Translations/AdminTranslations.php:407
msgid "Payment experience"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:471
+#: ../../src/Translations/AdminTranslations.php:408
msgid "Define what payment experience your customers will have, whether inside or outside your store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:472
+#: ../../src/Translations/AdminTranslations.php:409
msgid "Redirect"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:473
+#: ../../src/Translations/AdminTranslations.php:410
msgid "Modal"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:474
+#: ../../src/Translations/AdminTranslations.php:411
msgid "Return to the store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:475
+#: ../../src/Translations/AdminTranslations.php:412
msgid "Do you want your customer to automatically return to the store after payment?"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:478
+#: ../../src/Translations/AdminTranslations.php:415
msgid "Success URL"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:479
+#: ../../src/Translations/AdminTranslations.php:416
msgid "Choose the URL that we will show your customers when they finish their purchase."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:480
+#: ../../src/Translations/AdminTranslations.php:417
msgid "Payment URL rejected"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:481
+#: ../../src/Translations/AdminTranslations.php:418
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 ""
-#: ../../src/Translations/AdminTranslations.php:482
+#: ../../src/Translations/AdminTranslations.php:419
msgid "Payment URL pending"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:483
+#: ../../src/Translations/AdminTranslations.php:420
msgid "Choose the URL that we will show to your customers when they have a payment pending approval."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:484, ../../src/Translations/AdminTranslations.php:710
+#: ../../src/Translations/AdminTranslations.php:421, ../../src/Translations/AdminTranslations.php:647
msgid "Automatic decline of payments without instant approval"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:485, ../../src/Translations/AdminTranslations.php:711
+#: ../../src/Translations/AdminTranslations.php:422, ../../src/Translations/AdminTranslations.php:648
msgid "Enable it if you want to automatically decline payments that are not instantly approved by banks or other institutions."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:486
+#: ../../src/Translations/AdminTranslations.php:423
msgid "Debit, Credit and Invoice in Mercado Pago environment."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:489, ../../src/Translations/AdminTranslations.php:569, ../../src/Translations/AdminTranslations.php:714, ../../src/Translations/AdminTranslations.php:776, ../../src/Translations/AdminTranslations.php:836, ../../src/Translations/AdminTranslations.php:925
+#: ../../src/Translations/AdminTranslations.php:426, ../../src/Translations/AdminTranslations.php:506, ../../src/Translations/AdminTranslations.php:651, ../../src/Translations/AdminTranslations.php:713, ../../src/Translations/AdminTranslations.php:773, ../../src/Translations/AdminTranslations.php:862, ../../src/Translations/AdminTranslations.php:939
msgid "Discount in Mercado Pago Checkouts"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:490, ../../src/Translations/AdminTranslations.php:570, ../../src/Translations/AdminTranslations.php:715, ../../src/Translations/AdminTranslations.php:777, ../../src/Translations/AdminTranslations.php:837, ../../src/Translations/AdminTranslations.php:926
+#: ../../src/Translations/AdminTranslations.php:427, ../../src/Translations/AdminTranslations.php:507, ../../src/Translations/AdminTranslations.php:652, ../../src/Translations/AdminTranslations.php:714, ../../src/Translations/AdminTranslations.php:774, ../../src/Translations/AdminTranslations.php:863, ../../src/Translations/AdminTranslations.php:940
msgid "Choose a percentage value that you want to discount your customers for paying with Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:491, ../../src/Translations/AdminTranslations.php:494, ../../src/Translations/AdminTranslations.php:571, ../../src/Translations/AdminTranslations.php:574, ../../src/Translations/AdminTranslations.php:716, ../../src/Translations/AdminTranslations.php:719, ../../src/Translations/AdminTranslations.php:778, ../../src/Translations/AdminTranslations.php:781, ../../src/Translations/AdminTranslations.php:838, ../../src/Translations/AdminTranslations.php:841, ../../src/Translations/AdminTranslations.php:927, ../../src/Translations/AdminTranslations.php:930
+#: ../../src/Translations/AdminTranslations.php:428, ../../src/Translations/AdminTranslations.php:431, ../../src/Translations/AdminTranslations.php:508, ../../src/Translations/AdminTranslations.php:511, ../../src/Translations/AdminTranslations.php:653, ../../src/Translations/AdminTranslations.php:656, ../../src/Translations/AdminTranslations.php:715, ../../src/Translations/AdminTranslations.php:718, ../../src/Translations/AdminTranslations.php:775, ../../src/Translations/AdminTranslations.php:778, ../../src/Translations/AdminTranslations.php:864, ../../src/Translations/AdminTranslations.php:867, ../../src/Translations/AdminTranslations.php:941, ../../src/Translations/AdminTranslations.php:944
msgid "Activate and show this information on Mercado Pago Checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:492, ../../src/Translations/AdminTranslations.php:572, ../../src/Translations/AdminTranslations.php:717, ../../src/Translations/AdminTranslations.php:779, ../../src/Translations/AdminTranslations.php:839, ../../src/Translations/AdminTranslations.php:928
+#: ../../src/Translations/AdminTranslations.php:429, ../../src/Translations/AdminTranslations.php:509, ../../src/Translations/AdminTranslations.php:654, ../../src/Translations/AdminTranslations.php:716, ../../src/Translations/AdminTranslations.php:776, ../../src/Translations/AdminTranslations.php:865, ../../src/Translations/AdminTranslations.php:942
msgid "Commission in Mercado Pago Checkouts"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:493, ../../src/Translations/AdminTranslations.php:573, ../../src/Translations/AdminTranslations.php:718, ../../src/Translations/AdminTranslations.php:780, ../../src/Translations/AdminTranslations.php:840, ../../src/Translations/AdminTranslations.php:929
+#: ../../src/Translations/AdminTranslations.php:430, ../../src/Translations/AdminTranslations.php:510, ../../src/Translations/AdminTranslations.php:655, ../../src/Translations/AdminTranslations.php:717, ../../src/Translations/AdminTranslations.php:777, ../../src/Translations/AdminTranslations.php:866, ../../src/Translations/AdminTranslations.php:943
msgid "Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:495
+#: ../../src/Translations/AdminTranslations.php:432
msgid "This seems to be an invalid URL"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:509, ../../src/Translations/AdminTranslations.php:515
+#: ../../src/Translations/AdminTranslations.php:446, ../../src/Translations/AdminTranslations.php:452
msgid "“Up to 12 installments without cards through Mercado Credito” is"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:532
+#: ../../src/Translations/AdminTranslations.php:469
msgid "Installments without cards through Mercado Credito"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:533, ../../src/Translations/AdminTranslations.php:535
+#: ../../src/Translations/AdminTranslations.php:470, ../../src/Translations/AdminTranslations.php:472
msgid "Your customers finish their payments on Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:536
+#: ../../src/Translations/AdminTranslations.php:473
msgid "Up to 12 installments without cards through Mercado Credito"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:537
+#: ../../src/Translations/AdminTranslations.php:474
msgid "With this alternative, you'll be able to sell in installments without cards and receive the money immediately with the same fees as with credit cards. Your sales are protected and guaranteed by Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:541
+#: ../../src/Translations/AdminTranslations.php:478
msgid "Activate the installments without cards in the checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:542
+#: ../../src/Translations/AdminTranslations.php:479
msgid "Activate this feature to reach more buyers. It will be available in your store's checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:545
+#: ../../src/Translations/AdminTranslations.php:482
msgid "Checkout visualization"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:546
+#: ../../src/Translations/AdminTranslations.php:483
msgid "Check below how this feature will be displayed to your customers:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:547
+#: ../../src/Translations/AdminTranslations.php:484
msgid "Checkout Preview"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:548
+#: ../../src/Translations/AdminTranslations.php:485
msgid "PREVIEW"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:549
+#: ../../src/Translations/AdminTranslations.php:486
msgid "Title in the checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:550
+#: ../../src/Translations/AdminTranslations.php:487
msgid "We recommend using the default title. Maximum characters: 85."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:551
+#: ../../src/Translations/AdminTranslations.php:488
msgid "Checkout without card"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:557
+#: ../../src/Translations/AdminTranslations.php:494
msgid "Promote the payment of your products with Mercado Credito"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:558
+#: ../../src/Translations/AdminTranslations.php:495
msgid "Activate this promotional banner to offer the option of paying in installments without cards through Mercado Credito within product pages."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:561
+#: ../../src/Translations/AdminTranslations.php:498
msgid "Banner on the product page | Computer version"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:562
+#: ../../src/Translations/AdminTranslations.php:499
msgid "Banner on the product page | Cellphone version"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:563
+#: ../../src/Translations/AdminTranslations.php:500
msgid "Computer"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:564
+#: ../../src/Translations/AdminTranslations.php:501
msgid "Mobile"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:565
+#: ../../src/Translations/AdminTranslations.php:502
msgid "Display in your product pages"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:566
+#: ../../src/Translations/AdminTranslations.php:503
msgid "Below you can preview how the banner will be displayed to your customers:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:575
+#: ../../src/Translations/AdminTranslations.php:512
msgid "Choose how to promote Mercado Credito on your store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:576
+#: ../../src/Translations/AdminTranslations.php:513
msgid "You can only select one alternative and you may edit it whenever you want."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:577
+#: ../../src/Translations/AdminTranslations.php:514
msgid "Example:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:592, ../../src/Translations/StoreTranslations.php:204
+#: ../../src/Translations/AdminTranslations.php:529, ../../src/Translations/StoreTranslations.php:171
msgid "Up to 12 installments without cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:593, ../../src/Translations/AdminTranslations.php:599
+#: ../../src/Translations/AdminTranslations.php:530, ../../src/Translations/AdminTranslations.php:536
msgid "through Mercado Credito. Learn more"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:598, ../../src/Translations/StoreTranslations.php:210
+#: ../../src/Translations/AdminTranslations.php:535, ../../src/Translations/StoreTranslations.php:177
msgid "Buy now, pay later"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:604, ../../src/Translations/StoreTranslations.php:216
+#: ../../src/Translations/AdminTranslations.php:541, ../../src/Translations/StoreTranslations.php:183
msgid "With Mercado Credito,"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:605, ../../src/Translations/StoreTranslations.php:217
+#: ../../src/Translations/AdminTranslations.php:542, ../../src/Translations/StoreTranslations.php:184
msgid "get it now and pay month by month"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:606
+#: ../../src/Translations/AdminTranslations.php:543
msgid " Learn more"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:611, ../../src/Translations/StoreTranslations.php:222
+#: ../../src/Translations/AdminTranslations.php:548, ../../src/Translations/StoreTranslations.php:189
msgid "Pay in up to 12 installments"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:612
+#: ../../src/Translations/AdminTranslations.php:549
msgid "without credit card. Learn more"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:632, ../../src/Translations/AdminTranslations.php:638
+#: ../../src/Translations/AdminTranslations.php:569, ../../src/Translations/AdminTranslations.php:575
msgid "Transparent Checkout for credit cards is"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:656, ../../src/Translations/AdminTranslations.php:662
+#: ../../src/Translations/AdminTranslations.php:593, ../../src/Translations/AdminTranslations.php:599
msgid "Payments via Mercado Pago accounts are"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:679, ../../src/Translations/AdminTranslations.php:694
+#: ../../src/Translations/AdminTranslations.php:616, ../../src/Translations/AdminTranslations.php:631
msgid "Credit and debit cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:680, ../../src/Translations/AdminTranslations.php:682, ../../src/Translations/AdminTranslations.php:745, ../../src/Translations/AdminTranslations.php:807, ../../src/Translations/AdminTranslations.php:887, ../../src/Translations/AdminTranslations.php:889
+#: ../../src/Translations/AdminTranslations.php:617, ../../src/Translations/AdminTranslations.php:619, ../../src/Translations/AdminTranslations.php:682, ../../src/Translations/AdminTranslations.php:744, ../../src/Translations/AdminTranslations.php:824, ../../src/Translations/AdminTranslations.php:826
msgid "Payments without leaving your store with our customizable checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:681, ../../src/Translations/AdminTranslations.php:746, ../../src/Translations/AdminTranslations.php:808, ../../src/Translations/AdminTranslations.php:888
+#: ../../src/Translations/AdminTranslations.php:618, ../../src/Translations/AdminTranslations.php:683, ../../src/Translations/AdminTranslations.php:745, ../../src/Translations/AdminTranslations.php:825, ../../src/Translations/AdminTranslations.php:918
msgid "Mercado Pago - Checkout API"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:683
+#: ../../src/Translations/AdminTranslations.php:620
msgid "Transparent Checkout | Credit card"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:684
+#: ../../src/Translations/AdminTranslations.php:621
msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and with the security from Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:685
+#: ../../src/Translations/AdminTranslations.php:622
msgid "Mercado Pago Plugin general settings"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:689
+#: ../../src/Translations/AdminTranslations.php:626
msgid "By disabling it, you will disable all credit cards payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:696
+#: ../../src/Translations/AdminTranslations.php:633
msgid "Installments Fees"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:697
+#: ../../src/Translations/AdminTranslations.php:634
msgid "Set installment fees and whether they will be charged from the store or from the buyer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:698
+#: ../../src/Translations/AdminTranslations.php:635
msgid "Set fees"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:703
+#: ../../src/Translations/AdminTranslations.php:640
msgid "Payments via Mercado Pago account"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:704
+#: ../../src/Translations/AdminTranslations.php:641
msgid "Your customers pay faster with saved cards, money balance or other available methods in their Mercado Pago accounts."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:707
+#: ../../src/Translations/AdminTranslations.php:644
msgid "Check an example of how it will appear in your store:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:708
+#: ../../src/Translations/AdminTranslations.php:645
msgid "Advanced configuration of the personalized payment experience"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:744, ../../src/Translations/AdminTranslations.php:758
+#: ../../src/Translations/AdminTranslations.php:681, ../../src/Translations/AdminTranslations.php:695
msgid "Invoice"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:747
+#: ../../src/Translations/AdminTranslations.php:684
msgid "Transparent Checkout | Invoice or Loterica"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:748, ../../src/Translations/AdminTranslations.php:810, ../../src/Translations/AdminTranslations.php:891
+#: ../../src/Translations/AdminTranslations.php:685, ../../src/Translations/AdminTranslations.php:747, ../../src/Translations/AdminTranslations.php:828
msgid "With the Transparent Checkout, you can sell inside your store environment, without redirection and all the safety from Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:752, ../../src/Translations/AdminTranslations.php:814
+#: ../../src/Translations/AdminTranslations.php:689, ../../src/Translations/AdminTranslations.php:751
msgid "Enable the Checkout"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:753
+#: ../../src/Translations/AdminTranslations.php:690
msgid "By disabling it, you will disable all invoice payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:754
+#: ../../src/Translations/AdminTranslations.php:691
msgid "The transparent checkout for tickets is enabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:755
+#: ../../src/Translations/AdminTranslations.php:692
msgid "The transparent checkout for tickets is disabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:764
+#: ../../src/Translations/AdminTranslations.php:701
msgid "Payment Due"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:765
+#: ../../src/Translations/AdminTranslations.php:702
msgid "In how many days will cash payments expire."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:766
+#: ../../src/Translations/AdminTranslations.php:703
msgid "Advanced configuration of the cash payment experience"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:768, ../../src/Translations/AdminTranslations.php:828
+#: ../../src/Translations/AdminTranslations.php:705, ../../src/Translations/AdminTranslations.php:765
msgid "Reduce inventory"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:769, ../../src/Translations/AdminTranslations.php:829
+#: ../../src/Translations/AdminTranslations.php:706, ../../src/Translations/AdminTranslations.php:766
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 ""
-#: ../../src/Translations/AdminTranslations.php:770, ../../src/Translations/AdminTranslations.php:830
+#: ../../src/Translations/AdminTranslations.php:707, ../../src/Translations/AdminTranslations.php:767
msgid "Reduce inventory is enabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:771, ../../src/Translations/AdminTranslations.php:831
+#: ../../src/Translations/AdminTranslations.php:708, ../../src/Translations/AdminTranslations.php:768
msgid "Reduce inventory is disabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:773, ../../src/Translations/AdminTranslations.php:833
+#: ../../src/Translations/AdminTranslations.php:710, ../../src/Translations/AdminTranslations.php:770
msgid "Enable the available payment methods"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:774, ../../src/Translations/AdminTranslations.php:834
+#: ../../src/Translations/AdminTranslations.php:711, ../../src/Translations/AdminTranslations.php:771
msgid "Choose the available payment methods in your store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:775, ../../src/Translations/AdminTranslations.php:835
+#: ../../src/Translations/AdminTranslations.php:712, ../../src/Translations/AdminTranslations.php:772
msgid "All payment methods"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:806, ../../src/Translations/AdminTranslations.php:820
+#: ../../src/Translations/AdminTranslations.php:743, ../../src/Translations/AdminTranslations.php:757
msgid "PSE"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:809
+#: ../../src/Translations/AdminTranslations.php:746
msgid "Transparent Checkout PSE"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:815
+#: ../../src/Translations/AdminTranslations.php:752
msgid "By deactivating it, you will disable PSE payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:816
+#: ../../src/Translations/AdminTranslations.php:753
msgid "The transparent checkout for PSE is enabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:817
+#: ../../src/Translations/AdminTranslations.php:754
msgid "The transparent checkout for PSE is disabled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:826
+#: ../../src/Translations/AdminTranslations.php:763
msgid "Advanced configuration of the PSE payment experience"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:855, ../../src/Translations/AdminTranslations.php:861
+#: ../../src/Translations/AdminTranslations.php:792, ../../src/Translations/AdminTranslations.php:798
msgid "The transparent checkout for Pix payment is"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:879
+#: ../../src/Translations/AdminTranslations.php:816
msgid "Go to the"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:880
+#: ../../src/Translations/AdminTranslations.php:817
msgid "Your Profile"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:881
+#: ../../src/Translations/AdminTranslations.php:818
msgid "area and choose the"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:882
+#: ../../src/Translations/AdminTranslations.php:819
msgid "Your Pix Keys section"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:886, ../../src/Translations/AdminTranslations.php:901
+#: ../../src/Translations/AdminTranslations.php:823, ../../src/Translations/AdminTranslations.php:838
msgid "Pix"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:890
+#: ../../src/Translations/AdminTranslations.php:827
msgid "Transparent Checkout | Pix"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:896
+#: ../../src/Translations/AdminTranslations.php:833
msgid "By disabling it, you will disable all Pix payments from Mercado Pago Transparent Checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:903
+#: ../../src/Translations/AdminTranslations.php:840
msgid "Expiration for payments via Pix"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:904
+#: ../../src/Translations/AdminTranslations.php:841
msgid "Set the limit in minutes for your clients to pay via Pix."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:905
+#: ../../src/Translations/AdminTranslations.php:842
msgid "15 minutes"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:906
+#: ../../src/Translations/AdminTranslations.php:843
msgid "30 minutes (recommended)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:907
+#: ../../src/Translations/AdminTranslations.php:844
msgid "60 minutes"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:908
+#: ../../src/Translations/AdminTranslations.php:845
msgid "12 hours"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:909
+#: ../../src/Translations/AdminTranslations.php:846
msgid "24 hours"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:910
+#: ../../src/Translations/AdminTranslations.php:847
msgid "2 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:911
+#: ../../src/Translations/AdminTranslations.php:848
msgid "3 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:912
+#: ../../src/Translations/AdminTranslations.php:849
msgid "4 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:913
+#: ../../src/Translations/AdminTranslations.php:850
msgid "5 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:914
+#: ../../src/Translations/AdminTranslations.php:851
msgid "6 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:915
+#: ../../src/Translations/AdminTranslations.php:852
msgid "7 days"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:920
+#: ../../src/Translations/AdminTranslations.php:857
msgid "Would you like to know how Pix works?"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:921
+#: ../../src/Translations/AdminTranslations.php:858
msgid "We have a dedicated page where we explain how it works and its advantages."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:922
+#: ../../src/Translations/AdminTranslations.php:859
msgid "Find out more about Pix"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:923
+#: ../../src/Translations/AdminTranslations.php:860
msgid "Advanced configuration of the Pix experience"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:931
+#: ../../src/Translations/AdminTranslations.php:868
msgid "To activate Pix, you must have a key registered in Mercado Pago."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:932
+#: ../../src/Translations/AdminTranslations.php:869
msgid "Download the Mercado Pago app on your cell phone."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:934
+#: ../../src/Translations/AdminTranslations.php:871
msgid "Choose which data to register as Pix keys. After registering, you can set up Pix in your checkout."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:935
+#: ../../src/Translations/AdminTranslations.php:872
msgid "Remember that, for the time being, the Central Bank of Brazil is open Monday through Friday, from 9am to 6pm."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:936
+#: ../../src/Translations/AdminTranslations.php:873
msgid "If you requested your registration outside these hours, we will confirm it within the next business day."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:937
+#: ../../src/Translations/AdminTranslations.php:874
msgid "Learn more about Pix"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:938
+#: ../../src/Translations/AdminTranslations.php:875
msgid "If you have already registered a Pix key at Mercado Pago and cannot activate Pix in the checkout, "
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:939
+#: ../../src/Translations/AdminTranslations.php:876
msgid "click here."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:953
+#: ../../src/Translations/AdminTranslations.php:890, ../../src/Translations/AdminTranslations.php:897
+msgid "Checkout API is"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:891
+msgid "active"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:892, ../../src/Translations/AdminTranslations.php:899
+msgid "for payments with Yape"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:916, ../../src/Translations/AdminTranslations.php:931
+msgid "Yape"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:917, ../../src/Translations/AdminTranslations.php:919
+msgid "Payments without leaving your store with our customizable checkout."
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:920
+msgid "Checkout API | Yape"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:921
+msgid "Receive payments through the Yape app automatically, without redirects, and with all the security of Mercado Pago. "
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:926
+msgid "By disabling it, you will disable Yape from the Mercado Pago Checkout API."
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:929
+msgid "Title in the website’s checkout"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:930
+msgid "Enter a title and a description for Yape in your Checkout API , maximum characters: 85"
+msgstr ""
+
+#: ../../src/Translations/AdminTranslations.php:958
msgid "To enable test mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:955
+#: ../../src/Translations/AdminTranslations.php:960
msgid "copy your test credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:956
+#: ../../src/Translations/AdminTranslations.php:961
msgid "and paste them above in section 1 of this page"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:961
+#: ../../src/Translations/AdminTranslations.php:966
msgid "Create your"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:963
+#: ../../src/Translations/AdminTranslations.php:968
msgid "test user"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:964
+#: ../../src/Translations/AdminTranslations.php:969
msgid "(Optional. Can be used in Production Mode and Test Mode, to test payments)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:970
+#: ../../src/Translations/AdminTranslations.php:975
msgid "Use our test cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:971
+#: ../../src/Translations/AdminTranslations.php:976
msgid "never use real cards"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:977
+#: ../../src/Translations/AdminTranslations.php:982
msgid "Visit your store"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:978
+#: ../../src/Translations/AdminTranslations.php:983
msgid "to test purchases"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:982
+#: ../../src/Translations/AdminTranslations.php:987
msgid "4. Test your store before you start to sell"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:983
+#: ../../src/Translations/AdminTranslations.php:988
msgid "Choose how you want to operate your store:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:984
+#: ../../src/Translations/AdminTranslations.php:989
msgid "Test Mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:985
+#: ../../src/Translations/AdminTranslations.php:990
msgid "Sale Mode (Production)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:986
+#: ../../src/Translations/AdminTranslations.php:991
msgid "Mercado Pago payment methods in Production Mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:987
+#: ../../src/Translations/AdminTranslations.php:992
msgid "Mercado Pago payment methods in Test Mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:988
+#: ../../src/Translations/AdminTranslations.php:993
msgid "Enter test credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:989
+#: ../../src/Translations/AdminTranslations.php:994
msgid "Select “Test Mode” if you want to try the payment experience before you start to sell or “Sales Mode” (Production) to start now."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:990
+#: ../../src/Translations/AdminTranslations.php:995
msgid "Mercado Pago Checkouts disabled for real collections."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:991
+#: ../../src/Translations/AdminTranslations.php:996
msgid "Test Mode rules."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:992
+#: ../../src/Translations/AdminTranslations.php:997
msgid "Mercado Pago Checkouts enabled for real collections."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:993
+#: ../../src/Translations/AdminTranslations.php:998
msgid "The clients can make real purchases in your store."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:998
+#: ../../src/Translations/AdminTranslations.php:1003
msgid "Store in sale mode (Production)"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:999
+#: ../../src/Translations/AdminTranslations.php:1004
msgid "Store under test"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1000
+#: ../../src/Translations/AdminTranslations.php:1005
msgid "Save changes"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1012
+#: ../../src/Translations/AdminTranslations.php:1017
msgid "Store business fields are valid"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1013
+#: ../../src/Translations/AdminTranslations.php:1018
msgid "Store business fields could not be validated"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1014
+#: ../../src/Translations/AdminTranslations.php:1019
msgid "At least one payment method is enabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1015
+#: ../../src/Translations/AdminTranslations.php:1020
msgid "No payment method enabled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1016
+#: ../../src/Translations/AdminTranslations.php:1021
msgid "Credentials fields are valid"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1017
+#: ../../src/Translations/AdminTranslations.php:1022
msgid "Credentials fields could not be validated"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1029
+#: ../../src/Translations/AdminTranslations.php:1034
msgid "Valid Public Key"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1030
+#: ../../src/Translations/AdminTranslations.php:1035
msgid "Invalid Public Key"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1031
+#: ../../src/Translations/AdminTranslations.php:1036
msgid "Valid Access Token"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1032
+#: ../../src/Translations/AdminTranslations.php:1037
msgid "Invalid Access Token"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1044
+#: ../../src/Translations/AdminTranslations.php:1049
msgid "Credentials were updated"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1045
+#: ../../src/Translations/AdminTranslations.php:1050
msgid "Your store has exited Test Mode and is making real sales in Production Mode."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1046
+#: ../../src/Translations/AdminTranslations.php:1051
msgid "To test the store, re-enter both test credentials."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1047
+#: ../../src/Translations/AdminTranslations.php:1052
msgid "Invalid credentials"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1048
+#: ../../src/Translations/AdminTranslations.php:1053
msgid "See our manual to learn"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1049
+#: ../../src/Translations/AdminTranslations.php:1054
msgid "how to enter the credentials the right way."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1050
+#: ../../src/Translations/AdminTranslations.php:1055
msgid " for test mode"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1062
+#: ../../src/Translations/AdminTranslations.php:1067
msgid "Store information is valid"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1075
+#: ../../src/Translations/AdminTranslations.php:1080
msgid "Attention:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1076
+#: ../../src/Translations/AdminTranslations.php:1081
msgid "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 ""
-#: ../../src/Translations/AdminTranslations.php:1079
+#: ../../src/Translations/AdminTranslations.php:1084
msgid "We are converting your currency from: "
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1095
+#: ../../src/Translations/AdminTranslations.php:1100
msgid "to "
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1106
+#: ../../src/Translations/AdminTranslations.php:1111
msgid "Payment status on Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1107
+#: ../../src/Translations/AdminTranslations.php:1112
msgid "This is the payment status of your Mercado Pago Activities. To check the order status, please refer to Order details."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1108, ../../src/Translations/AdminTranslations.php:1110
+#: ../../src/Translations/AdminTranslations.php:1113, ../../src/Translations/AdminTranslations.php:1115
msgid "View purchase details at Mercado Pago"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1109, ../../src/Translations/AdminTranslations.php:1111, ../../src/Translations/AdminTranslations.php:1113
+#: ../../src/Translations/AdminTranslations.php:1114, ../../src/Translations/AdminTranslations.php:1116, ../../src/Translations/AdminTranslations.php:1118
msgid "Sync order status"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1112
+#: ../../src/Translations/AdminTranslations.php:1117
msgid "Consult the reasons for refusal"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1114
+#: ../../src/Translations/AdminTranslations.php:1119
msgid "Order update successfully. This page will be reloaded..."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1115
+#: ../../src/Translations/AdminTranslations.php:1120
msgid "Unable to update order:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1116
+#: ../../src/Translations/AdminTranslations.php:1121
msgid "Payment made"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1117
+#: ../../src/Translations/AdminTranslations.php:1122
msgid "Payment made by the buyer and already credited in the account."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1118
+#: ../../src/Translations/AdminTranslations.php:1123
msgid "Call resolved"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1119, ../../src/Translations/AdminTranslations.php:1169
+#: ../../src/Translations/AdminTranslations.php:1124, ../../src/Translations/AdminTranslations.php:1174
msgid "Please contact Mercado Pago for further details."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1120
+#: ../../src/Translations/AdminTranslations.php:1125
msgid "Payment refunded"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1121
+#: ../../src/Translations/AdminTranslations.php:1126
msgid "Your refund request has been made. Please contact Mercado Pago for further details."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1122, ../../src/Translations/AdminTranslations.php:1124
+#: ../../src/Translations/AdminTranslations.php:1127, ../../src/Translations/AdminTranslations.php:1129
msgid "Payment returned"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1123
+#: ../../src/Translations/AdminTranslations.php:1128
msgid "The payment has been returned to the client."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1125
+#: ../../src/Translations/AdminTranslations.php:1130
msgid "The payment has been partially returned to the client."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1126
+#: ../../src/Translations/AdminTranslations.php:1131
msgid "Payment canceled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1127
+#: ../../src/Translations/AdminTranslations.php:1132
msgid "The payment has been successfully canceled."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1128
+#: ../../src/Translations/AdminTranslations.php:1133
msgid "Purchase canceled"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1129
+#: ../../src/Translations/AdminTranslations.php:1134
msgid "The payment has been canceled by the customer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1130, ../../src/Translations/AdminTranslations.php:1132, ../../src/Translations/AdminTranslations.php:1134, ../../src/Translations/AdminTranslations.php:1136, ../../src/Translations/AdminTranslations.php:1138, ../../src/Translations/AdminTranslations.php:1146, ../../src/Translations/AdminTranslations.php:1148, ../../src/Translations/AdminTranslations.php:1150, ../../src/Translations/AdminTranslations.php:1152, ../../src/Translations/AdminTranslations.php:1154, ../../src/Translations/AdminTranslations.php:1156, ../../src/Translations/AdminTranslations.php:1158, ../../src/Translations/AdminTranslations.php:1213
+#: ../../src/Translations/AdminTranslations.php:1135, ../../src/Translations/AdminTranslations.php:1137, ../../src/Translations/AdminTranslations.php:1139, ../../src/Translations/AdminTranslations.php:1141, ../../src/Translations/AdminTranslations.php:1143, ../../src/Translations/AdminTranslations.php:1151, ../../src/Translations/AdminTranslations.php:1153, ../../src/Translations/AdminTranslations.php:1155, ../../src/Translations/AdminTranslations.php:1157, ../../src/Translations/AdminTranslations.php:1159, ../../src/Translations/AdminTranslations.php:1161, ../../src/Translations/AdminTranslations.php:1163, ../../src/Translations/AdminTranslations.php:1218
msgid "Pending payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1131, ../../src/Translations/AdminTranslations.php:1133, ../../src/Translations/AdminTranslations.php:1135, ../../src/Translations/AdminTranslations.php:1137
+#: ../../src/Translations/AdminTranslations.php:1136, ../../src/Translations/AdminTranslations.php:1138, ../../src/Translations/AdminTranslations.php:1140, ../../src/Translations/AdminTranslations.php:1142
msgid "Awaiting payment from the buyer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1139
+#: ../../src/Translations/AdminTranslations.php:1144
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 ""
-#: ../../src/Translations/AdminTranslations.php:1140, ../../src/Translations/AdminTranslations.php:1164, ../../src/Translations/AdminTranslations.php:1180, ../../src/Translations/AdminTranslations.php:1199, ../../src/Translations/AdminTranslations.php:1203, ../../src/Translations/AdminTranslations.php:1205, ../../src/Translations/AdminTranslations.php:1207, ../../src/Translations/AdminTranslations.php:1211
+#: ../../src/Translations/AdminTranslations.php:1145, ../../src/Translations/AdminTranslations.php:1169, ../../src/Translations/AdminTranslations.php:1185, ../../src/Translations/AdminTranslations.php:1204, ../../src/Translations/AdminTranslations.php:1208, ../../src/Translations/AdminTranslations.php:1210, ../../src/Translations/AdminTranslations.php:1212, ../../src/Translations/AdminTranslations.php:1216
msgid "Declined payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1141, ../../src/Translations/AdminTranslations.php:1165
+#: ../../src/Translations/AdminTranslations.php:1146, ../../src/Translations/AdminTranslations.php:1170
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 ""
-#: ../../src/Translations/AdminTranslations.php:1142
+#: ../../src/Translations/AdminTranslations.php:1147
msgid "Payment authorized. Awaiting capture."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1143
+#: ../../src/Translations/AdminTranslations.php:1148
msgid "The payment has been authorized on the client's card. Please capture the payment."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1144
+#: ../../src/Translations/AdminTranslations.php:1149
msgid "Payment in process"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1145, ../../src/Translations/AdminTranslations.php:1155
+#: ../../src/Translations/AdminTranslations.php:1150, ../../src/Translations/AdminTranslations.php:1160
msgid "Please wait or contact Mercado Pago for further details"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1147
+#: ../../src/Translations/AdminTranslations.php:1152
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 ""
-#: ../../src/Translations/AdminTranslations.php:1149, ../../src/Translations/AdminTranslations.php:1151, ../../src/Translations/AdminTranslations.php:1153
+#: ../../src/Translations/AdminTranslations.php:1154, ../../src/Translations/AdminTranslations.php:1156, ../../src/Translations/AdminTranslations.php:1158
msgid "Awaiting payment information validation."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1157
+#: ../../src/Translations/AdminTranslations.php:1162
msgid "Waiting for the buyer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1159
+#: ../../src/Translations/AdminTranslations.php:1164
msgid "Waiting for the card issuer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1160, ../../src/Translations/AdminTranslations.php:1162, ../../src/Translations/AdminTranslations.php:1166, ../../src/Translations/AdminTranslations.php:1187, ../../src/Translations/AdminTranslations.php:1209
+#: ../../src/Translations/AdminTranslations.php:1165, ../../src/Translations/AdminTranslations.php:1167, ../../src/Translations/AdminTranslations.php:1171, ../../src/Translations/AdminTranslations.php:1192, ../../src/Translations/AdminTranslations.php:1214
msgid "The card issuing bank declined the payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1161, ../../src/Translations/AdminTranslations.php:1163, ../../src/Translations/AdminTranslations.php:1167, ../../src/Translations/AdminTranslations.php:1188, ../../src/Translations/AdminTranslations.php:1210
+#: ../../src/Translations/AdminTranslations.php:1166, ../../src/Translations/AdminTranslations.php:1168, ../../src/Translations/AdminTranslations.php:1172, ../../src/Translations/AdminTranslations.php:1193, ../../src/Translations/AdminTranslations.php:1215
msgid "Please recommend your customer to pay with another payment method or to contact their bank."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1168
+#: ../../src/Translations/AdminTranslations.php:1173
msgid "Mercado Pago did not process the payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1170, ../../src/Translations/AdminTranslations.php:1215
+#: ../../src/Translations/AdminTranslations.php:1175, ../../src/Translations/AdminTranslations.php:1220
msgid "Expired payment deadline"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1171, ../../src/Translations/AdminTranslations.php:1216
+#: ../../src/Translations/AdminTranslations.php:1176, ../../src/Translations/AdminTranslations.php:1221
msgid "The client did not pay within the time limit."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1172, ../../src/Translations/AdminTranslations.php:1174, ../../src/Translations/AdminTranslations.php:1176, ../../src/Translations/AdminTranslations.php:1217
+#: ../../src/Translations/AdminTranslations.php:1177, ../../src/Translations/AdminTranslations.php:1179, ../../src/Translations/AdminTranslations.php:1181, ../../src/Translations/AdminTranslations.php:1222
msgid "Your customer entered one or more incorrect card details"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1173, ../../src/Translations/AdminTranslations.php:1175, ../../src/Translations/AdminTranslations.php:1177, ../../src/Translations/AdminTranslations.php:1218, ../../src/Translations/AdminTranslations.php:1219
+#: ../../src/Translations/AdminTranslations.php:1178, ../../src/Translations/AdminTranslations.php:1180, ../../src/Translations/AdminTranslations.php:1182, ../../src/Translations/AdminTranslations.php:1223, ../../src/Translations/AdminTranslations.php:1224
msgid "Please ask them to enter to enter them again exactly as they appear on the card or on their bank app to complete the payment."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1178, ../../src/Translations/AdminTranslations.php:1201
+#: ../../src/Translations/AdminTranslations.php:1183, ../../src/Translations/AdminTranslations.php:1206
msgid "We protected you from a suspicious payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1179
+#: ../../src/Translations/AdminTranslations.php:1184
msgid "For safety reasons, this transaction cannot be completed."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1181, ../../src/Translations/AdminTranslations.php:1200
+#: ../../src/Translations/AdminTranslations.php:1186, ../../src/Translations/AdminTranslations.php:1205
msgid "The buyer is suspended in our platform. Your client must contact us to check what happened."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1182
+#: ../../src/Translations/AdminTranslations.php:1187
msgid "For safety reasons, the card issuing bank declined the payment"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1183, ../../src/Translations/AdminTranslations.php:1202
+#: ../../src/Translations/AdminTranslations.php:1188, ../../src/Translations/AdminTranslations.php:1207
msgid "Recommend your customer to pay with their usual payment method and device for online purchases."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1184
+#: ../../src/Translations/AdminTranslations.php:1189
msgid "Your customer's credit card has no available limit"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1185, ../../src/Translations/AdminTranslations.php:1186, ../../src/Translations/AdminTranslations.php:1190
+#: ../../src/Translations/AdminTranslations.php:1190, ../../src/Translations/AdminTranslations.php:1191, ../../src/Translations/AdminTranslations.php:1195
msgid "Please ask them to pay with another card or to choose another payment method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1189
+#: ../../src/Translations/AdminTranslations.php:1194
msgid "Your customer reached the limit of payment attempts with this card"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1191
+#: ../../src/Translations/AdminTranslations.php:1196
msgid "Your customer's card does not accept the number of installments selected"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1192
+#: ../../src/Translations/AdminTranslations.php:1197
msgid "Please ask them to choose a different number of installments or to pay with another method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1193, ../../src/Translations/AdminTranslations.php:1220
+#: ../../src/Translations/AdminTranslations.php:1198, ../../src/Translations/AdminTranslations.php:1225
msgid "Your customer needs to authorize the payment through their bank"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1194, ../../src/Translations/AdminTranslations.php:1221
+#: ../../src/Translations/AdminTranslations.php:1199, ../../src/Translations/AdminTranslations.php:1226
msgid "Please ask them to call the telephone number on their card or to pay with another method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1195
+#: ../../src/Translations/AdminTranslations.php:1200
msgid "The payment was declined because your customer already paid for this purchase"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1196
+#: ../../src/Translations/AdminTranslations.php:1201
msgid "Check your approved payments to verify it."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1197
+#: ../../src/Translations/AdminTranslations.php:1202
msgid "Your customer's card was is not activated yet"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1198
+#: ../../src/Translations/AdminTranslations.php:1203
msgid "Please ask them to contact their bank by calling the number on the back of their card or to pay with another method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1204
+#: ../../src/Translations/AdminTranslations.php:1209
msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1206
+#: ../../src/Translations/AdminTranslations.php:1211
msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1208, ../../src/Translations/AdminTranslations.php:1212
+#: ../../src/Translations/AdminTranslations.php:1213, ../../src/Translations/AdminTranslations.php:1217
msgid "Please ask your client to use another card or to get in touch with the card issuer."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1214
+#: ../../src/Translations/AdminTranslations.php:1219
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 ""
-#: ../../src/Translations/AdminTranslations.php:1222
+#: ../../src/Translations/AdminTranslations.php:1227
msgid "Your customer's debit card has insufficient funds"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1223
+#: ../../src/Translations/AdminTranslations.php:1228
msgid "Please recommend your customer to pay with another card or to choose another payment method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1224
+#: ../../src/Translations/AdminTranslations.php:1229
msgid "Something went wrong and the payment was declined"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1225
+#: ../../src/Translations/AdminTranslations.php:1230
msgid "Please recommend you customer to try again or to pay with another payment method."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1238
+#: ../../src/Translations/AdminTranslations.php:1243
msgid "Any questions?"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1239
+#: ../../src/Translations/AdminTranslations.php:1244
msgid "Please check the"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1240, ../../src/Translations/AdminTranslations.php:1256
+#: ../../src/Translations/AdminTranslations.php:1245, ../../src/Translations/AdminTranslations.php:1261
msgid "FAQs"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1241
+#: ../../src/Translations/AdminTranslations.php:1246
msgid "on the dev website."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1254
+#: ../../src/Translations/AdminTranslations.php:1259
msgid "Check our"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1257
+#: ../../src/Translations/AdminTranslations.php:1262
msgid "or open a ticket to contact the Mercado Pago team."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1262
+#: ../../src/Translations/AdminTranslations.php:1267
msgid "1. Go to the dev website and open a"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1264
+#: ../../src/Translations/AdminTranslations.php:1269
msgid "ticket"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1265
+#: ../../src/Translations/AdminTranslations.php:1270
msgid "in the Support section."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1270
+#: ../../src/Translations/AdminTranslations.php:1275
msgid "4. Download the"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1271
+#: ../../src/Translations/AdminTranslations.php:1276
msgid "error history"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1272
+#: ../../src/Translations/AdminTranslations.php:1277
msgid "and share it with the Mercado Pago team when asked for it."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1276
+#: ../../src/Translations/AdminTranslations.php:1281
msgid "Do you need help?"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1277
+#: ../../src/Translations/AdminTranslations.php:1282
msgid "How to open a ticket:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1279
+#: ../../src/Translations/AdminTranslations.php:1284
msgid "2. Fill out the form with your store details."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1280
+#: ../../src/Translations/AdminTranslations.php:1285
msgid "3. Copy and paste the following details when asked for the the technical information:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1283
+#: ../../src/Translations/AdminTranslations.php:1288
msgid "Version:"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1284
+#: ../../src/Translations/AdminTranslations.php:1289
msgid "History of errors"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1285
+#: ../../src/Translations/AdminTranslations.php:1290
msgid "Select the files you want to share with our team and click on Download. This information will be requested by e-mail if necessary."
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1288
+#: ../../src/Translations/AdminTranslations.php:1293
msgid "Source"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1289
+#: ../../src/Translations/AdminTranslations.php:1294
msgid "File date"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1290
+#: ../../src/Translations/AdminTranslations.php:1295
msgid "Download"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1291
+#: ../../src/Translations/AdminTranslations.php:1296
msgid "Next Page"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1292
+#: ../../src/Translations/AdminTranslations.php:1297
msgid "Previous page"
msgstr ""
-#: ../../src/Translations/AdminTranslations.php:1293
+#: ../../src/Translations/AdminTranslations.php:1298
msgid "The plugin has not yet recorded any logs in your store."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:103
+#: ../../src/Translations/StoreTranslations.php:70
msgid "discount of"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:104
+#: ../../src/Translations/StoreTranslations.php:71
msgid "fee of"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:105
+#: ../../src/Translations/StoreTranslations.php:72
msgid "and"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:106
+#: ../../src/Translations/StoreTranslations.php:73
msgid "Shipping service used by the store."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:107
+#: ../../src/Translations/StoreTranslations.php:74
msgid "Discount provided by store"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:108
+#: ../../src/Translations/StoreTranslations.php:75
msgid "Mercado Pago Discount"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:109
+#: ../../src/Translations/StoreTranslations.php:76
msgid "Mercado Pago Commission"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:110, ../../src/Translations/StoreTranslations.php:151, ../../src/Translations/StoreTranslations.php:190, ../../src/Translations/StoreTranslations.php:294, ../../src/Translations/StoreTranslations.php:329, ../../src/Translations/StoreTranslations.php:382, ../../src/Translations/StoreTranslations.php:410
+#: ../../src/Translations/StoreTranslations.php:77, ../../src/Translations/StoreTranslations.php:118, ../../src/Translations/StoreTranslations.php:157, ../../src/Translations/StoreTranslations.php:261, ../../src/Translations/StoreTranslations.php:296, ../../src/Translations/StoreTranslations.php:376, ../../src/Translations/StoreTranslations.php:404
msgid "There was an error. Please try again in a few minutes."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:123
+#: ../../src/Translations/StoreTranslations.php:90
msgid "Checkout Pro in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:124, ../../src/Translations/StoreTranslations.php:165, ../../src/Translations/StoreTranslations.php:243
+#: ../../src/Translations/StoreTranslations.php:91, ../../src/Translations/StoreTranslations.php:132, ../../src/Translations/StoreTranslations.php:210
msgid "Use Mercado Pago's payment methods without real charges. "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:125, ../../src/Translations/StoreTranslations.php:166, ../../src/Translations/StoreTranslations.php:244, ../../src/Translations/StoreTranslations.php:368, ../../src/Translations/StoreTranslations.php:398
+#: ../../src/Translations/StoreTranslations.php:92, ../../src/Translations/StoreTranslations.php:133, ../../src/Translations/StoreTranslations.php:211, ../../src/Translations/StoreTranslations.php:310, ../../src/Translations/StoreTranslations.php:362, ../../src/Translations/StoreTranslations.php:392
msgid "See the rules for the test mode."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:126
+#: ../../src/Translations/StoreTranslations.php:93
msgid "Log in to Mercado Pago and earn benefits"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:127
+#: ../../src/Translations/StoreTranslations.php:94
msgid "Easy login"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:128
+#: ../../src/Translations/StoreTranslations.php:95
msgid "Log in with the same email and password you use in Mercado Libre."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:129
+#: ../../src/Translations/StoreTranslations.php:96
msgid "Blue phone image"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:130
+#: ../../src/Translations/StoreTranslations.php:97
msgid "Quick payments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:131
+#: ../../src/Translations/StoreTranslations.php:98
msgid "Use your saved cards, Pix or available balance."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:132
+#: ../../src/Translations/StoreTranslations.php:99
msgid "Use your available Mercado Pago Wallet balance or saved cards."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:133
+#: ../../src/Translations/StoreTranslations.php:100
msgid "Use your available money or saved cards."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:134
+#: ../../src/Translations/StoreTranslations.php:101
msgid "Blue wallet image"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:135
+#: ../../src/Translations/StoreTranslations.php:102
msgid "Protected purchases"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:136
+#: ../../src/Translations/StoreTranslations.php:103
msgid "Reliable purchases"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:137
+#: ../../src/Translations/StoreTranslations.php:104
msgid "Get your money back in case you don't receive your product."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:138
+#: ../../src/Translations/StoreTranslations.php:105
msgid "Get help if you have a problem with your purchase."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:139
+#: ../../src/Translations/StoreTranslations.php:106
msgid "Blue protection image"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:140
+#: ../../src/Translations/StoreTranslations.php:107
msgid "Installments option"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:141
+#: ../../src/Translations/StoreTranslations.php:108
msgid "Pay with or without a credit card."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:142
+#: ../../src/Translations/StoreTranslations.php:109
msgid "Interest-free installments with selected banks."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:143
+#: ../../src/Translations/StoreTranslations.php:110
msgid "Blue phone installments image"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:144
+#: ../../src/Translations/StoreTranslations.php:111
msgid "Available payment methods"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:145
+#: ../../src/Translations/StoreTranslations.php:112
msgid "By continuing, you will be taken to Mercado Pago to safely complete your purchase."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:146, ../../src/Translations/StoreTranslations.php:179
+#: ../../src/Translations/StoreTranslations.php:113, ../../src/Translations/StoreTranslations.php:146
msgid "Checkout Pro redirect info image"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:147, ../../src/Translations/StoreTranslations.php:180, ../../src/Translations/StoreTranslations.php:268, ../../src/Translations/StoreTranslations.php:311, ../../src/Translations/StoreTranslations.php:374, ../../src/Translations/StoreTranslations.php:408
+#: ../../src/Translations/StoreTranslations.php:114, ../../src/Translations/StoreTranslations.php:147, ../../src/Translations/StoreTranslations.php:235, ../../src/Translations/StoreTranslations.php:278, ../../src/Translations/StoreTranslations.php:312, ../../src/Translations/StoreTranslations.php:368, ../../src/Translations/StoreTranslations.php:402
msgid "By continuing, you agree with our"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:148, ../../src/Translations/StoreTranslations.php:181, ../../src/Translations/StoreTranslations.php:269, ../../src/Translations/StoreTranslations.php:312, ../../src/Translations/StoreTranslations.php:375, ../../src/Translations/StoreTranslations.php:409
+#: ../../src/Translations/StoreTranslations.php:115, ../../src/Translations/StoreTranslations.php:148, ../../src/Translations/StoreTranslations.php:236, ../../src/Translations/StoreTranslations.php:279, ../../src/Translations/StoreTranslations.php:314, ../../src/Translations/StoreTranslations.php:369, ../../src/Translations/StoreTranslations.php:403
msgid "Terms and conditions"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:149, ../../src/Translations/StoreTranslations.php:247, ../../src/Translations/StoreTranslations.php:292
+#: ../../src/Translations/StoreTranslations.php:116, ../../src/Translations/StoreTranslations.php:214, ../../src/Translations/StoreTranslations.php:259
msgid "Pay with Mercado Pago"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:150, ../../src/Translations/StoreTranslations.php:293
+#: ../../src/Translations/StoreTranslations.php:117, ../../src/Translations/StoreTranslations.php:260
msgid "Cancel & Clear Cart"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:164
+#: ../../src/Translations/StoreTranslations.php:131
msgid "No card installments in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:167
+#: ../../src/Translations/StoreTranslations.php:134
msgid "Buy in up to 12 installments without credit cards"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:168
+#: ../../src/Translations/StoreTranslations.php:135
msgid "Choose the amount of installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:169
+#: ../../src/Translations/StoreTranslations.php:136
msgid "Learn your credit limit on Mercado Credito and choose the amount of installments."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:170
+#: ../../src/Translations/StoreTranslations.php:137
msgid "Step 1"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:171
+#: ../../src/Translations/StoreTranslations.php:138
msgid "Confirm your installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:172
+#: ../../src/Translations/StoreTranslations.php:139
msgid "Payment is credited immediately and 100% protected. "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:173
+#: ../../src/Translations/StoreTranslations.php:140
msgid "Step 2"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:174
+#: ../../src/Translations/StoreTranslations.php:141
msgid "Pay month by month"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:175
+#: ../../src/Translations/StoreTranslations.php:142
msgid "Pay from your Mercado Pago account with the method of your choice."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:176
+#: ../../src/Translations/StoreTranslations.php:143
msgid "Step 3"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:177
+#: ../../src/Translations/StoreTranslations.php:144
msgid "If you don’t have Mercado Credito yet, activate it when paying."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:178
+#: ../../src/Translations/StoreTranslations.php:145
msgid "Next, we’ll take you to Mercado Pago to log in and complete your purchase."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:182
+#: ../../src/Translations/StoreTranslations.php:149
msgid "Learn more"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:183
+#: ../../src/Translations/StoreTranslations.php:150
msgid "Buy through Mercado Credito without cards and pay month by month"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:184
+#: ../../src/Translations/StoreTranslations.php:151
msgid "Add your product to the cart and, for the payment, select Mercado Credito."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:185
+#: ../../src/Translations/StoreTranslations.php:152
msgid "Log in to Mercado Pago."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:186
+#: ../../src/Translations/StoreTranslations.php:153
msgid "Choose the amount of installments that best suit you and you’re all set!"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:187
+#: ../../src/Translations/StoreTranslations.php:154
msgid "Any Questions? Check our "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:188
+#: ../../src/Translations/StoreTranslations.php:155
msgid "Help"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:189
+#: ../../src/Translations/StoreTranslations.php:156
msgid "Credit subject to approval."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:205, ../../src/Translations/StoreTranslations.php:211
+#: ../../src/Translations/StoreTranslations.php:172, ../../src/Translations/StoreTranslations.php:178
msgid "through Mercado Credito"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:223
+#: ../../src/Translations/StoreTranslations.php:190
msgid "without credit card"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:242
+#: ../../src/Translations/StoreTranslations.php:209
msgid "Checkout Custom in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:245
+#: ../../src/Translations/StoreTranslations.php:212
msgid "Pay with saved cards"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:246
+#: ../../src/Translations/StoreTranslations.php:213
msgid "Do you have a Mercado Libre account? Then use the same email and password to pay faster with Mercado Pago."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:248
+#: ../../src/Translations/StoreTranslations.php:215
msgid "With which card can you pay?"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:249, ../../src/Translations/StoreTranslations.php:253
+#: ../../src/Translations/StoreTranslations.php:216, ../../src/Translations/StoreTranslations.php:220
msgid "See current promotions"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:250
+#: ../../src/Translations/StoreTranslations.php:217
msgid "Credit cards"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:251
+#: ../../src/Translations/StoreTranslations.php:218
msgid "Up to 12 installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:252
+#: ../../src/Translations/StoreTranslations.php:219
msgid "Debit cards"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:254
+#: ../../src/Translations/StoreTranslations.php:221
msgid "Fill in your card details"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:255
+#: ../../src/Translations/StoreTranslations.php:222
msgid "Card number"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:256, ../../src/Translations/StoreTranslations.php:258, ../../src/Translations/StoreTranslations.php:260, ../../src/Translations/StoreTranslations.php:262
+#: ../../src/Translations/StoreTranslations.php:223, ../../src/Translations/StoreTranslations.php:225, ../../src/Translations/StoreTranslations.php:227, ../../src/Translations/StoreTranslations.php:229
msgid "Required data"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:257
+#: ../../src/Translations/StoreTranslations.php:224
msgid "Holder name as it appears on the card"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:259
+#: ../../src/Translations/StoreTranslations.php:226
msgid "Expiration"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:261
+#: ../../src/Translations/StoreTranslations.php:228
msgid "Security Code"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:263, ../../src/Translations/StoreTranslations.php:369, ../../src/Translations/StoreTranslations.php:399
+#: ../../src/Translations/StoreTranslations.php:230, ../../src/Translations/StoreTranslations.php:363, ../../src/Translations/StoreTranslations.php:393
msgid "Holder document"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:264, ../../src/Translations/StoreTranslations.php:370, ../../src/Translations/StoreTranslations.php:400
+#: ../../src/Translations/StoreTranslations.php:231, ../../src/Translations/StoreTranslations.php:364, ../../src/Translations/StoreTranslations.php:394
msgid "Invalid document"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:265, ../../src/Translations/StoreTranslations.php:267
+#: ../../src/Translations/StoreTranslations.php:232, ../../src/Translations/StoreTranslations.php:234
msgid "Select the number of installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:266, ../../src/Translations/StoreTranslations.php:271
+#: ../../src/Translations/StoreTranslations.php:233, ../../src/Translations/StoreTranslations.php:238
msgid "Issuer"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:270
+#: ../../src/Translations/StoreTranslations.php:237
msgid "mm/yy"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:272
+#: ../../src/Translations/StoreTranslations.php:239
msgid "Installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:273
+#: ../../src/Translations/StoreTranslations.php:240
msgid "on the back"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:274
+#: ../../src/Translations/StoreTranslations.php:241
msgid "on the front"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:275
+#: ../../src/Translations/StoreTranslations.php:242
msgid "digits"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:276
+#: ../../src/Translations/StoreTranslations.php:243
msgid "No fee"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:277
+#: ../../src/Translations/StoreTranslations.php:244
msgid "More options"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:278
+#: ../../src/Translations/StoreTranslations.php:245
msgid "The interest rate is applied and charged by your bank."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:279
+#: ../../src/Translations/StoreTranslations.php:246
msgid "Interest"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:280
+#: ../../src/Translations/StoreTranslations.php:247
msgid "Card number is required"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:281
+#: ../../src/Translations/StoreTranslations.php:248
msgid "Card number invalid"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:282
+#: ../../src/Translations/StoreTranslations.php:249
msgid "Holder name is required"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:283
+#: ../../src/Translations/StoreTranslations.php:250
msgid "Holder name invalid"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:284, ../../src/Translations/StoreTranslations.php:286
+#: ../../src/Translations/StoreTranslations.php:251, ../../src/Translations/StoreTranslations.php:253
msgid "Expiration date invalid"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:285
+#: ../../src/Translations/StoreTranslations.php:252
msgid "Expiration date incomplete"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:287
+#: ../../src/Translations/StoreTranslations.php:254
msgid "Security code is required"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:288
+#: ../../src/Translations/StoreTranslations.php:255
msgid "Security code incomplete"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:289
+#: ../../src/Translations/StoreTranslations.php:256
msgid "Cost of installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:290
+#: ../../src/Translations/StoreTranslations.php:257
msgid "Total with installments"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:291
+#: ../../src/Translations/StoreTranslations.php:258
msgid "installments of"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:306
+#: ../../src/Translations/StoreTranslations.php:273
msgid "Pix in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:307
+#: ../../src/Translations/StoreTranslations.php:274, ../../src/Translations/StoreTranslations.php:311
msgid "You can test the flow to generate a code, but you cannot finalize the payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:308
+#: ../../src/Translations/StoreTranslations.php:275
msgid "Pay instantly"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:309
+#: ../../src/Translations/StoreTranslations.php:276
msgid "By confirming your purchase, we will show you a code to make the payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:310
+#: ../../src/Translations/StoreTranslations.php:277
msgid "Pix logo"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:313, ../../src/Translations/StoreTranslations.php:322
+#: ../../src/Translations/StoreTranslations.php:280, ../../src/Translations/StoreTranslations.php:289
msgid "Code valid for "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:314
+#: ../../src/Translations/StoreTranslations.php:281
msgid "Now you just need to pay with Pix to finalize your purchase"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:315
+#: ../../src/Translations/StoreTranslations.php:282
msgid "How to pay with Pix:"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:316
+#: ../../src/Translations/StoreTranslations.php:283
msgid "Go to your bank's app or website"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:317
+#: ../../src/Translations/StoreTranslations.php:284
msgid "Search for the option to pay with Pix"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:318
+#: ../../src/Translations/StoreTranslations.php:285
msgid "Scan the QR code or Pix code"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:319
+#: ../../src/Translations/StoreTranslations.php:286
msgid "Done! You will see the payment confirmation"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:320
+#: ../../src/Translations/StoreTranslations.php:287
msgid "Value: "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:321
+#: ../../src/Translations/StoreTranslations.php:288
msgid "Scan the QR code:"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:323
+#: ../../src/Translations/StoreTranslations.php:290
msgid "If you prefer, you can pay by copying and pasting the following code"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:324
+#: ../../src/Translations/StoreTranslations.php:291
msgid "Copy code"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:325, ../../src/Translations/StoreTranslations.php:381, ../../src/Translations/StoreTranslations.php:407
+#: ../../src/Translations/StoreTranslations.php:292, ../../src/Translations/StoreTranslations.php:375, ../../src/Translations/StoreTranslations.php:401
msgid "Mercado Pago: The customer has not paid yet."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:326
+#: ../../src/Translations/StoreTranslations.php:293
msgid "Mercado Pago: Now you just need to pay with Pix to finalize your purchase."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:327
+#: ../../src/Translations/StoreTranslations.php:294
msgid "Scan the QR code below or copy and paste the code into your bank's application."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:328
+#: ../../src/Translations/StoreTranslations.php:295
msgid "30 minutes"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:342
+#: ../../src/Translations/StoreTranslations.php:309
+msgid "Yape in Test Mode"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:313
+msgid "Cell phone linked to Yape"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:315
+msgid "Verify in Yape that the option \"Compra por internet\" is activated and that the daily limit is enough."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:316
+msgid "Pay with Yape in a few minutes"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:317
+msgid "Fill out the following details and confirm your purchase."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:318
+msgid "Approval code"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:319
+msgid "Processed by Mercado Pago"
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:320
+msgid "The code is available in the Yape app menu."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:321
+msgid "Enter the entire number.."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:322, ../../src/Translations/StoreTranslations.php:324
+msgid "Fill out this field."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:323
+msgid "Enter the entire number."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:336
msgid "Payment approved."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:343
+#: ../../src/Translations/StoreTranslations.php:337
msgid "Waiting for the Pix payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:344
+#: ../../src/Translations/StoreTranslations.php:338
msgid "Waiting for the ticket payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:345
+#: ../../src/Translations/StoreTranslations.php:339
msgid "The customer has not made the payment yet."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:346
+#: ../../src/Translations/StoreTranslations.php:340
msgid "Payment is pending review."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:347
+#: ../../src/Translations/StoreTranslations.php:341
msgid "Payment was declined. The customer can try again."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:348
+#: ../../src/Translations/StoreTranslations.php:342
msgid "Payment was returned to the customer."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:349
+#: ../../src/Translations/StoreTranslations.php:343
msgid "The payment was partially returned to the customer. the amount refunded was : "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:350
+#: ../../src/Translations/StoreTranslations.php:344
msgid "Payment was canceled."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:351, ../../src/Translations/StoreTranslations.php:352
+#: ../../src/Translations/StoreTranslations.php:345, ../../src/Translations/StoreTranslations.php:346
msgid "The payment is in mediation or the purchase was unknown by the customer."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:353
+#: ../../src/Translations/StoreTranslations.php:347
msgid "The payment"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:354
+#: ../../src/Translations/StoreTranslations.php:348
msgid "was notified by Mercado Pago with status"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:366
+#: ../../src/Translations/StoreTranslations.php:360
msgid "Offline Methods in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:367
+#: ../../src/Translations/StoreTranslations.php:361
msgid "You can test the flow to generate an invoice, but you cannot finalize the payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:371, ../../src/Translations/StoreTranslations.php:401
+#: ../../src/Translations/StoreTranslations.php:365, ../../src/Translations/StoreTranslations.php:395
msgid "Select where you want to pay"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:372, ../../src/Translations/StoreTranslations.php:402
+#: ../../src/Translations/StoreTranslations.php:366, ../../src/Translations/StoreTranslations.php:396
msgid "more options"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:373
+#: ../../src/Translations/StoreTranslations.php:367
msgid "Select a payment method"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:376
+#: ../../src/Translations/StoreTranslations.php:370
msgid "Great, we processed your purchase order. Complete the payment with ticket so that we finish approving it."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:377
+#: ../../src/Translations/StoreTranslations.php:371
msgid "Print ticket"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:378
+#: ../../src/Translations/StoreTranslations.php:372
msgid " and "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:379
+#: ../../src/Translations/StoreTranslations.php:373
msgid "To print the ticket again click"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:380
+#: ../../src/Translations/StoreTranslations.php:374
msgid "here"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:396
+#: ../../src/Translations/StoreTranslations.php:390
msgid "Checkout PSE in Test Mode"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:397
+#: ../../src/Translations/StoreTranslations.php:391
msgid "You can test the flow to generate a payment with PSE"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:403
+#: ../../src/Translations/StoreTranslations.php:397
msgid "Person type "
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:404
+#: ../../src/Translations/StoreTranslations.php:398
msgid "Financial institution"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:405
+#: ../../src/Translations/StoreTranslations.php:399
msgid "Select the financial institution"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:406
+#: ../../src/Translations/StoreTranslations.php:400
msgid "Select the institution"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:423
+#: ../../src/Translations/StoreTranslations.php:417
msgid "A problem was occurred when processing your payment. Please, try again."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:424
+#: ../../src/Translations/StoreTranslations.php:418
msgid "A problem was occurred when processing your payment. Are you sure you have correctly filled all information in the checkout form?"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:425
+#: ../../src/Translations/StoreTranslations.php:419
msgid "See your order form"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:426
+#: ../../src/Translations/StoreTranslations.php:420
msgid "Your payment was declined. You can try again."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:427
+#: ../../src/Translations/StoreTranslations.php:421
msgid "Click to try again"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:428
+#: ../../src/Translations/StoreTranslations.php:422
msgid "That's it, payment accepted!"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:429
+#: ../../src/Translations/StoreTranslations.php:423
msgid "We are processing your payment. In less than an hour we will send you the result by email."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:430
+#: ../../src/Translations/StoreTranslations.php:424
msgid "We are processing your payment. In less than 2 days we will send you by email if the payment has been approved or if additional information is needed."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:431
+#: ../../src/Translations/StoreTranslations.php:425
msgid "Check the card number."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:432
+#: ../../src/Translations/StoreTranslations.php:426
msgid "Check the expiration date."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:433
+#: ../../src/Translations/StoreTranslations.php:427
msgid "Check the information provided."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:434
+#: ../../src/Translations/StoreTranslations.php:428
msgid "Check the informed security code."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:435, ../../src/Translations/StoreTranslations.php:436
+#: ../../src/Translations/StoreTranslations.php:429, ../../src/Translations/StoreTranslations.php:430
msgid "Your payment cannot be processed."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:437
+#: ../../src/Translations/StoreTranslations.php:431
msgid "You must authorize payments for your orders."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:438
+#: ../../src/Translations/StoreTranslations.php:432
msgid "Contact your card issuer to activate it. The phone is on the back of your card."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:439
+#: ../../src/Translations/StoreTranslations.php:433
msgid "You have already made a payment of this amount. If you have to pay again, use another card or other method of payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:440
+#: ../../src/Translations/StoreTranslations.php:434
msgid "Your payment was declined. Please select another payment method. It is recommended in cash."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:441
+#: ../../src/Translations/StoreTranslations.php:435
msgid "Your payment does not have sufficient funds."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:442
+#: ../../src/Translations/StoreTranslations.php:436
msgid "Payment cannot process the selected fee."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:443
+#: ../../src/Translations/StoreTranslations.php:437
msgid "You have reached the limit of allowed attempts. Choose another card or other payment method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:444
+#: ../../src/Translations/StoreTranslations.php:438
msgid "Invalid transaction attempt You are trying to perform a productive transaction using test credentials, or test transaction using productive credentials. Please ensure that you are using the correct environment settings for the desired action."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:445
+#: ../../src/Translations/StoreTranslations.php:439
msgid "Invalid transaction attempt It is not possible to pay with the email address entered. Please enter another e-mail address."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:446
+#: ../../src/Translations/StoreTranslations.php:440
msgid "This payment method cannot process your payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:458
+#: ../../src/Translations/StoreTranslations.php:452
msgid "Your bank needs you to authorize the payment Please call the telephone number on your card or pay with another method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:459, ../../src/Translations/StoreTranslations.php:460
+#: ../../src/Translations/StoreTranslations.php:453, ../../src/Translations/StoreTranslations.php:454
msgid "For safety reasons, your payment was declined We recommended paying with your usual payment method and device for online purchases."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:461, ../../src/Translations/StoreTranslations.php:462, ../../src/Translations/StoreTranslations.php:463, ../../src/Translations/StoreTranslations.php:464
+#: ../../src/Translations/StoreTranslations.php:455, ../../src/Translations/StoreTranslations.php:456, ../../src/Translations/StoreTranslations.php:457, ../../src/Translations/StoreTranslations.php:458
msgid "One or more card details were entered incorrecctly Please enter them again as they appear on the card to complete the payment."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:465
+#: ../../src/Translations/StoreTranslations.php:459
msgid "Your credit card has no available limit Please pay using another card or choose another payment method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:466
+#: ../../src/Translations/StoreTranslations.php:460
msgid "Your debit card has insufficient founds Please pay using another card or choose another payment method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:467
+#: ../../src/Translations/StoreTranslations.php:461
msgid "Your card does not accept the number of installments selected Please choose a different number of installments or use a different payment method ."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:468
+#: ../../src/Translations/StoreTranslations.php:462
msgid "You need to activate your card Please contact your bank by calling the number on the back of your card or choose another payment method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:469
+#: ../../src/Translations/StoreTranslations.php:463
msgid "You reached the limit of payment attempts with this card Please pay using another card or choose another payment method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:470
+#: ../../src/Translations/StoreTranslations.php:464
msgid "Your payment was declined because you already paid for this purchase Check your card transactions to verify it."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:471, ../../src/Translations/StoreTranslations.php:472, ../../src/Translations/StoreTranslations.php:473
+#: ../../src/Translations/StoreTranslations.php:465, ../../src/Translations/StoreTranslations.php:466, ../../src/Translations/StoreTranslations.php:467
msgid "The card issuing bank declined the payment We recommended paying with another payment method or contact your bank."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:474
+#: ../../src/Translations/StoreTranslations.php:468
msgid "For safety reasons, the card issuing bank declined the payment We recommended paying with your usual payment method and device for online purchases."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:475
+#: ../../src/Translations/StoreTranslations.php:469
msgid "Your payment was declined because something went wrong We recommended trying again or paying with another method."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:487
+#: ../../src/Translations/StoreTranslations.php:470
+msgid "Yape declined your payment Your payment could not be processed. Please try again or choose another payment method."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:471
+msgid "Yape declined your payment Your payment could not be processed. You can contact Yape to find out why or try again with this or another payment method."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:472
+msgid "Yape declined your payment Your payment was rejected because something went wrong. We recommend trying again or paying with another method."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:473
+msgid "Yape declined your payment This payment exceeds your daily limit for online purchases with Yape. We recommend paying with another method or trying again tomorrow."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:474
+msgid "Yape declined your payment After three incorrect approval codes, the payment can't be done with Yape for your safety. Pay with another method or try again in 24 hours."
+msgstr ""
+
+#: ../../src/Translations/StoreTranslations.php:486
msgid "We are taking you to validate the card"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:488
+#: ../../src/Translations/StoreTranslations.php:487
msgid "with your bank"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:489
+#: ../../src/Translations/StoreTranslations.php:488
msgid "We need to confirm that you are the cardholder."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:490
+#: ../../src/Translations/StoreTranslations.php:489
msgid "We are receiving the response from your bank"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:491
+#: ../../src/Translations/StoreTranslations.php:490
msgid "Complete the bank validation so your payment can be approved"
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:492
+#: ../../src/Translations/StoreTranslations.php:491
msgid "Please keep this page open. If you close it, you will not be able to resume the validation."
msgstr ""
-#: ../../src/Translations/StoreTranslations.php:493
+#: ../../src/Translations/StoreTranslations.php:492
msgid "For safety reasons, your payment was declined We recommend paying with your usual payment method and device for online purchases."
msgstr ""
diff --git a/narciso.webpack.config.js b/narciso.webpack.config.js
index 577cfdf62..94320c58d 100644
--- a/narciso.webpack.config.js
+++ b/narciso.webpack.config.js
@@ -1,8 +1,8 @@
const path = require('path');
const glob = require('glob');
+const webpack = require('webpack');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const CssMinimizerWebpackPlugin = require('css-minimizer-webpack-plugin');
-const webpack = require('webpack');
module.exports = {
entry: {
diff --git a/package.json b/package.json
index ad860a66b..daf2f2fff 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "woocommerce-mercadopago",
"description": "Woocommerce MercadoPago Payment Gateway",
- "version": "7.6.4",
+ "version": "7.7.0",
"main": "main.js",
"repository": {
"type": "git",
diff --git a/packages/narciso/bin/post-assets.sh b/packages/narciso/bin/post-assets.sh
index 7bda16932..c0a65fd2b 100644
--- a/packages/narciso/bin/post-assets.sh
+++ b/packages/narciso/bin/post-assets.sh
@@ -1,9 +1,6 @@
#!bin/bash
-cp dist/mp-plugins-components.js assets/js/checkouts/mp-plugins-components.js
cp dist/mp-plugins-components.js assets/js/checkouts/mp-plugins-components.min.js
-
-cp dist/mp-plugins-styles.css assets/css/checkouts/mp-plugins-components.css
cp dist/mp-plugins-styles.css assets/css/checkouts/mp-plugins-components.min.css
rm -rf dist
diff --git a/packages/narciso/components/checkout-notice/CheckoutNotice.html b/packages/narciso/components/checkout-notice/CheckoutNotice.html
new file mode 100644
index 000000000..4851134b2
--- /dev/null
+++ b/packages/narciso/components/checkout-notice/CheckoutNotice.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ Input Field
+
+
+
+
+
+
diff --git a/packages/narciso/components/checkout-notice/CheckoutNotice.js b/packages/narciso/components/checkout-notice/CheckoutNotice.js
new file mode 100644
index 000000000..cc7288015
--- /dev/null
+++ b/packages/narciso/components/checkout-notice/CheckoutNotice.js
@@ -0,0 +1,116 @@
+class CheckoutNotice extends HTMLElement {
+ constructor() {
+ super();
+ this.attachShadow({ mode: 'open' });
+ }
+
+ connectedCallback() {
+ this.render();
+ }
+
+ render() {
+ const container = document.createElement('div');
+ container.classList.add('mp-info-notification');
+
+ const content = document.createElement('div');
+ content.classList.add('content');
+
+ const icon = document.createElement('img');
+ icon.src = this.getAttribute('src');
+ icon.alt = 'Icone de informação';
+ icon.classList.add('icon');
+
+ const messageContainer = document.createElement('div');
+ messageContainer.classList.add('message');
+ messageContainer.textContent = this.getAttribute('message') || 'Mensagem de informação';
+
+ content.appendChild(icon);
+ content.appendChild(messageContainer);
+ container.appendChild(content);
+
+ const footer = document.createElement('div');
+ footer.classList.add('footer');
+
+ const footerIcon = document.createElement('img');
+ footerIcon.src = this.getAttribute('icon');
+ footerIcon.alt = 'Footer Icon';
+ footerIcon.classList.add('footer-icon');
+
+ footer.appendChild(footerIcon);
+ footer.appendChild(document.createTextNode(this.getAttribute('footer-text') || 'Procesado por Mercado Pago'));
+
+ this.shadowRoot.append(container);
+ this.shadowRoot.append(footer);
+
+ this.applyStyles();
+ }
+
+ applyStyles() {
+ const style = document.createElement('style');
+ style.textContent = `
+ .mp-info-notification {
+ display: flex !important;
+ flex-direction: column !important;
+ padding: 12px !important;
+ background-color: #f7f7f7 !important;
+ border-radius: 8px !important;
+ border-left: 4px solid #009ee3 !important;
+ margin-bottom: 16px !important;
+ }
+
+ .content {
+ display: flex !important;
+ align-items: center !important;
+ }
+
+ .icon {
+ max-width: 16px !important;
+ max-height: 16px !important;
+ margin-right: 8px !important;
+ }
+
+ @media (max-width: 600px) {
+ .icon {
+ margin-bottom: 15px !important;
+ }
+ }
+
+ @media (max-width: 300px) {
+ .icon {
+ margin-bottom: 35px !important;
+ }
+ }
+
+ .message {
+ flex-grow: 1 !important;
+ color: #333 !important;
+ padding: 10px !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ line-height: 18px !important;
+ text-align: left !important;
+ }
+
+ .footer {
+ display: flex !important;
+ align-items: center !important;
+ color: #999 !important;
+ margin-top: 24px !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-size: 12px !important;
+ font-weight: 600 !important;
+ line-height: 15px !important;
+ text-align: left !important;
+ }
+
+ .footer-icon {
+ max-width: 20px !important;
+ margin-right: 8px !important;
+ }
+ `;
+ this.shadowRoot.appendChild(style);
+ }
+}
+
+customElements.define('checkout-notice', CheckoutNotice);
diff --git a/packages/narciso/components/input-code/InputCode.html b/packages/narciso/components/input-code/InputCode.html
new file mode 100644
index 000000000..96f1abb00
--- /dev/null
+++ b/packages/narciso/components/input-code/InputCode.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Input Field
+
+
+
+
+
+
+
diff --git a/packages/narciso/components/input-code/InputCode.js b/packages/narciso/components/input-code/InputCode.js
new file mode 100644
index 000000000..7164b3769
--- /dev/null
+++ b/packages/narciso/components/input-code/InputCode.js
@@ -0,0 +1,266 @@
+class InputCode extends HTMLElement {
+ helper = this.createHelper();
+ inputContainer = this.createInputContainer();
+
+ connectedCallback() {
+ this.build();
+ }
+
+ build() {
+ const container = document.createElement('div');
+ container.classList.add('mp-yape-input-code-container');
+
+ const labelContainer = document.createElement('div');
+ labelContainer.classList.add('mp-yape-label-container');
+
+ const label = document.createElement('label');
+ label.setAttribute('id', 'yape-input-code-label');
+ label.textContent = this.getAttribute('label') || 'Código de aprobación';
+
+ const iconWrapper = document.createElement('div');
+ iconWrapper.classList.add('mp-yape-icon-wrapper');
+
+ const icon = document.createElement('img');
+ icon.src = this.getAttribute('src');
+ icon.alt = 'Icone de ajuda';
+ icon.classList.add('mp-yape-icon');
+
+ const tooltip = document.createElement('div');
+ tooltip.classList.add('mp-yape-tooltip');
+ tooltip.textContent = this.getAttribute('tooltip-text') || 'Encuéntralo en el menú de la app de Yape.';
+
+ iconWrapper.appendChild(icon);
+ iconWrapper.appendChild(tooltip);
+
+ labelContainer.appendChild(label);
+ labelContainer.appendChild(iconWrapper);
+ container.appendChild(labelContainer);
+ this.inputs = [];
+ for (let i = 0; i < 6; i += 1) {
+ const input = document.createElement('input');
+ input.type = 'text';
+ input.maxLength = '1';
+ input.classList.add('mp-yape-code-input');
+ input.setAttribute('input-index', i);
+ this.inputs.push(input);
+
+ input.addEventListener('input', (event) => {
+ if (!/\d/.test(event.target.value)) {
+ event.target.value = '';
+ } else if (event.target.value.length === 1 && i < 5) {
+ this.inputs[i + 1].focus();
+ }
+
+ this.updateClassesOnInput();
+ });
+
+ input.addEventListener('keydown', (event) => {
+ const index = parseInt(event.target.getAttribute('input-index'));
+ if (event.key === 'ArrowLeft' && index > 0) {
+ this.inputs[index - 1].focus();
+ } else if (event.key === 'ArrowRight' && index < 5) {
+ this.inputs[index + 1].focus();
+ } else if (event.key === 'Backspace' && index > 0 && !event.target.value) {
+ this.inputs[index - 1].focus();
+ }
+ });
+
+ if (i === 0) {
+ input.addEventListener('paste', (event) => this.handlePaste(event));
+ }
+
+ input.addEventListener('focus', () => {
+ input.classList.add('mp-input-code-focus');
+ input.classList.remove('mp-input-code-error');
+ this.helper.firstElementChild.style.display = 'none';
+ document.getElementById('yape-input-code-label').style.color = '#111111';
+ });
+
+ input.addEventListener('blur', () => {
+ setTimeout(() => {
+ this.validate();
+ }, 100);
+ });
+
+ this.inputContainer.appendChild(input);
+ }
+
+ container.appendChild(this.inputContainer);
+ this.appendChild(container);
+ this.appendChild(this.helper);
+
+ this.applyStyles();
+ }
+
+ validate() {
+ this.checkForErrors(this.helper, this.inputContainer);
+ }
+
+ handlePaste(event) {
+ event.preventDefault();
+ if (!Array.isArray(this.inputs)) {
+ return;
+ }
+
+ const pasteData = (event.clipboardData || window.clipboardData).getData('text') || '';
+ const digits = pasteData.split('').filter(char => /\d/.test(char));
+
+ if (digits.length > 0) {
+ digits.forEach((digit, index) => {
+ if (index < this.inputs.length) {
+ this.inputs[index].value = digit;
+ }
+ });
+ }
+
+ this.updateClassesOnInput();
+ }
+
+ updateClassesOnInput() {
+
+ this.inputs.forEach(input => {
+ input.classList.remove('mp-input-code-error');
+ input.classList.add('mp-input-code-focus');
+ });
+ }
+
+ checkForErrors(helper, inputContainer) {
+ const inputs = inputContainer.querySelectorAll('input');
+ const allFilled = Array.from(inputs).every(input => input.value !== '');
+ const anyFilled = Array.from(inputs).some(input => input.value !== '');
+
+ if (!document.activeElement.classList.contains('mp-yape-code-input')) {
+ if (!allFilled) {
+ inputs.forEach(input => input.classList.add('mp-input-code-error'));
+ helper.firstElementChild.style.display = 'flex';
+ document.getElementById('yape-input-code-label').style.color = '#f23d4f';
+ if (anyFilled) {
+ document.getElementById('helper-approval-code').childNodes[1].innerHTML = document.querySelector('input-code').getAttribute('invalid-error-message');
+ } else {
+ document.getElementById('helper-approval-code').childNodes[1].innerHTML = document.querySelector('input-code').getAttribute('empty-error-message');
+ }
+ }
+ }
+ }
+
+ applyStyles() {
+ const style = document.createElement('style');
+ style.textContent = `
+ .mp-yape-input-code-container {
+ display: flex !important;
+ flex-direction: column !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ }
+
+ .mp-yape-label-container {
+ display: flex !important;
+ align-items: flex-start !important;
+ margin-bottom: -8px !important;
+ font-style: normal !important;
+ font-weight: 400 !important;
+ height: 30px !important;
+ line-height: 18px !important;
+ font-size: 14px !important;
+ padding-left: 6px !important
+ }
+
+ .mp-yape-icon-wrapper {
+ position: relative !important;
+ display: flex !important;
+ align-items: center !important;
+ }
+
+ .mp-yape-icon {
+ max-width: 20px !important;
+ margin-left: 4px !important;
+ cursor: pointer !important;
+ }
+
+ .mp-yape-tooltip {
+ display: none !important;
+ position: absolute !important;
+ top: -55px !important;
+ left: 50% !important;
+ transform: translateX(-50%) !important;
+ background-color: white !important;
+ padding: 8px !important;
+ border-radius: 8px !important;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
+ z-index: 100 !important;
+ white-space: nowrap !important;
+ pointer-events: none !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ line-height: 28px !important;
+ text-align: left !important;
+
+ }
+
+ .mp-yape-tooltip::after {
+ content: "";
+ position: absolute;
+ bottom: -8px;
+ left: 51%;
+ transform: translateX(-70%);
+ border-width: 8px 8px 0 8px;
+ border-style: solid;
+ z-index: 101;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
+ clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
+ color: white;
+ }
+
+ .mp-yape-icon-wrapper:hover .mp-yape-tooltip {
+ display: block !important;
+ }
+
+ .mp-yape-input-container {
+ display: flex !important;
+ gap: 8px !important;
+ }
+
+ .mp-yape-code-input {
+ width: 38px !important;
+ height: 53px !important;
+ text-align: center !important;
+ font-size: 24px !important;
+ border: 1px solid #ccc !important;
+ border-radius: 4px !important;
+ font-size: 16px !important;
+ line-height: 20px !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-weight: 400 !important;
+ }
+
+ .mp-yape-code-input:nth-child(4) {
+ margin-left: 10px !important;
+ }
+
+ .mp-input-code-focus {
+ border: 1px solid #7f54b3 !important;
+ }
+
+ .mp-input-code-error {
+ border: 1px solid #f23d4f !important;
+ }
+ `;
+ this.appendChild(style);
+ }
+
+ createInputContainer() {
+ const inputContainer = document.createElement('div');
+ inputContainer.classList.add('mp-yape-input-container');
+ return inputContainer;
+ }
+
+ createHelper() {
+ const helper = document.createElement('input-helper');
+ helper.setAttribute('isVisible', false);
+ helper.setAttribute('message', 'error');
+ helper.setAttribute('input-id', 'helper-approval-code');
+ return helper;
+ }
+}
+
+customElements.define('input-code', InputCode);
diff --git a/packages/narciso/components/input-field/InputField.css b/packages/narciso/components/input-field/InputField.css
new file mode 100644
index 000000000..c5e89fdfd
--- /dev/null
+++ b/packages/narciso/components/input-field/InputField.css
@@ -0,0 +1,28 @@
+.mp-yape-input-field {
+ width: 100% !important;
+}
+
+.mp-yape-input-field .mp-yape-input {
+ height: 28px !important;
+ background: #fff !important;
+ border: 1px solid rgb(0 0 0 / 25%);
+ border-radius: 8px !important;
+ display: flex !important;
+ align-items: center !important;
+ gap: 8px !important;
+ padding: 14px 12px !important;
+ font-size: 16px !important;
+ line-height: 20px !important;
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
+ Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+}
+
+.mp-input-field-focus {
+ border: 1px solid #7f54b3 !important;
+}
+
+.mp-input-field-error {
+ border: 1px solid #f23d4f !important;
+}
+
+
diff --git a/packages/narciso/components/input-field/InputField.html b/packages/narciso/components/input-field/InputField.html
new file mode 100644
index 000000000..e8177a39d
--- /dev/null
+++ b/packages/narciso/components/input-field/InputField.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+ Input Field
+
+
+
+
+
+
+
+
diff --git a/packages/narciso/components/input-field/InputField.js b/packages/narciso/components/input-field/InputField.js
new file mode 100644
index 000000000..3395dbe8d
--- /dev/null
+++ b/packages/narciso/components/input-field/InputField.js
@@ -0,0 +1,101 @@
+class InputField extends HTMLElement {
+ helper = this.createHelper();
+ input = this.createInput();
+
+ connectedCallback() {
+ this.build();
+ }
+
+ build() {
+ const inputField = this.createInputField();
+ this.appendChild(inputField);
+ }
+
+ createInputField() {
+ const inputField = document.createElement('div');
+ inputField.classList.add('mp-yape-input-field');
+ inputField.setAttribute('data-cy', 'input-field-container');
+
+ const label = this.createLabel(this.getAttribute('label-message'));
+
+ inputField.appendChild(label);
+ inputField.appendChild(this.input);
+ inputField.appendChild(this.helper);
+ return inputField;
+ }
+
+ createLabel(labelMessage) {
+ const label = document.createElement('input-label');
+ label.setAttribute('message', labelMessage);
+ label.setAttribute('isOptional', 'true');
+
+ return label;
+ }
+
+ validate() {
+ if (this.input.value === '') {
+ this.helper.firstElementChild.style.display = 'flex';
+ document.getElementById('helper-input-field').childNodes[1].innerHTML = document.querySelector('input-field').getAttribute('empty-error-message');
+ this.input.classList.add('mp-input-field-error');
+ document.querySelector('[data-cy="input-label"]').style.setProperty('color', '#f23d4f', 'important');
+ } else if (this.input.value.length < 11) {
+ this.helper.firstElementChild.style.display = 'flex';
+ document.getElementById('helper-input-field').childNodes[1].innerHTML = document.querySelector('input-field').getAttribute('invalid-error-message');
+ this.input.classList.add('mp-input-field-error');
+ document.querySelector('[data-cy="input-label"]').style.setProperty('color', '#f23d4f', 'important');
+ } else {
+ this.helper.firstElementChild.style.display = 'none';
+ document.querySelector('[data-cy="input-label"]').style.setProperty('color', '#111111', 'important');
+ }
+ }
+
+ createInput() {
+ const mpInput = document.createElement('input');
+ mpInput.classList.add('mp-yape-input');
+ mpInput.setAttribute('id', 'checkout__yapePhoneNumber');
+ mpInput.setAttribute('maxlength', '11');
+ mpInput.setAttribute('placeholder', 'Ej.: 872 123 432');
+ mpInput.setAttribute('aria-hidden', 'true');
+ mpInput.setAttribute('data-cy', 'input-field');
+ mpInput.setAttribute('name', 'phoneNumber');
+ mpInput.setAttribute('required', 'true');
+
+ mpInput.addEventListener('input', () => {
+ const value = mpInput.value.replace(/\D/g, '');
+ let maskedValue = '';
+
+ for (let i = 0; i < value.length; i += 1) {
+ maskedValue += value[i];
+ if ((i + 1) % 3 === 0 && i !== value.length - 1) {
+ maskedValue += ' ';
+ }
+ }
+
+ mpInput.value = maskedValue;
+ });
+
+ mpInput.addEventListener('focus', () => {
+ mpInput.classList.add('mp-input-field-focus');
+ mpInput.classList.remove('mp-input-field-error');
+ this.helper.firstElementChild.style.display = 'none';
+ });
+
+ mpInput.addEventListener('blur', () => {
+ this.validate();
+ });
+
+ return mpInput;
+ }
+
+ createHelper() {
+ const helper = document.createElement('input-helper');
+
+ helper.setAttribute('isVisible', 'false');
+ helper.setAttribute('message', 'error');
+ helper.setAttribute('input-id', 'helper-input-field');
+
+ return helper;
+ }
+}
+
+customElements.define('input-field', InputField);
diff --git a/packages/narciso/components/input-helper/InputHelper.css b/packages/narciso/components/input-helper/InputHelper.css
index bfe27ad57..ec35ec3fe 100644
--- a/packages/narciso/components/input-helper/InputHelper.css
+++ b/packages/narciso/components/input-helper/InputHelper.css
@@ -6,12 +6,12 @@
color: #f23d4f;
display: none;
align-items: center;
- font-weight: 400 !important;
+ font-weight: 500 !important;
}
.mp-helper .mp-helper-icon {
- width: 15px !important;
- height: 15px;
+ width: 12px !important;
+ height: 12px !important;
background: #f23d4f;
border-radius: 12px;
color: #fff;
@@ -19,4 +19,5 @@
align-items: center;
justify-content: center;
margin: 0 4px;
+ font-size: 10px;
}
diff --git a/packages/narciso/components/input-label/InputLabel.css b/packages/narciso/components/input-label/InputLabel.css
index ea7c39372..85837b613 100644
--- a/packages/narciso/components/input-label/InputLabel.css
+++ b/packages/narciso/components/input-label/InputLabel.css
@@ -10,6 +10,7 @@
color: rgb(0 0 0 / 90%) !important;
padding-bottom: 4px !important;
height: 30px;
+ padding-left: 6px !important;
}
.mp-input-label b {
diff --git a/packages/narciso/styles/checkout-yape.css b/packages/narciso/styles/checkout-yape.css
new file mode 100644
index 000000000..dcc9bec3a
--- /dev/null
+++ b/packages/narciso/styles/checkout-yape.css
@@ -0,0 +1,69 @@
+.mp-checkout-container {
+ margin: 0 !important;
+ padding: 0 !important;
+ border: 0 !important;
+ font: inherit !important;
+ font-size: 100% !important;
+ vertical-align: baseline !important;
+}
+
+.mp-checkout-yape-container {
+ display: flex !important;
+ flex-direction: column !important;
+ align-items: center !important;
+ background-color: #fff !important;
+ padding: 24px !important;
+}
+
+.mp-checkout-yape-content {
+ width: 100% !important;
+}
+
+.mp-checkout-yape-test-mode {
+ padding: 0 0 5px !important;
+}
+
+.mp-checkout-yape-inputs {
+ display: flex;
+ align-items: baseline;
+ gap: 20px;
+ margin-top: 24px;
+ flex-wrap: wrap;
+ margin-bottom: 24px !important;
+}
+
+.mp-checkout-yape-terms-and-conditions {
+ display: flex;
+ align-items: center !important;
+ justify-content: center !important;
+ text-align: center !important;
+ padding-top: 24px !important;
+}
+
+.mp-checkout-yape-title-container {
+ display: flex;
+ flex-direction: column;
+ margin-bottom: 24px !important;
+ gap: 6px;
+}
+.mp-checkout-yape-title {
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-size: 18px !important;
+ font-weight: 600 !important;
+ line-height: 22px !important;
+ text-align: left !important;
+ color: #000 !important;
+ margin-bottom: 8px;
+ margin-top: 0;
+}
+
+.mp-checkout-yape-subtitle {
+ font-family: 'Proxima Nova', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
+ font-size: 14px !important;
+ font-weight: 400 !important;
+ line-height: 18px !important;
+ text-align: left !important;
+ color: rgba(0, 0, 0, 0.55) !important;
+ margin-top: 0;
+ margin-bottom: 0;
+}
diff --git a/readme.txt b/readme.txt
index 4d4d486f3..3a9228f49 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
-Stable tag: 7.6.4
+Stable tag: 7.7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -135,8 +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 ==
+= v7.7.0 (11/09/2024) =
+* Added
+- New payment method: Implemented Yape Gateway, now available for transactions in Peru.
-* Fix:
-- Prevents payment from being created if the currency conversion system fails.
+* Changed
+- Optimized packaging: Reduced the number of assets included in the plugin's zip package to improve performance and download time.
+- Code enhancement: The code has been refactored to follow PHP 7.4 best practices by adopting Typed Properties, improving clarity and safety.
+
+* Fixed
+- cardForm issue resolved: Fixed the error that appeared in the console during the loading of the `cardForm` script used in the Checkout API for cards. The loading process is now handled more efficiently, eliminating the issue.
[See changelog for all versions](https://github.com/mercadopago/cart-woocommerce/blob/main/CHANGELOG.md).
diff --git a/src/Admin/Settings.php b/src/Admin/Settings.php
index c5bda72a1..4e5902a87 100644
--- a/src/Admin/Settings.php
+++ b/src/Admin/Settings.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Admin;
+use Exception;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Helpers\Categories;
@@ -28,100 +29,55 @@
class Settings
{
- /**
- * @const
- */
private const PRIORITY_ON_MENU = 90;
- /**
- * @const
- */
private const NONCE_ID = 'mp_settings_nonce';
- /**
- * @var Admin
- */
- private $admin;
+ private Admin $admin;
- /**
- * @var Endpoints
- */
- private $endpoints;
+ private Endpoints $endpoints;
- /**
- * @var Links
- */
- private $links;
+ private Links $links;
- /**
- * @var Order
- */
- private $order;
+ private Order $order;
- /**
- * @var Plugin
- */
- private $plugin;
- /**
- * @var Scripts
- */
- private $scripts;
+ private Plugin $plugin;
- /**
- * @var Seller
- */
- private $seller;
- /**
- * @var Store
- */
- private $store;
+ private Scripts $scripts;
- /**
- * @var AdminTranslations
- */
- private $translations;
+ private Seller $seller;
- /**
- * @var Url
- */
- private $url;
- /**
- * @var Nonce
- */
- private $nonce;
+ private Store $store;
- /**
- * @var CurrentUser
- */
- private $currentUser;
- /**
- * @var Session
- */
- private $session;
+ private AdminTranslations $translations;
- /**
- * @var Logs
- */
- private $logs;
- /**
- * @var Downloader
- */
- private $downloader;
+ private Url $url;
- /**
- * @var Funnel
- */
- private $funnel;
- /**
- * @var Strings
- */
- private $strings;
+ private Nonce $nonce;
+
+
+ private CurrentUser $currentUser;
+
+
+ private Session $session;
+
+
+ private Logs $logs;
+
+
+ private Downloader $downloader;
+
+
+ private Funnel $funnel;
+
+
+ private Strings $strings;
/**
* Settings constructor
@@ -352,10 +308,10 @@ public function mercadoPagoSubmenuPageCallback(): void
$categories = Categories::getCategories();
$pluginLogs = $this->downloader->pluginLogs;
- $phpVersion = phpversion() ? phpversion() : "";
- $wpVersion = $GLOBALS['wp_version'] ? $GLOBALS['wp_version'] : "";
- $wcVersion = $GLOBALS['woocommerce']->version ? $GLOBALS['woocommerce']->version : "";
- $pluginVersion = MP_VERSION ? MP_VERSION : "";
+ $phpVersion = phpversion() ?? "";
+ $wpVersion = $GLOBALS['wp_version'] ?? "";
+ $wcVersion = $GLOBALS['woocommerce']->version ?? "";
+ $pluginVersion = MP_VERSION ?? "";
include dirname(__FILE__) . '/../../templates/admin/settings/settings.php';
@@ -413,7 +369,7 @@ public function mercadopagoPaymentMethods(): void
}
wp_send_json_success($payment_gateway_properties);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error in mercadopagoPaymentMethods: {$e->getMessage()}",
__CLASS__
@@ -594,7 +550,7 @@ public function mercadopagoUpdateOptionCredentials(): void
];
wp_send_json_error($response);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error in update option credentials: {$e->getMessage()}",
__CLASS__
@@ -684,7 +640,7 @@ public function mercadopagoDownloadLog()
{
try {
$this->downloader->downloadLog();
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error('Mercado pago gave error to download log files: ' . $e->getMessage(), __CLASS__);
http_response_code(500);
wp_safe_redirect(admin_url("admin.php?page=wc-status&tab=logs"));
@@ -695,6 +651,8 @@ public function mercadopagoDownloadLog()
/**
* Set store and seller information
*
+ * @param string|null $accessToken
+ *
* @return void
*/
private function setStoreAndSellerInfo(string $accessToken = null): void
@@ -711,6 +669,9 @@ private function setStoreAndSellerInfo(string $accessToken = null): void
/**
* Verify test mode and update credentials
*
+ * @param string|null $publicKeyTest
+ * @param string|null $accessTokenTest
+ *
* @return void
*/
private function verifyAndUpdateCredentials(string $publicKeyTest = null, string $accessTokenTest = null): void
diff --git a/src/Blocks/AbstractBlock.php b/src/Blocks/AbstractBlock.php
index d8659fae5..a7c4e9e0f 100644
--- a/src/Blocks/AbstractBlock.php
+++ b/src/Blocks/AbstractBlock.php
@@ -3,6 +3,7 @@
namespace MercadoPago\Woocommerce\Blocks;
use Automattic\WooCommerce\Blocks\Payments\Integrations\AbstractPaymentMethodType;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoPaymentBlockInterface;
@@ -14,60 +15,30 @@
abstract class AbstractBlock extends AbstractPaymentMethodType implements MercadoPagoPaymentBlockInterface
{
- /**
- * @const
- */
public const ACTION_SESSION_KEY = 'mercadopago_blocks_action';
- /**
- * @const
- */
public const GATEWAY_SESSION_KEY = 'mercadopago_blocks_gateway';
- /**
- * @const
- */
public const CHOSEN_PM_SESSION_KEY = 'chosen_payment_method';
- /**
- * @const
- */
public const UPDATE_CART_NAMESPACE = 'mercadopago_blocks_update_cart';
- /**
- * @var string
- */
protected $name = '';
- /**
- * @var string
- */
protected $scriptName = '';
- /**
- * @var array
- */
protected $settings = [];
- /**
- * @var WoocommerceMercadoPago
- */
- protected $mercadopago;
+ protected WoocommerceMercadoPago $mercadopago;
/**
- * @var MercadoPagoGatewayInterface
+ * @var MercadoPagoGatewayInterface|null
*/
protected $gateway;
- /**
- * @var array
- */
- protected $links;
+ protected array $links;
- /**
- * @var object
- */
- protected $storeTranslations;
+ protected array $storeTranslations;
/**
* AbstractBlock constructor
@@ -143,7 +114,6 @@ public function get_payment_method_script_handles(): array
$this->gateway->registerCheckoutScripts();
$this->mercadopago->hooks->scripts->registerPaymentBlockScript($scriptName, $scriptPath, $version, $deps);
- $this->gateway->registerCheckoutScripts();
return [$scriptName];
}
@@ -182,7 +152,7 @@ public function setGateway(): ?AbstractGateway
$payment_gateways_class = WC()->payment_gateways();
$payment_gateways = $payment_gateways_class->payment_gateways();
- return isset($payment_gateways[$this->name]) ? $payment_gateways[$this->name] : null;
+ return $payment_gateways[ $this->name ] ?? null;
}
/**
@@ -221,6 +191,7 @@ public function updateCartToRegisterDiscountAndCommission($data)
* Register plugin and commission to WC_Cart fees
*
* @return void
+ * @throws Exception
*/
public function registerDiscountAndCommissionFeesOnCart()
{
diff --git a/src/Blocks/BasicBlock.php b/src/Blocks/BasicBlock.php
index e13f45e4e..1e1c4d397 100644
--- a/src/Blocks/BasicBlock.php
+++ b/src/Blocks/BasicBlock.php
@@ -8,14 +8,8 @@
class BasicBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'basic';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-basic';
/**
diff --git a/src/Blocks/CreditsBlock.php b/src/Blocks/CreditsBlock.php
index d26219b37..63467e513 100644
--- a/src/Blocks/CreditsBlock.php
+++ b/src/Blocks/CreditsBlock.php
@@ -8,14 +8,8 @@
class CreditsBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'credits';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-credits';
/**
diff --git a/src/Blocks/CustomBlock.php b/src/Blocks/CustomBlock.php
index 454bc8c96..cef456d36 100644
--- a/src/Blocks/CustomBlock.php
+++ b/src/Blocks/CustomBlock.php
@@ -8,14 +8,8 @@
class CustomBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'custom';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-custom';
/**
diff --git a/src/Blocks/PixBlock.php b/src/Blocks/PixBlock.php
index e084dbab7..13b7e34e7 100644
--- a/src/Blocks/PixBlock.php
+++ b/src/Blocks/PixBlock.php
@@ -8,14 +8,8 @@
class PixBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'pix';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-pix';
/**
diff --git a/src/Blocks/PseBlock.php b/src/Blocks/PseBlock.php
index e36d70c5b..7307e3190 100644
--- a/src/Blocks/PseBlock.php
+++ b/src/Blocks/PseBlock.php
@@ -8,14 +8,8 @@
class PseBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'pse';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-pse';
/**
diff --git a/src/Blocks/TicketBlock.php b/src/Blocks/TicketBlock.php
index e4d3a0aa2..8d01356f8 100644
--- a/src/Blocks/TicketBlock.php
+++ b/src/Blocks/TicketBlock.php
@@ -8,14 +8,8 @@
class TicketBlock extends AbstractBlock
{
- /**
- * @var string
- */
protected $scriptName = 'ticket';
- /**
- * @var string
- */
protected $name = 'woo-mercado-pago-ticket';
/**
diff --git a/src/Blocks/YapeBlock.php b/src/Blocks/YapeBlock.php
new file mode 100644
index 000000000..1ebaa160e
--- /dev/null
+++ b/src/Blocks/YapeBlock.php
@@ -0,0 +1,33 @@
+storeTranslations = $this->mercadopago->storeTranslations->yapeCheckout;
+ }
+
+ /**
+ * Set payment block script params
+ *
+ * @return array
+ */
+ public function getScriptParams(): array
+ {
+ return $this->gateway->getPaymentFieldsParams();
+ }
+}
diff --git a/src/Configs/Metadata.php b/src/Configs/Metadata.php
index 0579f6c26..f6fff0442 100644
--- a/src/Configs/Metadata.php
+++ b/src/Configs/Metadata.php
@@ -10,10 +10,7 @@
class Metadata
{
- /**
- * @var Options
- */
- private $options;
+ private Options $options;
/**
* MetadataSettings constructor
diff --git a/src/Configs/Seller.php b/src/Configs/Seller.php
index e2b2f1ba1..51b14b9c2 100644
--- a/src/Configs/Seller.php
+++ b/src/Configs/Seller.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Configs;
+use Exception;
use MercadoPago\Woocommerce\Helpers\Cache;
use MercadoPago\Woocommerce\Helpers\Requester;
use MercadoPago\Woocommerce\Hooks\Options;
@@ -14,105 +15,45 @@
class Seller
{
- /**
- * @const
- */
private const SITE_ID = '_site_id_v1';
- /**
- * @const
- */
private const CLIENT_ID = '_mp_client_id';
- /**
- * @const
- */
private const COLLECTOR_ID = '_collector_id_v1';
- /**
- * @const
- */
private const CREDENTIALS_PUBLIC_KEY_PROD = '_mp_public_key_prod';
- /**
- * @const
- */
private const CREDENTIALS_PUBLIC_KEY_TEST = '_mp_public_key_test';
- /**
- * @const
- */
private const CREDENTIALS_ACCESS_TOKEN_PROD = '_mp_access_token_prod';
- /**
- * @const
- */
private const CREDENTIALS_ACCESS_TOKEN_TEST = '_mp_access_token_test';
- /**
- * @const
- */
private const HOMOLOG_VALIDATE = 'homolog_validate';
- /**
- * @const
- */
private const CHECKOUT_BASIC_PAYMENT_METHODS = '_checkout_payments_methods';
- /**
- * @const
- */
private const CHECKOUT_TICKET_PAYMENT_METHODS = '_all_payment_methods_ticket';
- /**
- * @const
- */
private const CHECKOUT_PSE_PAYMENT_METHODS = '_payment_methods_pse';
- /**
- * @const
- */
private const SITE_ID_PAYMENT_METHODS = '_site_id_payment_methods';
- /**
- * @const
- */
private const CHECKOUT_PAYMENT_METHOD_PIX = '_mp_payment_methods_pix';
-
- /**
- * @const
- */
private const TEST_USER = '_test_user_v1';
- /**
- * @const
- */
private const AUTO_UPDATE_PLUGINS = 'auto_update_plugins';
- /**
- * @var Cache
- */
- private $cache;
- /**
- * @var Options
- */
- private $options;
+ private Cache $cache;
- /**
- * @var Requester
- */
- private $requester;
+ private Options $options;
- /**
- * @var Store
- */
- private $store;
+ private Requester $requester;
- /**
- * @var Logs
- */
- private $logs;
+ private Store $store;
+
+ private Logs $logs;
/**
* Credentials constructor
@@ -311,7 +252,7 @@ public function getCredentialsAccessToken(): string
/**
* @return string
*/
- public function getCustIdFromAT()
+ public function getCustIdFromAT(): string
{
preg_match('/(\d+)$/', $this->getCredentialsAccessToken(), $matches);
return $matches[0];
@@ -707,7 +648,7 @@ public function getSellerInfo(string $accessToken): array
$this->cache->setCache($key, $serializedResponse);
return $serializedResponse;
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error to get seller info: {$e->getMessage()}",
__CLASS__
@@ -776,7 +717,7 @@ private function validateCredentials(string $accessToken = null, string $publicK
$this->cache->setCache($key, $serializedResponse);
return $serializedResponse;
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error to validate seller credentials: {$e->getMessage()}",
__CLASS__
@@ -832,7 +773,7 @@ private function getPaymentMethods(string $publicKey = null, string $accessToken
$this->cache->setCache($key, $serializedResponse);
return $serializedResponse;
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error to get seller payment methods: {$e->getMessage()}",
__CLASS__
@@ -878,7 +819,7 @@ private function getPaymentMethodsBySiteId(string $siteId): array
$this->cache->setCache($key, $serializedResponse);
return $serializedResponse;
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error to get seller payment methods by ID: {$e->getMessage()}",
__CLASS__
@@ -894,7 +835,7 @@ private function getPaymentMethodsBySiteId(string $siteId): array
*
* @return bool
*/
- public function isAutoUpdate()
+ public function isAutoUpdate(): bool
{
$auto_update_plugins = $this->options->get(self::AUTO_UPDATE_PLUGINS, '');
diff --git a/src/Configs/Store.php b/src/Configs/Store.php
index ade1e3b28..f280cd226 100644
--- a/src/Configs/Store.php
+++ b/src/Configs/Store.php
@@ -11,115 +11,49 @@
class Store
{
- /**
- * @const
- */
private const STORE_ID = '_mp_store_identificator';
- /**
- * @const
- */
private const STORE_NAME = 'mp_statement_descriptor';
- /**
- * @const
- */
private const STORE_CATEGORY = '_mp_category_id';
- /**
- * @const
- */
private const CHECKOUT_COUNTRY = 'checkout_country';
- /**
- * @const
- */
private const WOOCOMMERCE_COUNTRY = 'woocommerce_default_country';
- /**
- * @const
- */
private const INTEGRATOR_ID = '_mp_integrator_id';
- /**
- * @const
- */
private const CUSTOM_DOMAIN = '_mp_custom_domain';
- /**
- * @const
- */
private const CUSTOM_DOMAIN_OPTIONS = '_mp_custom_domain_options';
- /**
- * @const
- */
private const DEBUG_MODE = '_mp_debug_mode';
- /**
- * @const
- */
private const CRON_SYNC_MODE = '_mp_cron_sync_mode';
- /**
- * @const
- */
private const DISMISSED_REVIEW_NOTICE = '_mp_dismiss_review';
- /**
- * @const
- */
private const ANY_ORDER_COMPLETED = '_mp_any_order_completed';
- /**
- * @const
- */
private const DISMISSED_SAVED_CARDS_NOTICE = '_mp_dismiss_saved_cards_notice';
- /**
- * @const
- */
private const CHECKBOX_CHECKOUT_PRODUCTION_MODE = 'checkbox_checkout_production_mode';
- /**
- * @const
- */
private const CHECKBOX_CHECKOUT_TEST_MODE = 'checkbox_checkout_test_mode';
- /**
- * @const
- */
private const GATEWAY_TITLE = 'title';
- /**
- * @const
- */
private const CHECKOUT_EXPIRATION_DATE_PIX = 'expiration_date';
- /**
- * @const
- */
private const INSTALLATION_ID = '_mp_installation_id';
- /**
- * @const
- */
private const INSTALLATION_KEY = '_mp_installation_key';
- /**
- * @const
- */
private const EXECUTE_ACTIVATED_PLUGIN = '_mp_execute_activate';
- /**
- * @const
- */
- private $availablePaymentGateways = [];
+ private array $availablePaymentGateways = [];
- /**
- * @var Options
- */
- private $options;
+ private Options $options;
/**
* Store constructor
diff --git a/src/Dependencies.php b/src/Dependencies.php
index c43db82f7..11df6ee8b 100644
--- a/src/Dependencies.php
+++ b/src/Dependencies.php
@@ -50,6 +50,7 @@
use MercadoPago\Woocommerce\Translations\AdminTranslations;
use MercadoPago\Woocommerce\Translations\StoreTranslations;
use MercadoPago\Woocommerce\IO\Downloader;
+use WooCommerce;
if (!defined('ABSPATH')) {
exit;
@@ -57,246 +58,101 @@
class Dependencies
{
- /**
- * @var \WooCommerce
- */
- public $woocommerce;
+ public WooCommerce $woocommerce;
- /**
- * @var Hooks
- */
- public $hooks;
+ public Hooks $hooks;
- /**
- * @var Helpers
- */
- public $helpers;
+ public Helpers $helpers;
- /**
- * @var Settings
- */
- public $settings;
+ public Settings $settings;
- /**
- * @var Metadata
- */
- public $metadataConfig;
+ public Metadata $metadataConfig;
- /**
- * @var Seller
- */
- public $sellerConfig;
+ public Seller $sellerConfig;
- /**
- * @var Store
- */
- public $storeConfig;
+ public Store $storeConfig;
- /**
- * @var CheckoutCustom
- */
- public $checkoutCustomEndpoints;
+ public CheckoutCustom $checkoutCustomEndpoints;
- /**
- * @var Admin
- */
- public $adminHook;
+ public Admin $adminHook;
- /**
- * @var Blocks
- */
- public $blocksHook;
+ public Blocks $blocksHook;
- /**
- * @var Hooks\Cart
- */
- public $cartHook;
+ public Hooks\Cart $cartHook;
- /**
- * @var Checkout
- */
- public $checkoutHook;
+ public Checkout $checkoutHook;
- /**
- * @var Endpoints
- */
- public $endpointsHook;
+ public Endpoints $endpointsHook;
- /**
- * @var Gateway
- */
- public $gatewayHook;
+ public Gateway $gatewayHook;
- /**
- * @var Options
- */
- public $optionsHook;
+ public Options $optionsHook;
- /**
- * @var Order
- */
- public $orderHook;
+ public Order $orderHook;
- /**
- * @var OrderMeta
- */
- public $orderMetaHook;
+ public OrderMeta $orderMetaHook;
- /**
- * @var Plugin
- */
- public $pluginHook;
+ public Plugin $pluginHook;
- /**
- * @var Product
- */
- public $productHook;
+ public Product $productHook;
- /**
- * @var Scripts
- */
- public $scriptsHook;
+ public Scripts $scriptsHook;
- /**
- * @var Template
- */
- public $templateHook;
+ public Template $templateHook;
- /**
- * @var Actions
- */
- public $actionsHelper;
+ public Actions $actionsHelper;
- /**
- * @var Cache
- */
- public $cacheHelper;
+ public Cache $cacheHelper;
- /**
- * @var Cart
- */
- public $cartHelper;
+ public Cart $cartHelper;
- /**
- * @var Country
- */
- public $countryHelper;
-
- /**
- * @var CreditsEnabled
- */
- public $creditsEnabledHelper;
+ public Country $countryHelper;
- /**
- * @var Cron
- */
- public $cronHelper;
+ public CreditsEnabled $creditsEnabledHelper;
- /**
- * @var Currency
- */
- public $currencyHelper;
+ public Cron $cronHelper;
- /**
- * @var CurrentUser
- */
- public $currentUserHelper;
+ public Currency $currencyHelper;
- /**
- * @var Gateways
- */
- public $gatewaysHelper;
+ public CurrentUser $currentUserHelper;
- /**
- * @var Images
- */
- public $imagesHelper;
+ public Gateways $gatewaysHelper;
- /**
- * @var Links
- */
- public $linksHelper;
+ public Images $imagesHelper;
- /**
- * @var Nonce
- */
- public $nonceHelper;
+ public Links $linksHelper;
- /**
- * @var Notices
- */
- public $noticesHelper;
+ public Nonce $nonceHelper;
- /**
- * @var PaymentMethods
- */
- public $paymentMethodsHelper;
+ public Notices $noticesHelper;
- /**
- * @var Requester
- */
- public $requesterHelper;
+ public PaymentMethods $paymentMethodsHelper;
- /**
- * @var Session
- */
- public $sessionHelper;
+ public Requester $requesterHelper;
- /**
- * @var Strings
- */
- public $stringsHelper;
+ public Session $sessionHelper;
- /**
- * @var Url
- */
- public $urlHelper;
+ public Strings $stringsHelper;
- /**
- * @var Logs
- */
- public $logs;
+ public Url $urlHelper;
- /**
- * @var OrderBilling
- */
- public $orderBilling;
+ public Logs $logs;
- /**
- * @var OrderMetadata
- */
- public $orderMetadata;
+ public OrderBilling $orderBilling;
- /**
- * @var OrderShipping
- */
- public $orderShipping;
+ public OrderMetadata $orderMetadata;
- /**
- * @var OrderStatus
- */
- public $orderStatus;
+ public OrderShipping $orderShipping;
- /**
- * @var AdminTranslations
- */
- public $adminTranslations;
+ public OrderStatus $orderStatus;
- /**
- * @var StoreTranslations
- */
- public $storeTranslations;
+ public AdminTranslations $adminTranslations;
+ public StoreTranslations $storeTranslations;
- /**
- * @var Downloader
- */
- public $downloader;
+ public Downloader $downloader;
- /**
- * @var Funnel
- */
- public $funnel;
+ public Funnel $funnel;
/**
* Dependencies constructor
diff --git a/src/Endpoints/CheckoutCustom.php b/src/Endpoints/CheckoutCustom.php
index 56eec42c5..801dc4c01 100644
--- a/src/Endpoints/CheckoutCustom.php
+++ b/src/Endpoints/CheckoutCustom.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Endpoints;
+use Exception;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Helpers\Requester;
use MercadoPago\Woocommerce\Helpers\Session;
@@ -15,35 +16,17 @@
class CheckoutCustom
{
- /**
- * @var Endpoints
- */
- public $endpoints;
+ public Endpoints $endpoints;
- /**
- * @var Logs
- */
- public $logs;
+ public Logs $logs;
- /**
- * @var Requester
- */
- public $requester;
+ public Requester $requester;
- /**
- * @var Session
- */
- public $session;
+ public Session $session;
- /**
- * @var Seller
- */
- public $seller;
+ public Seller $seller;
- /**
- * @var array
- */
- private $threeDsTranslations;
+ private array $threeDsTranslations;
/**
*
@@ -98,7 +81,7 @@ public function mercadopagoGet3DSFromSession(): void
'3ds_creq' => $this->session->getSession('mp_3ds_creq'),
],
]);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error('3DS session error: ' . $e->getMessage(), __CLASS__);
wp_send_json_error([
'result' => 'failure',
@@ -144,7 +127,7 @@ public function mercadopagoRedirectAfter3DSChallenge(): void
],
]);
}
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error('3DS session error: ' . $e->getMessage(), __CLASS__);
wp_send_json_error([
diff --git a/src/Entities/Files/Log.php b/src/Entities/Files/Log.php
index 2488765d6..0e7ba7b66 100644
--- a/src/Entities/Files/Log.php
+++ b/src/Entities/Files/Log.php
@@ -8,18 +8,9 @@
class Log
{
- /**
- * @var string
- */
- public $fileName;
+ public string $fileName;
- /**
- * @var string
- */
- public $fileDate;
+ public string $fileDate;
- /**
- * @var string
- */
- public $fileFullName;
+ public string $fileFullName;
}
diff --git a/src/Entities/Metadata/PaymentMetadata.php b/src/Entities/Metadata/PaymentMetadata.php
index eab891dec..89769c20f 100644
--- a/src/Entities/Metadata/PaymentMetadata.php
+++ b/src/Entities/Metadata/PaymentMetadata.php
@@ -8,98 +8,41 @@
class PaymentMetadata
{
- /**
- * @var string
- */
- public $platform;
-
- /**
- * @var string
- */
- public $platform_version;
-
- /**
- * @var string
- */
- public $module_version;
-
- /**
- * @var string
- */
- public $php_version;
-
- /**
- * @var string
- */
- public $site_id;
-
- /**
- * @var string
- */
- public $sponsor_id;
-
- /**
- * @var string
- */
- public $collector;
-
- /**
- * @var string
- */
- public $test_mode;
-
- /**
- * @var string
- */
- public $details;
-
- /**
- * @var string
- */
- public $settings;
-
- /**
- * @var string
- */
- public $seller_website;
-
- /**
- * @var string
- */
- public $checkout;
-
- /**
- * @var string
- */
- public $checkout_type;
-
- /**
- * @var string
- */
- public $payment_option_id;
-
- /**
- * @var PaymentMetadataAddress
- */
- public $billing_address;
-
- /**
- * @var PaymentMetadataUser
- */
- public $user;
-
- /**
- * @var PaymentMetadataCpp
- */
- public $cpp_extra;
-
- /**
- * @var string
- */
- public $blocks_payment;
-
- /**
- * @var bool
- */
- public $auto_update;
+ public string $platform;
+
+ public string $platform_version;
+
+ public string $module_version;
+
+ public string $php_version;
+
+ public string $site_id;
+
+ public string $sponsor_id;
+
+ public string $collector;
+
+ public string $test_mode;
+
+ public string $details;
+
+ public array $settings;
+
+ public string $seller_website;
+
+ public string $checkout;
+
+ public string $checkout_type;
+
+ public string $payment_option_id;
+
+ public PaymentMetadataAddress $billing_address;
+
+ public PaymentMetadataUser $user;
+
+ public PaymentMetadataCpp $cpp_extra;
+
+ public string $blocks_payment;
+
+ public bool $auto_update;
}
diff --git a/src/Entities/Metadata/PaymentMetadataAddress.php b/src/Entities/Metadata/PaymentMetadataAddress.php
index 36e5cc9c1..bd2e6010b 100644
--- a/src/Entities/Metadata/PaymentMetadataAddress.php
+++ b/src/Entities/Metadata/PaymentMetadataAddress.php
@@ -8,28 +8,13 @@
class PaymentMetadataAddress
{
- /**
- * @var string
- */
- public $zip_code;
+ public string $zip_code;
- /**
- * @var string
- */
- public $street_name;
+ public string $street_name;
- /**
- * @var string
- */
- public $city_name;
+ public string $city_name;
- /**
- * @var string
- */
- public $state_name;
+ public string $state_name;
- /**
- * @var string
- */
- public $country_name;
+ public string $country_name;
}
diff --git a/src/Entities/Metadata/PaymentMetadataCpp.php b/src/Entities/Metadata/PaymentMetadataCpp.php
index 5606ccf54..fbb95c505 100644
--- a/src/Entities/Metadata/PaymentMetadataCpp.php
+++ b/src/Entities/Metadata/PaymentMetadataCpp.php
@@ -8,13 +8,7 @@
class PaymentMetadataCpp
{
- /**
- * @var string
- */
- public $platform_version;
+ public string $platform_version;
- /**
- * @var string
- */
- public $module_version;
+ public string $module_version;
}
diff --git a/src/Entities/Metadata/PaymentMetadataUser.php b/src/Entities/Metadata/PaymentMetadataUser.php
index 2febb36ff..95351c1e7 100644
--- a/src/Entities/Metadata/PaymentMetadataUser.php
+++ b/src/Entities/Metadata/PaymentMetadataUser.php
@@ -8,18 +8,9 @@
class PaymentMetadataUser
{
- /**
- * @var string
- */
- public $registered_user;
+ public ?string $registered_user = null;
- /**
- * @var string
- */
- public $user_email;
+ public ?string $user_email = null;
- /**
- * @var string
- */
- public $user_registration_date;
+ public ?string $user_registration_date = null;
}
diff --git a/src/Exceptions/InvalidCheckoutDataException.php b/src/Exceptions/InvalidCheckoutDataException.php
index 93a93d208..68923dc77 100644
--- a/src/Exceptions/InvalidCheckoutDataException.php
+++ b/src/Exceptions/InvalidCheckoutDataException.php
@@ -2,13 +2,16 @@
namespace MercadoPago\Woocommerce\Exceptions;
+use Exception;
+use Throwable;
+
if (!defined('ABSPATH')) {
exit;
}
-class InvalidCheckoutDataException extends \Exception
+class InvalidCheckoutDataException extends Exception
{
- public function __construct($message = "Invalid checkout data", $code = 0, \Throwable $previous = null)
+ public function __construct($message = "Invalid checkout data", $code = 0, Throwable $previous = null)
{
parent::__construct($message, $code, $previous);
}
diff --git a/src/Exceptions/RejectedPaymentException.php b/src/Exceptions/RejectedPaymentException.php
index 3f0331500..2994e1457 100644
--- a/src/Exceptions/RejectedPaymentException.php
+++ b/src/Exceptions/RejectedPaymentException.php
@@ -2,13 +2,16 @@
namespace MercadoPago\Woocommerce\Exceptions;
+use Exception;
+use Throwable;
+
if (!defined('ABSPATH')) {
exit;
}
-class RejectedPaymentException extends \Exception
+class RejectedPaymentException extends Exception
{
- public function __construct($message = "Payment processing rejected", $code = 0, \Throwable $previous = null)
+ public function __construct($message = "Payment processing rejected", $code = 0, Throwable $previous = null)
{
parent::__construct($message, $code, $previous);
}
diff --git a/src/Exceptions/ResponseStatusException.php b/src/Exceptions/ResponseStatusException.php
index 6bacc2cb5..6b2b4d211 100644
--- a/src/Exceptions/ResponseStatusException.php
+++ b/src/Exceptions/ResponseStatusException.php
@@ -2,13 +2,16 @@
namespace MercadoPago\Woocommerce\Exceptions;
+use Exception;
+use Throwable;
+
if (!defined('ABSPATH')) {
exit;
}
-class ResponseStatusException extends \Exception
+class ResponseStatusException extends Exception
{
- public function __construct($message = "Payment processing failed", $code = 0, \Throwable $previous = null)
+ public function __construct($message = "Payment processing failed", $code = 0, Throwable $previous = null)
{
parent::__construct($message, $code, $previous);
}
diff --git a/src/Funnel/Funnel.php b/src/Funnel/Funnel.php
index 4a3f7ebe9..1ab5294d1 100644
--- a/src/Funnel/Funnel.php
+++ b/src/Funnel/Funnel.php
@@ -2,44 +2,28 @@
namespace MercadoPago\Woocommerce\Funnel;
+use Exception;
use MercadoPago\PP\Sdk\Sdk;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Helpers\Gateways;
use MercadoPago\Woocommerce\Helpers\Country;
use MercadoPago\Woocommerce\Libraries\Metrics\Datadog;
+use MercadoPago\Woocommerce\Libraries\Singleton\Singleton;
class Funnel
{
- /**
- * @var Sdk
- */
- private $sdk;
+ private Sdk $sdk;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
- /**
- * @var Seller
- */
- private $seller;
+ private Seller $seller;
- /**
- * @var Country
- */
- private $country;
+ private Country $country;
- /**
- * @var Gateways
- */
- private $gateways;
+ private Gateways $gateways;
- /**
- * @var Datadog
- */
- private $datadog;
+ private Singleton $datadog;
/**
* Funnel constructor
@@ -94,8 +78,6 @@ public function updateStepCredentials(): void
}
/**
- * @param string $paymentMethod
- *
* @return void
*/
public function updateStepPaymentMethods(): void
@@ -184,7 +166,7 @@ private function getPluginMode(): string
private function getWoocommerceVersion(): string
{
- return $GLOBALS['woocommerce']->version ? $GLOBALS['woocommerce']->version : "";
+ return $GLOBALS['woocommerce']->version ?? "";
}
private function runWithTreatment($callback)
@@ -193,7 +175,7 @@ private function runWithTreatment($callback)
$callback();
$this->sendSuccessEvent();
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$this->sendErrorEvent($ex->getMessage());
}
}
diff --git a/src/Gateways/AbstractGateway.php b/src/Gateways/AbstractGateway.php
index 4ecb65c6c..ea9bebb69 100644
--- a/src/Gateways/AbstractGateway.php
+++ b/src/Gateways/AbstractGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\PP\Sdk\Entity\Payment\Payment;
use MercadoPago\PP\Sdk\Entity\Preference\Preference;
use MercadoPago\Woocommerce\Helpers\Form;
@@ -10,38 +11,21 @@
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
use MercadoPago\Woocommerce\Notification\NotificationFactory;
use MercadoPago\Woocommerce\Exceptions\RejectedPaymentException;
+use WC_Payment_Gateway;
-abstract class AbstractGateway extends \WC_Payment_Gateway implements MercadoPagoGatewayInterface
+abstract class AbstractGateway extends WC_Payment_Gateway implements MercadoPagoGatewayInterface
{
- /**
- * @const
- */
public const ID = '';
- /**
- * @const
- */
public const CHECKOUT_NAME = '';
- /**
- * @const
- */
public const WEBHOOK_API_NAME = '';
- /**
- * @const
- */
public const LOG_SOURCE = '';
- /**
- * @var string
- */
- public $iconAdmin;
+ public string $iconAdmin;
- /**
- * @var WoocommerceMercadoPago
- */
- protected $mercadopago;
+ protected WoocommerceMercadoPago $mercadopago;
/**
* Transaction
@@ -50,65 +34,27 @@ abstract class AbstractGateway extends \WC_Payment_Gateway implements MercadoPag
*/
protected $transaction;
- /**
- * Commission
- *
- * @var int
- */
- public $commission;
+ public int $commission;
- /**
- * Discount
- *
- * @var int
- */
- public $discount;
+ public int $discount;
- /**
- * Expiration date
- *
- * @var int
- */
- public $expirationDate;
+ public int $expirationDate;
- /**
- * Checkout country
- *
- * @var string
- */
- public $checkoutCountry;
+ public string $checkoutCountry;
- /**
- * Translations
- *
- * @var array
- */
- protected $adminTranslations;
+ protected array $adminTranslations;
- /**
- * Translations
- *
- * @var array
- */
- protected $storeTranslations;
+ protected array $storeTranslations;
- /**
- * @var float
- */
- protected $ratio;
+ protected float $ratio;
- /**
- * @var array
- */
- protected $countryConfigs;
+ protected array $countryConfigs;
- /**
- * @var array
- */
- protected $links;
+ protected array $links;
/**
* Abstract Gateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -122,7 +68,7 @@ public function __construct()
$this->links = $this->mercadopago->helpers->links->getLinks();
$this->has_fields = true;
- $this->supports = ['products', 'refunds'];
+ $this->supports = [ 'products', 'refunds' ];
$this->init_settings();
$this->loadResearchComponent();
@@ -143,8 +89,8 @@ public function processBlocksCheckoutData($prefix, $postData): array
foreach ($postData as $key => $value) {
if (strpos($key, $prefix) === 0) {
- $newKey = substr($key, strlen($prefix));
- $checkoutData[$newKey] = $value;
+ $newKey = substr($key, strlen($prefix));
+ $checkoutData[ $newKey ] = $value;
}
}
@@ -153,11 +99,12 @@ public function processBlocksCheckoutData($prefix, $postData): array
public function saveOrderPaymentsId(string $orderId)
{
- $order = wc_get_order($orderId);
+ $order = wc_get_order($orderId);
$paymentIds = Form::sanitizedGetData('payment_id');
if ($paymentIds) {
$this->mercadopago->orderMetadata->updatePaymentsOrderMetadata($order, explode(',', $paymentIds));
+
return;
}
$this->mercadopago->logs->file->info("no payment ids to update", "MercadoPago_AbstractGateway");
@@ -197,8 +144,10 @@ protected function addMissingCredentialsNoticeAsFormField(): bool
]
]
];
+
return true;
}
+
return false;
}
@@ -216,6 +165,7 @@ protected function getHomologValidateNoticeOrHidden(): array
'value' => '',
];
}
+
return [
'type' => 'mp_card_info',
'value' => [
@@ -315,6 +265,7 @@ public function validate_fields(): bool
* @param $order_id
*
* @return array
+ * @throws Exception
*/
public function process_payment($order_id): array
{
@@ -329,7 +280,7 @@ public function process_payment($order_id): array
$this->mercadopago->orderMetadata->setUsedGatewayData($order, get_class($this)::ID);
if ($this->discount != 0) {
- $percentage = Numbers::getPercentageFromParcialValue((float) $discount, (float) $order->get_total());
+ $percentage = Numbers::getPercentageFromParcialValue($discount, $order->get_total());
$translation = $this->mercadopago->storeTranslations->commonCheckout['discount_title'];
$feeText = $this->getFeeText($translation, $percentage, $discount);
@@ -337,7 +288,7 @@ public function process_payment($order_id): array
}
if ($this->commission != 0) {
- $percentage = Numbers::getPercentageFromParcialValue((float) $comission, (float) $order->get_total());
+ $percentage = Numbers::getPercentageFromParcialValue($commission, $order->get_total());
$translation = $this->mercadopago->storeTranslations->commonCheckout['fee_title'];
$feeText = $this->getFeeText($translation, $percentage, $commission);
@@ -381,9 +332,9 @@ public static function isAvailable(): bool
*/
public function canAdminLoadScriptsAndStyles(string $gatewaySection): bool
{
- return $this->mercadopago->hooks->admin->isAdmin() && ($this->mercadopago->helpers->url->validatePage('wc-settings') &&
- $this->mercadopago->helpers->url->validateSection($gatewaySection)
- );
+ return $this->mercadopago->hooks->admin->isAdmin() && ( $this->mercadopago->helpers->url->validatePage('wc-settings') &&
+ $this->mercadopago->helpers->url->validateSection($gatewaySection)
+ );
}
/**
@@ -394,8 +345,8 @@ public function canAdminLoadScriptsAndStyles(string $gatewaySection): bool
public function canCheckoutLoadScriptsAndStyles(): bool
{
return $this->mercadopago->hooks->checkout->isCheckout() &&
- $this->mercadopago->hooks->gateway->isEnabled($this) &&
- !$this->mercadopago->helpers->url->validateQueryVar('order-received');
+ $this->mercadopago->hooks->gateway->isEnabled($this) &&
+ ! $this->mercadopago->helpers->url->validateQueryVar('order-received');
}
/**
@@ -454,7 +405,7 @@ public function loadMelidataStoreScripts(): void
/**
* Process if result is fail
*
- * @param \Exception $e
+ * @param Exception $e
* @param string $message
* @param string $source
* @param array $context
@@ -462,16 +413,16 @@ public function loadMelidataStoreScripts(): void
*
* @return array
*/
- public function processReturnFail(\Exception $e, string $message, string $source, array $context = [], bool $notice = false): array
+ public function processReturnFail(Exception $e, string $message, string $source, array $context = [], bool $notice = false): array
{
$this->mercadopago->logs->file->error('Message: ' . $e->getMessage() . ' \n\n\n' . 'Stackstrace: ' . $e->getTraceAsString() . ' \n\n\n', $source, $context);
$errorMessages = [
- "Invalid test user email" => $this->mercadopago->storeTranslations->commonMessages['invalid_users'],
- "Invalid users involved" => $this->mercadopago->storeTranslations->commonMessages['invalid_users'],
+ "Invalid test user email" => $this->mercadopago->storeTranslations->commonMessages['invalid_users'],
+ "Invalid users involved" => $this->mercadopago->storeTranslations->commonMessages['invalid_users'],
"Invalid operators users involved" => $this->mercadopago->storeTranslations->commonMessages['invalid_operators'],
- "exception" => $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
- "400" => $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
+ "exception" => $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
+ "400" => $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
];
foreach ($errorMessages as $keyword => $replacement) {
@@ -496,6 +447,7 @@ public function processReturnFail(\Exception $e, string $message, string $source
* Register plugin and commission to WC_Cart fees
*
* @return void
+ * @throws Exception
*/
public function registerDiscountAndCommissionFeesOnCart()
{
@@ -516,11 +468,12 @@ public function getCheckoutName(): string
/**
* @return string
+ * @throws Exception
*/
public function getFeeTitle(): string
{
if ($this->mercadopago->helpers->cart->isAvailable()) {
- $discount = $this->mercadopago->helpers->cart->calculateSubtotalWithDiscount($this);
+ $discount = $this->mercadopago->helpers->cart->calculateSubtotalWithDiscount($this);
$commission = $this->mercadopago->helpers->cart->calculateSubtotalWithCommission($this);
return $this->mercadopago->hooks->gateway->buildTitleWithDiscountAndCommission(
@@ -565,6 +518,7 @@ public function getActionableValue(string $optionName, $default): string
public function getFeeText(string $text, string $feeName, float $feeValue): string
{
$total = Numbers::formatWithCurrencySymbol($this->mercadopago->helpers->currency->getCurrencySymbol(), $feeValue);
+
return "$text $feeName% = $total";
}
@@ -572,11 +526,12 @@ public function getFeeText(string $text, string $feeName, float $feeValue): stri
* Get amount
*
* @return float
+ * @throws Exception
*/
protected function getAmount(): float
{
// WC_Cart is null when blocks is loaded on the admin
- if (!$this->mercadopago->helpers->cart->isAvailable()) {
+ if (! $this->mercadopago->helpers->cart->isAvailable()) {
return 0.00;
}
@@ -651,16 +606,18 @@ public function generate_mp_toggle_switch_html(string $key, array $settings): st
* Generate custom toggle switch component
*
* @param string $key
- * @param array $settings
+ * @param array $settings
*
* @return string
*/
public function generate_mp_checkbox_list_html(string $key, array $settings): string
{
+
return $this->mercadopago->hooks->template->getWoocommerceTemplateHtml(
'admin/components/checkbox-list.php',
[
- 'settings' => $settings,
+ 'field_key' => $this->get_field_key($key),
+ 'settings' => $settings,
]
);
}
@@ -749,7 +706,7 @@ public function generate_mp_preview_html(string $key, array $settings): string
);
}
- /**
+ /**
* Generating support link component
*
* @param string $key
@@ -769,7 +726,7 @@ public function generate_mp_support_link_html(string $key, array $settings): str
);
}
- /**
+ /**
* Generating tooltip selection component
*
* @param string $key
@@ -849,6 +806,7 @@ public function update_option($key, $value = ''): bool
*
* @param $response
*
+ * @throws RejectedPaymentException
*/
public function handleWithRejectPayment($response)
{
@@ -868,10 +826,10 @@ public function handleWithRejectPayment($response)
*
* @return string
*/
- public function getRejectedPaymentErrorMessage($statusDetail)
+ public function getRejectedPaymentErrorMessage(string $statusDetail): string
{
- return $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_' . $statusDetail] ??
- $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'];
+ return $this->mercadopago->storeTranslations->buyerRefusedMessages[ 'buyer_' . $statusDetail ] ??
+ $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'];
}
/**
@@ -879,7 +837,7 @@ public function getRejectedPaymentErrorMessage($statusDetail)
*
* @return string
*/
- public function get_settings_url()
+ public function get_settings_url(): string
{
return $this->links['admin_settings_page'];
}
@@ -887,19 +845,20 @@ public function get_settings_url()
protected function getAmountAndCurrency(): array
{
$currencyRatio = 0;
- $amount = null;
+ $amount = null;
try {
$currencyRatio = $this->mercadopago->helpers->currency->getRatio($this);
- $amount = $this->getAmount();
- } catch (\Exception $e) {
+ $amount = $this->getAmount();
+ } catch (Exception $e) {
$this->mercadopago->logs->file->warning(
"Mercado pago gave error to call getRatio: {$e->getMessage()}",
self::LOG_SOURCE
);
}
+
return [
'currencyRatio' => $currencyRatio,
- 'amount' => $amount,
+ 'amount' => $amount,
];
}
}
diff --git a/src/Gateways/BasicGateway.php b/src/Gateways/BasicGateway.php
index ac2480581..b1836fa30 100644
--- a/src/Gateways/BasicGateway.php
+++ b/src/Gateways/BasicGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Transactions\BasicTransaction;
if (!defined('ABSPATH')) {
@@ -32,6 +33,7 @@ class BasicGateway extends AbstractGateway
/**
* BasicGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -346,7 +348,7 @@ public function process_payment($order_id): array
'result' => 'success',
'redirect' => $this->mercadopago->storeConfig->isTestMode() ? $preference['sandbox_init_point'] : $preference['init_point'],
];
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
@@ -404,50 +406,66 @@ private function getPaymentMethods(): array
*/
private function generateExPaymentsFields(): array
{
- $paymentList = [
+ $exPaymentsFields = [
'type' => 'mp_checkbox_list',
'title' => $this->adminTranslations['ex_payments_title'],
'description' => $this->adminTranslations['ex_payments_description'],
- 'payment_method_types' => [
- 'credit_card' => [
- 'list' => [],
- 'label' => $this->adminTranslations['ex_payments_type_credit_card_label'],
- ],
- 'debit_card' => [
- 'list' => [],
- 'label' => $this->adminTranslations['ex_payments_type_debit_card_label'],
- ],
- 'other' => [
- 'list' => [],
- 'label' => $this->adminTranslations['ex_payments_type_other_label'],
- ],
- ],
+ 'payment_method_types' => $this->setupPaymentMethodTypesList(),
];
- $allPayments = $this->mercadopago->hooks->options->get('_checkout_payments_methods');
+ return $exPaymentsFields;
+ }
- if (empty($allPayments)) {
- return $paymentList;
+ /**
+ * Mounts the payment method types list for CHO-PRO config page
+ *
+ * @return array
+ */
+ private function setupPaymentMethodTypesList(): array
+ {
+ $sellerPaymentMethods = $this->mercadopago->hooks->options->get('_checkout_payments_methods');
+ if (empty($sellerPaymentMethods)) {
+ return [];
}
- foreach ($allPayments as $paymentMethod) {
+ $paymentMethodTypesList = [
+ 'credit_card' => [
+ 'list' => [],
+ 'label' => $this->adminTranslations['ex_payments_type_credit_card_label'],
+ ],
+ 'debit_card' => [
+ 'list' => [],
+ 'label' => $this->adminTranslations['ex_payments_type_debit_card_label'],
+ ],
+ 'other' => [
+ 'list' => [],
+ 'label' => $this->adminTranslations['ex_payments_type_other_label'],
+ ],
+ ];
+
+ foreach ($sellerPaymentMethods as $paymentMethod) {
+ // We use it to put yape in other because it is not a card payment method,
+ // and at the beginning of the list because UX said so.
+ if (in_array($paymentMethod['name'], ["yape"])) {
+ array_unshift($paymentMethodTypesList['other']['list'], $this->serializePaymentMethod($paymentMethod));
+ break;
+ }
+
switch ($paymentMethod['type']) {
case 'credit_card':
- $paymentList['payment_method_types']['credit_card']['list'][] = $this->serializePaymentMethod($paymentMethod);
+ $paymentMethodTypesList['credit_card']['list'][] = $this->serializePaymentMethod($paymentMethod);
break;
-
case 'debit_card':
case 'prepaid_card':
- $paymentList['payment_method_types']['debit_card']['list'][] = $this->serializePaymentMethod($paymentMethod);
+ $paymentMethodTypesList['debit_card']['list'][] = $this->serializePaymentMethod($paymentMethod);
break;
-
default:
- $paymentList['payment_method_types']['other']['list'][] = $this->serializePaymentMethod($paymentMethod);
+ $paymentMethodTypesList['other']['list'][] = $this->serializePaymentMethod($paymentMethod);
break;
}
}
- return $paymentList;
+ return $paymentMethodTypesList;
}
/**
@@ -462,7 +480,7 @@ private function serializePaymentMethod($paymentMethod): array
return [
'id' => 'ex_payments_' . $paymentMethod['id'],
'type' => 'checkbox',
- 'label' => $paymentMethod['name'],
+ 'label' => ucfirst($paymentMethod['name']),
'value' => $this->mercadopago->hooks->options->getGatewayOption($this, 'ex_payments_' . $paymentMethod['id'], 'yes'),
'field_key' => $this->get_field_key('ex_payments_' . $paymentMethod['id']),
];
@@ -591,7 +609,7 @@ private function getBenefits(): array
* Render order form
*
* @param $order_id
- * @throws \Exception
+ * @throws Exception
*/
public function renderOrderForm($order_id): void
{
diff --git a/src/Gateways/CreditsGateway.php b/src/Gateways/CreditsGateway.php
index 90da3c385..f43264ab4 100644
--- a/src/Gateways/CreditsGateway.php
+++ b/src/Gateways/CreditsGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Transactions\CreditsTransaction;
if (!defined('ABSPATH')) {
@@ -32,6 +33,7 @@ class CreditsGateway extends AbstractGateway
/**
* CreditsGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -289,7 +291,7 @@ public function process_payment($order_id): array
'result' => 'success',
'redirect' => $this->mercadopago->storeConfig->isTestMode() ? $preference['sandbox_init_point'] : $preference['init_point'],
];
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
@@ -323,7 +325,7 @@ public static function isAvailable(): bool
/**
* Example Banner Credits Admin
*
- * @return string
+ * @return array
*/
private function getCheckoutVisualization(): array
{
@@ -519,7 +521,7 @@ public function activeByDefault(): void
*/
public function getTooltipKeyByID(int $id): string
{
- return "tooltip_component_option" . (string) $id;
+ return "tooltip_component_option" . $id;
}
/**
diff --git a/src/Gateways/CustomGateway.php b/src/Gateways/CustomGateway.php
index af3b9515f..2cf3b857d 100644
--- a/src/Gateways/CustomGateway.php
+++ b/src/Gateways/CustomGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Exceptions\InvalidCheckoutDataException;
use MercadoPago\Woocommerce\Helpers\Form;
use MercadoPago\Woocommerce\Helpers\Numbers;
@@ -37,6 +38,7 @@ class CustomGateway extends AbstractGateway
/**
* CustomGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -420,12 +422,12 @@ public function process_payment($order_id): array
$this->mercadopago->orderMetadata->setCustomMetadata($order, $response);
- return $this->handleResponseStatus($order, $response, $checkout);
+ return $this->handleResponseStatus($order, $response);
}
throw new InvalidCheckoutDataException('exception : Unable to process payment on ' . __METHOD__);
}
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$e->getMessage(),
@@ -445,8 +447,6 @@ public function process_payment($order_id): array
*/
private function getCheckoutMercadopagoCustom($order): array
{
- $checkout = [];
-
if (isset($_POST['mercadopago_custom'])) {
$checkout = Form::sanitizedPostData('mercadopago_custom');
$this->mercadopago->orderMetadata->markPaymentAsBlocks($order, "no");
@@ -554,7 +554,7 @@ private function getPaymentMethodsContent(): array
* @param $orderId
*
* @return void
- * @throws \Exception
+ * @throws Exception
*/
public function renderOrderForm($orderId): void
{
@@ -589,7 +589,7 @@ public function renderInstallmentsRateDetails($order_id): void
$installmentAmount = $this->mercadopago->orderMetadata->getTransactionDetailsMeta($order);
$transactionAmount = Numbers::makesValueSafe($this->mercadopago->orderMetadata->getTransactionAmountMeta($order));
$totalPaidAmount = Numbers::makesValueSafe($this->mercadopago->orderMetadata->getTotalPaidAmountMeta($order));
- $totalDiffCost = (float) $totalPaidAmount - (float) $transactionAmount;
+ $totalDiffCost = $totalPaidAmount - $transactionAmount;
if ($totalDiffCost > 0) {
$this->mercadopago->hooks->template->getWoocommerceTemplate(
@@ -640,7 +640,6 @@ private function isOrderPayPage(): bool
*
* @param $order
* @param $response
- * @param $checkout
*
* @return array
*/
@@ -685,7 +684,7 @@ private function handleResponseStatus($order, $response): array
'three_ds_flow' => true,
'last_four_digits' => $lastFourDigits,
'redirect' => false,
- 'messages' => '',
+ 'messages' => '',
];
if ($this->isOrderPayPage()) {
@@ -718,14 +717,15 @@ private function handleResponseStatus($order, $response): array
}
$this->handleWithRejectPayment($response);
- // Fall-through intentional - throw RejectedPaymentException for 'rejected' case.
+ break;
+ // Fall-through intentional - throw RejectedPaymentException for 'rejected' case.
default:
break;
}
}
throw new ResponseStatusException('exception: Response status not mapped on ' . __METHOD__);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$e->getMessage(),
diff --git a/src/Gateways/PixGateway.php b/src/Gateways/PixGateway.php
index 6955ab7b0..bf4f7b98d 100644
--- a/src/Gateways/PixGateway.php
+++ b/src/Gateways/PixGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Exceptions\ResponseStatusException;
use MercadoPago\Woocommerce\Exceptions\RejectedPaymentException;
use MercadoPago\Woocommerce\Helpers\Form;
@@ -41,6 +42,7 @@ class PixGateway extends AbstractGateway
/**
* PixGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -207,7 +209,7 @@ public function process_payment($order_id): array
if (!filter_var($order->get_billing_email(), FILTER_VALIDATE_EMAIL)) {
return $this->processReturnFail(
- new \Exception('Email not valid on ' . __METHOD__),
+ new Exception('Email not valid on ' . __METHOD__),
$this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_default'],
self::LOG_SOURCE,
(array) $order
@@ -222,7 +224,7 @@ public function process_payment($order_id): array
}
throw new ResponseStatusException('exception : Unable to process payment on ' . __METHOD__);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$e->getMessage(),
@@ -240,6 +242,8 @@ public function process_payment($order_id): array
* @param $order
*
* @return array
+ * @throws RejectedPaymentException
+ * @throws ResponseStatusException
*/
private function verifyPixPaymentResponse($response, $order): array
{
diff --git a/src/Gateways/PseGateway.php b/src/Gateways/PseGateway.php
index 866bcc24a..33d2b19ef 100644
--- a/src/Gateways/PseGateway.php
+++ b/src/Gateways/PseGateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Helpers\Form;
use MercadoPago\Woocommerce\Transactions\PseTransaction;
use MercadoPago\Woocommerce\Exceptions\ResponseStatusException;
@@ -37,6 +38,7 @@ class PseGateway extends AbstractGateway
/**
* PseGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -284,8 +286,6 @@ public function process_payment($order_id): array
try {
parent::process_payment($order_id);
- $checkout = Form::sanitizedPostData('mercadopago_pse');
-
if (isset($_POST['mercadopago_pse'])) {
$checkout = Form::sanitizedPostData('mercadopago_pse');
$this->mercadopago->orderMetadata->markPaymentAsBlocks($order, "no");
@@ -322,11 +322,11 @@ public function process_payment($order_id): array
new ResponseStatusException('exception : Invalid status or status_detail on ' . __METHOD__),
$this->mercadopago->storeTranslations->commonMessages['cho_form_error'],
self::LOG_SOURCE,
- (array)$response
+ $response
);
}
throw new InvalidCheckoutDataException('exception : Unable to process payment on ' . __METHOD__);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$e->getMessage(),
@@ -371,21 +371,22 @@ public function validateRulesPse($checkout)
{
// Rules for pse MCO
if (
- ($checkout['site_id'] === 'MCO' && (
- (empty($checkout['doc_number']) || !isset($checkout['doc_number']))
- || (empty($checkout['doc_type']) || !isset($checkout['doc_type']))
- || (empty($checkout['person_type']) || !isset($checkout['person_type']))
- || (empty($checkout['bank']) || !isset($checkout['bank']))
- || (strcmp($checkout['person_type'], 'individual') != 0 && strcmp($checkout['person_type'], 'association') != 0 )
- ))
+ $checkout['site_id'] === 'MCO' && (
+ empty($checkout['doc_number']) ||
+ empty($checkout['doc_type']) ||
+ empty($checkout['person_type']) ||
+ empty($checkout['bank']) ||
+ !in_array($checkout['person_type'], ['individual', 'association'])
+ )
) {
return $this->processReturnFail(
- new \Exception('Unable to process payment on ' . __METHOD__),
+ new Exception('Unable to process payment on ' . __METHOD__),
$this->mercadopago->storeTranslations->commonMessages['cho_form_error'],
self::LOG_SOURCE,
(array)$checkout,
true
);
}
+ return true;
}
}
diff --git a/src/Gateways/TicketGateway.php b/src/Gateways/TicketGateway.php
index 1c0b0adb5..44c92c8a6 100644
--- a/src/Gateways/TicketGateway.php
+++ b/src/Gateways/TicketGateway.php
@@ -2,10 +2,13 @@
namespace MercadoPago\Woocommerce\Gateways;
+use Exception;
use MercadoPago\Woocommerce\Exceptions\InvalidCheckoutDataException;
+use MercadoPago\Woocommerce\Exceptions\RejectedPaymentException;
use MercadoPago\Woocommerce\Exceptions\ResponseStatusException;
use MercadoPago\Woocommerce\Helpers\Form;
use MercadoPago\Woocommerce\Transactions\TicketTransaction;
+use WP_User;
if (!defined('ABSPATH')) {
exit;
@@ -37,6 +40,7 @@ class TicketGateway extends AbstractGateway
/**
* TicketGateway constructor
+ * @throws Exception
*/
public function __construct()
{
@@ -316,7 +320,7 @@ public function process_payment($order_id): array
}
}
throw new InvalidCheckoutDataException('exception : Unable to process payment on ' . __METHOD__);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return $this->processReturnFail(
$e,
$e->getMessage(),
@@ -336,8 +340,6 @@ public function process_payment($order_id): array
*/
private function getCheckoutMercadopagoTicket($order): array
{
- $checkout = [];
-
if (isset($_POST['mercadopago_ticket'])) {
$checkout = Form::sanitizedPostData('mercadopago_ticket');
$this->mercadopago->orderMetadata->markPaymentAsBlocks($order, "no");
@@ -354,8 +356,10 @@ private function getCheckoutMercadopagoTicket($order): array
*
* @param $response
* @param $order
+ * @param $order_id
*
* @return array
+ * @throws RejectedPaymentException
*/
private function verifyTicketPaymentResponse($response, $order, $order_id): array
{
@@ -466,6 +470,8 @@ public function buildPaycashPaymentString(): string
/**
* Get Mercado Pago Icon
*
+ * @param bool $adminVersion
+ *
* @return string
*/
private function getCheckoutIcon(bool $adminVersion = false): string
@@ -505,12 +511,12 @@ private function getPaymentMethods(): array
/**
* Get Febraban info
*
- * @param \WP_User $currentUser
+ * @param WP_User $currentUser
* @param string $address
*
* @return array
*/
- public function getFebrabanInfo(\WP_User $currentUser, string $address): array
+ public function getFebrabanInfo(WP_User $currentUser, string $address): array
{
if ($currentUser->ID != 0) {
return [
@@ -545,12 +551,12 @@ public function getFebrabanInfo(\WP_User $currentUser, string $address): array
*
* @return ?array
*/
- public function validateRulesForSiteId($checkout)
+ public function validateRulesForSiteId($checkout): ?array
{
// Rules for ticket MLB
if ($checkout['site_id'] === 'MLB' && empty($checkout['doc_number'])) {
return $this->processReturnFail(
- new \Exception('Document is required on ' . __METHOD__),
+ new Exception('Document is required on ' . __METHOD__),
$this->mercadopago->storeTranslations->commonMessages['cho_form_error'],
self::LOG_SOURCE
);
@@ -559,7 +565,7 @@ public function validateRulesForSiteId($checkout)
// Rules for effective MLU
if ($checkout['site_id'] === 'MLU' && (empty($checkout['doc_number']) || empty($checkout['doc_type']))) {
return $this->processReturnFail(
- new \Exception('Document is required on ' . __METHOD__),
+ new Exception('Document is required on ' . __METHOD__),
$this->mercadopago->storeTranslations->commonMessages['cho_form_error'],
self::LOG_SOURCE
);
diff --git a/src/Gateways/YapeGateway.php b/src/Gateways/YapeGateway.php
new file mode 100644
index 000000000..6cf42abe7
--- /dev/null
+++ b/src/Gateways/YapeGateway.php
@@ -0,0 +1,369 @@
+adminTranslations = $this->mercadopago->adminTranslations->yapeGatewaySettings;
+ $this->storeTranslations = $this->mercadopago->storeTranslations->yapeCheckout;
+
+ $this->id = self::ID;
+ $this->icon = $this->mercadopago->hooks->gateway->getGatewayIcon('icon-yape', '.svg');
+ $this->iconAdmin = $this->mercadopago->hooks->gateway->getGatewayIcon('icon-yape', '.svg');
+ $this->title = $this->mercadopago->storeConfig->getGatewayTitle($this, $this->adminTranslations['gateway_title']);
+
+ $this->init_form_fields();
+ $this->payment_scripts($this->id);
+
+ $this->description = $this->adminTranslations['gateway_description'];
+ $this->method_title = $this->adminTranslations['gateway_method_title'];
+ $this->method_description = $this->adminTranslations['gateway_method_description'];
+ $this->discount = $this->getActionableValue('gateway_discount', 0);
+ $this->commission = $this->getActionableValue('commission', 0);
+
+ $this->mercadopago->hooks->gateway->registerUpdateOptions($this);
+ $this->mercadopago->hooks->gateway->registerGatewayTitle($this);
+ $this->mercadopago->hooks->gateway->registerThankYouPage($this->id, [$this, 'saveOrderPaymentsId']);
+
+ $this->mercadopago->hooks->endpoints->registerApiEndpoint(self::WEBHOOK_API_NAME, [$this, 'webhook']);
+
+ $this->mercadopago->hooks->cart->registerCartCalculateFees([$this, 'registerDiscountAndCommissionFeesOnCart']);
+
+ $this->mercadopago->helpers->currency->handleCurrencyNotices($this);
+ }
+
+ /**
+ * Get checkout name
+ *
+ * @return string
+ */
+ public function getCheckoutName(): string
+ {
+ return self::CHECKOUT_NAME;
+ }
+
+ /**
+ * Init form fields for checkout configuration
+ *
+ * @return void
+ */
+ public function init_form_fields(): void
+ {
+ if ($this->addMissingCredentialsNoticeAsFormField()) {
+ return;
+ }
+
+ parent::init_form_fields();
+
+ $this->form_fields = array_merge($this->form_fields, [
+ 'header' => [
+ 'type' => 'mp_config_title',
+ 'title' => $this->adminTranslations['header_title'],
+ 'description' => $this->adminTranslations['header_description'],
+ ],
+ 'card_homolog_validate' => $this->getHomologValidateNoticeOrHidden(),
+ 'card_settings' => [
+ 'type' => 'mp_card_info',
+ 'value' => [
+ 'title' => $this->adminTranslations['card_settings_title'],
+ 'subtitle' => $this->adminTranslations['card_settings_subtitle'],
+ 'button_text' => $this->adminTranslations['card_settings_button_text'],
+ 'button_url' => $this->links['admin_settings_page'],
+ 'icon' => 'mp-icon-badge-info',
+ 'color_card' => 'mp-alert-color-success',
+ 'size_card' => 'mp-card-body-size',
+ 'target' => '_self',
+ ],
+ ],
+ 'enabled' => [
+ 'type' => 'mp_toggle_switch',
+ 'title' => $this->adminTranslations['enabled_title'],
+ 'subtitle' => $this->adminTranslations['enabled_subtitle'],
+ 'default' => 'no',
+ 'descriptions' => [
+ 'enabled' => $this->adminTranslations['enabled_descriptions_enabled'],
+ 'disabled' => $this->adminTranslations['enabled_descriptions_disabled'],
+ ],
+ ],
+ 'title' => [
+ 'type' => 'text',
+ 'title' => $this->adminTranslations['title_title'],
+ 'description' => $this->adminTranslations['title_description'],
+ 'default' => $this->adminTranslations['title_default'],
+ 'desc_tip' => $this->adminTranslations['title_desc_tip'],
+ 'class' => 'limit-title-max-length',
+ ],
+ 'card_info_helper' => [
+ 'type' => 'title',
+ 'value' => '',
+ ],
+ 'currency_conversion' => [
+ 'type' => 'mp_toggle_switch',
+ 'title' => $this->adminTranslations['currency_conversion_title'],
+ 'subtitle' => $this->adminTranslations['currency_conversion_subtitle'],
+ 'default' => 'no',
+ 'descriptions' => [
+ 'enabled' => $this->adminTranslations['currency_conversion_descriptions_enabled'],
+ 'disabled' => $this->adminTranslations['currency_conversion_descriptions_disabled'],
+ ],
+ ],
+ 'advanced_configuration_title' => [
+ 'type' => 'title',
+ 'title' => $this->adminTranslations['advanced_configuration_title'],
+ 'class' => 'mp-subtitle-body',
+ ],
+ 'advanced_configuration_description' => [
+ 'type' => 'title',
+ 'title' => $this->adminTranslations['advanced_configuration_subtitle'],
+ 'class' => 'mp-small-text',
+ ],
+ 'gateway_discount' => $this->getDiscountField(),
+ 'commission' => $this->getCommissionField(),
+ 'split_section' => [
+ 'type' => 'title',
+ 'title' => "",
+ ],
+ 'support_link' => [
+ 'type' => 'mp_support_link',
+ 'bold_text' => $this->adminTranslations['support_link_bold_text'],
+ 'text_before_link' => $this->adminTranslations['support_link_text_before_link'],
+ 'text_with_link' => $this->adminTranslations['support_link_text_with_link'],
+ 'text_after_link' => $this->adminTranslations['support_link_text_after_link'],
+ 'support_link' => $this->links['docs_support_faq'],
+ ],
+ ]);
+ }
+
+ /**
+ * Added gateway scripts
+ *
+ * @param string $gatewaySection
+ *
+ * @return void
+ */
+ public function payment_scripts(string $gatewaySection): void
+ {
+ parent::payment_scripts($gatewaySection);
+
+ if ($this->canCheckoutLoadScriptsAndStyles()) {
+ $this->registerCheckoutScripts();
+ }
+ }
+
+ /**
+ * Register checkout scripts
+ *
+ * @return void
+ */
+ public function registerCheckoutScripts(): void
+ {
+ parent::registerCheckoutScripts();
+
+ $this->mercadopago->hooks->scripts->registerCheckoutScript(
+ 'wc_mercadopago_sdk',
+ 'https://sdk.mercadopago.com/js/v2'
+ );
+
+ $this->mercadopago->hooks->scripts->registerCheckoutScript(
+ 'wc_mercadopago_yape_checkout',
+ $this->mercadopago->helpers->url->getPluginFileUrl('assets/js/checkouts/yape/mp-yape-checkout', '.js'),
+ [
+ 'public_key' => $this->mercadopago->sellerConfig->getCredentialsPublicKey(),
+ ]
+ );
+ }
+
+ /**
+ * Render gateway checkout template
+ *
+ * @return void
+ */
+ public function payment_fields(): void
+ {
+ $this->mercadopago->hooks->template->getWoocommerceTemplate(
+ 'public/checkouts/yape-checkout.php',
+ $this->getPaymentFieldsParams()
+ );
+ }
+
+ /**
+ * Get Payment Fields params
+ *
+ * @return array
+ */
+ public function getPaymentFieldsParams(): array
+ {
+ return [
+ 'test_mode' => $this->mercadopago->storeConfig->isTestMode(),
+ 'test_mode_title' => $this->storeTranslations['test_mode_title'],
+ 'test_mode_description' => $this->storeTranslations['test_mode_description'],
+ 'test_mode_link_text' => $this->storeTranslations['test_mode_link_text'],
+ 'terms_and_conditions_description' => $this->storeTranslations['terms_and_conditions_description'],
+ 'terms_and_conditions_link_text' => $this->storeTranslations['terms_and_conditions_link_text'],
+ 'input_field_label' => $this->storeTranslations['yape_input_field_label'],
+ 'checkout_notice_message' => $this->storeTranslations['checkout_notice_message'],
+ 'yape_title' => $this->storeTranslations['yape_title'],
+ 'yape_subtitle' => $this->storeTranslations['yape_subtitle'],
+ 'input_code_label' => $this->storeTranslations['input_code_label'],
+ 'footer_text' => $this->storeTranslations['footer_text'],
+ 'test_mode_link_src' => $this->links['docs_integration_test'],
+ 'terms_and_conditions_link_src' => $this->links['mercadopago_terms_and_conditions'],
+ 'input_code_icon' => $this->mercadopago->helpers->url->getPluginFileUrl('assets/images/checkouts/yape/yape-tooltip-icon', '.svg', true),
+ 'checkout_notice_icon_one' => $this->mercadopago->helpers->url->getPluginFileUrl('assets/images/checkouts/yape/checkout-notice-icon', '.png', true),
+ 'checkout_notice_icon_two' => $this->mercadopago->helpers->url->getPluginFileUrl('assets/images/checkouts/yape/mp-transparent-icon', '.svg', true),
+ 'yape_tooltip_text' => $this->storeTranslations['yape_tooltip_text'],
+ 'yape_input_code_error_message1' => $this->storeTranslations['yape_input_code_error_message1'],
+ 'yape_input_code_error_message2' => $this->storeTranslations['yape_input_code_error_message2'],
+ 'yape_phone_number_error_message1' => $this->storeTranslations['yape_phone_number_error_message1'],
+ 'yape_phone_number_error_message2' => $this->storeTranslations['yape_phone_number_error_message2'],
+ ];
+ }
+
+ /**
+ * Process payment and create woocommerce order
+ *
+ * @param $order_id
+ *
+ * @return array
+ */
+ public function process_payment($order_id): array
+ {
+ $order = wc_get_order($order_id);
+
+ try {
+ parent::process_payment($order_id);
+ $checkout = $this->getCheckoutMercadopagoYape($order);
+ $this->transaction = new YapeTransaction($this, $order, $checkout);
+ $response = $this->transaction->createPayment();
+
+ $this->mercadopago->orderMetadata->setCustomMetadata($order, $response);
+
+ return $this->handleResponseStatus($order, $response);
+ } catch (Exception $e) {
+ return $this->processReturnFail(
+ $e,
+ $e->getMessage(),
+ self::LOG_SOURCE,
+ (array) $order,
+ true
+ );
+ }
+ }
+
+ /**
+ * Get checkout mercadopago yape
+ *
+ * @param $order
+ *
+ * @return array
+ */
+ private function getCheckoutMercadopagoYape($order): array
+ {
+
+ if (isset($_POST['mercadopago_yape'])) {
+ $checkout = Form::sanitizedPostData('mercadopago_yape');
+ $this->mercadopago->orderMetadata->markPaymentAsBlocks($order, "no");
+ } else {
+ $checkout = $this->processBlocksCheckoutData('mercadopago_yape', Form::sanitizedPostData());
+ $this->mercadopago->orderMetadata->markPaymentAsBlocks($order, "yes");
+ }
+
+ return $checkout;
+ }
+
+ /**
+ * Handle with response status
+ *
+ * @param $order
+ * @param $response
+ *
+ * @return array
+ * @throws RejectedPaymentException
+ * @throws ResponseStatusException
+ */
+ private function handleResponseStatus($order, $response): array
+ {
+ if (is_array($response) && array_key_exists('status', $response)) {
+ switch ($response['status']) {
+ case 'approved':
+ $this->mercadopago->helpers->cart->emptyCart();
+
+ $urlReceived = $order->get_checkout_order_received_url();
+ $orderStatus = $this->mercadopago->orderStatus->getOrderStatusMessage('accredited');
+
+ $this->mercadopago->helpers->notices->storeApprovedStatusNotice($orderStatus);
+ $this->mercadopago->orderStatus->setOrderStatus($order, 'failed', 'pending');
+
+ return [
+ 'result' => 'success',
+ 'redirect' => $urlReceived,
+ ];
+ case 'pending':
+ // no break
+ case 'in_process':
+ $this->mercadopago->helpers->cart->emptyCart();
+
+ $urlReceived = $order->get_checkout_order_received_url();
+
+ return [
+ 'result' => 'success',
+ 'redirect' => $urlReceived,
+ ];
+ case 'rejected':
+ $this->handleWithRejectPayment($response);
+ break;
+ default:
+ break;
+ }
+ }
+
+ throw new ResponseStatusException('Response status not mapped on ' . __METHOD__);
+ }
+
+ /**
+ * Verify if the gateway is available
+ *
+ * @return bool
+ */
+ public static function isAvailable(): bool
+ {
+ global $mercadopago;
+
+ $siteId = $mercadopago->sellerConfig->getSiteId();
+ $country = $mercadopago->helpers->country->getWoocommerceDefaultCountry();
+
+ return $siteId === 'MPE' || ($siteId === '' && $country === 'PE');
+ }
+
+ public function getRejectedPaymentErrorMessage(string $statusDetail): string
+ {
+ return $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_yape_' . $statusDetail] ??
+ $this->mercadopago->storeTranslations->buyerRefusedMessages['buyer_yape_default'];
+ }
+}
diff --git a/src/Helpers.php b/src/Helpers.php
index 592d76f78..5df5abe67 100644
--- a/src/Helpers.php
+++ b/src/Helpers.php
@@ -26,90 +26,39 @@
class Helpers
{
- /**
- * @var Actions
- */
- public $actions;
-
- /**
- * @var Cache
- */
- public $cache;
-
- /**
- * @var Cart
- */
- public $cart;
-
- /**
- * @var Country
- */
- public $country;
-
- /**
- * @var CreditsEnabled
- */
- public $creditsEnabled;
-
- /**
- * @var Currency
- */
- public $currency;
-
- /**
- * @var CurrentUser
- */
- public $currentUser;
-
- /**
- * @var Gateways
- */
- public $gateways;
-
- /**
- * @var Images
- */
- public $images;
-
- /**
- * @var Links
- */
- public $links;
-
- /**
- * @var Nonce
- */
- public $nonce;
-
- /**
- * @var Notices
- */
- public $notices;
-
- /**
- * @var PaymentMethods
- */
- public $paymentMethods;
-
- /**
- * @var Requester
- */
- public $requester;
-
- /**
- * @var Session
- */
- public $session;
-
- /**
- * @var Strings
- */
- public $strings;
-
- /**
- * @var Url
- */
- public $url;
+ public Actions $actions;
+
+ public Cache $cache;
+
+ public Cart $cart;
+
+ public Country $country;
+
+ public CreditsEnabled $creditsEnabled;
+
+ public Currency $currency;
+
+ public CurrentUser $currentUser;
+
+ public Gateways $gateways;
+
+ public Images $images;
+
+ public Links $links;
+
+ public Nonce $nonce;
+
+ public Notices $notices;
+
+ public PaymentMethods $paymentMethods;
+
+ public Requester $requester;
+
+ public Session $session;
+
+ public Strings $strings;
+
+ public Url $url;
public function __construct(
Actions $actions,
diff --git a/src/Helpers/Cart.php b/src/Helpers/Cart.php
index 009bb9d68..4b00f8166 100644
--- a/src/Helpers/Cart.php
+++ b/src/Helpers/Cart.php
@@ -2,9 +2,12 @@
namespace MercadoPago\Woocommerce\Helpers;
+use Exception;
use MercadoPago\Woocommerce\Blocks\AbstractBlock;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Translations\StoreTranslations;
+use WC_Cart;
+use WooCommerce;
if (!defined('ABSPATH')) {
exit;
@@ -12,30 +15,15 @@
final class Cart
{
- /**
- * @var \WooCommerce
- */
- protected $woocommerce;
+ protected WooCommerce $woocommerce;
- /**
- * @var Country
- */
- protected $country;
+ protected Country $country;
- /**
- * @var Currency
- */
- protected $currency;
+ protected Currency $currency;
- /**
- * @var Session
- */
- protected $session;
+ protected Session $session;
- /**
- * @var StoreTranslations
- */
- protected $storeTranslations;
+ protected StoreTranslations $storeTranslations;
/**
* @param Country $country
@@ -61,9 +49,9 @@ public function __construct(
/**
* Get WC_Cart
*
- * @return \WC_Cart|null
+ * @return WC_Cart|null
*/
- public function getCart(): ?\WC_Cart
+ public function getCart(): ?WC_Cart
{
return $this->woocommerce->cart;
}
@@ -115,8 +103,10 @@ public function getSubtotal(): float
* Calculate WC_Cart subtotal with plugin discount
*
* @param AbstractGateway $gateway
+ * @param bool $toConvert
*
* @return float
+ * @throws Exception
*/
public function calculateSubtotalWithDiscount(AbstractGateway $gateway, bool $toConvert = true): float
{
@@ -135,8 +125,10 @@ public function calculateSubtotalWithDiscount(AbstractGateway $gateway, bool $to
* Calculate WC_Cart subtotal with plugin commission
*
* @param AbstractGateway $gateway
+ * @param bool $toConvert
*
* @return float
+ * @throws Exception
*/
public function calculateSubtotalWithCommission(AbstractGateway $gateway, bool $toConvert = true): float
{
@@ -157,6 +149,7 @@ public function calculateSubtotalWithCommission(AbstractGateway $gateway, bool $
* @param AbstractGateway $gateway
*
* @return float
+ * @throws Exception
*/
public function calculateTotalWithDiscountAndCommission(AbstractGateway $gateway): float
{
@@ -173,6 +166,7 @@ public function calculateTotalWithDiscountAndCommission(AbstractGateway $gateway
* @param AbstractGateway $gateway
*
* @return void
+ * @throws Exception
*/
public function addDiscountOnFees(AbstractGateway $gateway): void
{
@@ -190,6 +184,7 @@ public function addDiscountOnFees(AbstractGateway $gateway): void
* @param AbstractGateway $gateway
*
* @return void
+ * @throws Exception
*/
public function addCommissionOnFees(AbstractGateway $gateway): void
{
@@ -207,6 +202,7 @@ public function addCommissionOnFees(AbstractGateway $gateway): void
* @param AbstractGateway $gateway
*
* @return void
+ * @throws Exception
*/
public function addDiscountAndCommissionOnFees(AbstractGateway $gateway)
{
@@ -224,6 +220,7 @@ public function addDiscountAndCommissionOnFees(AbstractGateway $gateway)
* @param AbstractGateway $gateway
*
* @return void
+ * @throws Exception
*/
public function addDiscountAndCommissionOnFeesFromBlocks(AbstractGateway $gateway)
{
diff --git a/src/Helpers/Country.php b/src/Helpers/Country.php
index 5b3098d2e..2ac88d739 100644
--- a/src/Helpers/Country.php
+++ b/src/Helpers/Country.php
@@ -10,80 +10,35 @@
final class Country
{
- /**
- * @const
- */
public const SITE_ID_MLA = 'MLA';
- /**
- * @const
- */
public const SITE_ID_MLB = 'MLB';
- /**
- * @const
- */
public const SITE_ID_MLM = 'MLM';
- /**
- * @const
- */
public const SITE_ID_MLC = 'MLC';
- /**
- * @const
- */
public const SITE_ID_MLU = 'MLU';
- /**
- * @const
- */
public const SITE_ID_MCO = 'MCO';
- /**
- * @const
- */
public const SITE_ID_MPE = 'MPE';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MLA = 'AR';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MLB = 'BR';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MLM = 'MX';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MLC = 'CL';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MLU = 'UY';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MCO = 'CO';
- /**
- * @const
- */
public const COUNTRY_SUFFIX_MPE = 'PE';
- /**
- * @var Seller
- */
- private $seller;
+ private Seller $seller;
/**
* Country constructor
@@ -365,6 +320,7 @@ public function getOrderGatewayForCountry(): array
],
'PE' => [
'MercadoPago\Woocommerce\Gateways\CustomGateway',
+ 'MercadoPago\Woocommerce\Gateways\YapeGateway',
'MercadoPago\Woocommerce\Gateways\TicketGateway',
'MercadoPago\Woocommerce\Gateways\BasicGateway',
],
diff --git a/src/Helpers/CreditsEnabled.php b/src/Helpers/CreditsEnabled.php
index 343c3399e..5ff81f8dd 100644
--- a/src/Helpers/CreditsEnabled.php
+++ b/src/Helpers/CreditsEnabled.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Helpers;
+use Exception;
use MercadoPago\Woocommerce\Hooks\Admin;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Hooks\Options;
@@ -14,30 +15,15 @@
class CreditsEnabled
{
- /**
- * @const
- */
private const CREDITS_ACTIVATION_NEEDED = 'mercadopago_credits_activation_needed';
- /**
- * @const
- */
private const ALREADY_ENABLE_BY_DEFAULT = 'mercadopago_already_enabled_by_default';
- /**
- * @var Admin
- */
- private $admin;
+ private Admin $admin;
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * @var Options
- */
- private $options;
+ private Options $options;
/**
* CreditsEnabled constructor
@@ -101,7 +87,7 @@ public function enableCreditsAction(): void
$this->logs->file->info('Credits was activated automatically', __METHOD__);
}
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$this->logs->file->error(
"Mercado pago gave error to enable Credits: {$ex->getMessage()}",
__CLASS__
diff --git a/src/Helpers/Cron.php b/src/Helpers/Cron.php
index c6db19889..22be56397 100644
--- a/src/Helpers/Cron.php
+++ b/src/Helpers/Cron.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Helpers;
+use Exception;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
if (!defined('ABSPATH')) {
@@ -10,10 +11,7 @@
class Cron
{
- /**
- * @var Logs
- */
- public $logs;
+ public Logs $logs;
/**
* Cron helper constructor
@@ -28,6 +26,9 @@ public function __construct(Logs $logs)
/**
* Register an scheduled event
*
+ * @param string $periodicy
+ * @param $hook
+ *
* @return void
*/
public function registerScheduledEvent(string $periodicy, $hook): void
@@ -36,9 +37,9 @@ public function registerScheduledEvent(string $periodicy, $hook): void
if (!wp_next_scheduled($hook)) {
wp_schedule_event(time(), $periodicy, $hook);
}
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$this->logs->file->error(
- "Unable to register event {$hook}, got error: {$ex->getMessage()}",
+ "Unable to register event $hook, got error: {$ex->getMessage()}",
__CLASS__
);
}
@@ -47,6 +48,8 @@ public function registerScheduledEvent(string $periodicy, $hook): void
/**
* Unregister an scheduled event
*
+ * @param string $hook
+ *
* @return void
*/
public function unregisterScheduledEvent(string $hook): void
@@ -56,9 +59,9 @@ public function unregisterScheduledEvent(string $hook): void
if ($timestamp) {
wp_unschedule_event($timestamp, $hook);
}
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$this->logs->file->error(
- "Unable to unregister event {$hook}, got error: {$ex->getMessage()}",
+ "Unable to unregister event $hook, got error: {$ex->getMessage()}",
__CLASS__
);
}
@@ -67,6 +70,9 @@ public function unregisterScheduledEvent(string $hook): void
/**
* Alter an scheduled event
*
+ * @param string $periodicy
+ * @param $hook
+ *
* @return void
*/
public function alterScheduledEvent(string $periodicy, $hook): void
@@ -75,9 +81,9 @@ public function alterScheduledEvent(string $periodicy, $hook): void
if (wp_next_scheduled($hook)) {
wp_reschedule_event(time(), $periodicy, $hook);
}
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$this->logs->file->error(
- "Unable to alter event periodicy on hook {$hook}, got error: {$ex->getMessage()}",
+ "Unable to alter event periodicy on hook $hook, got error: {$ex->getMessage()}",
__CLASS__
);
}
diff --git a/src/Helpers/Currency.php b/src/Helpers/Currency.php
index 4d8ebb9e1..1bf3956d0 100644
--- a/src/Helpers/Currency.php
+++ b/src/Helpers/Currency.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Helpers;
+use Exception;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Hooks\Options;
@@ -14,65 +15,29 @@
final class Currency
{
- /**
- * @const
- */
private const CURRENCY_CONVERSION = 'currency_conversion';
- /**
- * @const
- */
private const DEFAULT_RATIO = 1;
- /**
- * @var array
- */
- private $ratios = [];
+ private array $ratios = [];
- /**
- * @var array
- */
- private $translations;
+ private array $translations;
- /**
- * @var Cache
- */
- private $cache;
+ private Cache $cache;
- /**
- * @var Country
- */
- private $country;
+ private Country $country;
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * @var Notices
- */
- private $notices;
+ private Notices $notices;
- /**
- * @var Requester
- */
- private $requester;
+ private Requester $requester;
- /**
- * @var Seller
- */
- private $seller;
+ private Seller $seller;
- /**
- * @var Options
- */
- private $options;
+ private Options $options;
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
/**
* Currency constructor
@@ -145,6 +110,7 @@ public function getWoocommerceCurrency(): string
* @param AbstractGateway $gateway
*
* @return float
+ * @throws Exception
*/
public function getRatio(AbstractGateway $gateway): float
{
@@ -221,12 +187,13 @@ public function handleCurrencyNotices(AbstractGateway $gateway): void
* Load ratio
*
* @return float
+ * @throws Exception
*/
private function loadRatio(): float
{
$response = $this->getCurrencyConversion();
if ($response['status'] !== 200) {
- throw new \Exception(json_encode($response['data']));
+ throw new Exception(json_encode($response['data']));
}
if (isset($response['data']['ratio']) && $response['data']['ratio'] > 0) {
return $response['data']['ratio'];
@@ -265,7 +232,7 @@ private function getCurrencyConversion(): array
$this->cache->setCache($key, $serializedResponse);
return $serializedResponse;
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return [
'data' => null,
'status' => 500,
diff --git a/src/Helpers/CurrentUser.php b/src/Helpers/CurrentUser.php
index 436c7e5bb..b871ad9dc 100644
--- a/src/Helpers/CurrentUser.php
+++ b/src/Helpers/CurrentUser.php
@@ -4,6 +4,7 @@
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
+use WP_User;
if (!defined('ABSPATH')) {
exit;
@@ -11,17 +12,9 @@
final class CurrentUser
{
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * Store
- *
- * @var Store
- */
- private $store;
+ private Store $store;
/**
* Is debug mode
@@ -56,9 +49,9 @@ public function isUserLoggedIn(): bool
/**
* Get WP current user
*
- * @return \WP_User
+ * @return WP_User
*/
- public function getCurrentUser(): \WP_User
+ public function getCurrentUser(): WP_User
{
return wp_get_current_user();
}
@@ -76,7 +69,7 @@ public function getCurrentUserRoles(): array
/**
* Retrieves current user info
*
- * @return \WP_User|false
+ * @return WP_User|false
*/
public function getCurrentUserData()
{
diff --git a/src/Helpers/Form.php b/src/Helpers/Form.php
index 41d8519e1..2ac592b2e 100644
--- a/src/Helpers/Form.php
+++ b/src/Helpers/Form.php
@@ -15,13 +15,12 @@ final class Form
*
* @return object|array|string
*/
- public static function sanitizedGetData(string $key = "")
+ public static function sanitizedGetData(?string $key = null)
{
$data = filter_input_array(INPUT_GET, FILTER_SANITIZE_SPECIAL_CHARS);
- if ($key != "") {
- $data = $data[$key];
+ if (isset($key)) {
+ $data = $data[$key] ?? null;
}
-
return self::sanitizedData($data);
}
diff --git a/src/Helpers/Gateways.php b/src/Helpers/Gateways.php
index 5e54946a0..3dedd5d2f 100644
--- a/src/Helpers/Gateways.php
+++ b/src/Helpers/Gateways.php
@@ -10,12 +10,7 @@
final class Gateways
{
- /**
- * Store
- *
- * @var Store
- */
- private $store;
+ private Store $store;
/**
* Gateways constructor
@@ -28,7 +23,7 @@ public function __construct(Store $store)
}
/**
- * Determines if there are currently enabled payment gatways
+ * Determines if there are currently enabled payment gateways
*
* @return array
*/
diff --git a/src/Helpers/Links.php b/src/Helpers/Links.php
index 6248a446e..a314b02ae 100644
--- a/src/Helpers/Links.php
+++ b/src/Helpers/Links.php
@@ -8,30 +8,15 @@
final class Links
{
- /**
- * @const
- */
private const MP_URL = 'https://www.mercadopago.com';
- /**
- * @const
- */
private const MP_URL_PREFIX = 'https://www.mercadopago';
- /**
- * @const
- */
private const MP_DEVELOPERS_URL = 'https://developers.mercadopago.com';
- /**
- * @var Country
- */
- private $country;
+ private Country $country;
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
/**
* Links constructor
diff --git a/src/Helpers/Nonce.php b/src/Helpers/Nonce.php
index d65a62165..fb7026fa6 100644
--- a/src/Helpers/Nonce.php
+++ b/src/Helpers/Nonce.php
@@ -11,17 +11,9 @@
final class Nonce
{
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * Store
- *
- * @var Store
- */
- private $store;
+ private Store $store;
/**
* Is debug mode
diff --git a/src/Helpers/Notices.php b/src/Helpers/Notices.php
index 36ac76a1d..0084fa653 100644
--- a/src/Helpers/Notices.php
+++ b/src/Helpers/Notices.php
@@ -14,50 +14,23 @@
class Notices
{
- /**
- * @var Scripts
- */
- private $scripts;
+ private Scripts $scripts;
- /**
- * @var AdminTranslations
- */
- private $translations;
+ private AdminTranslations $translations;
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
- /**
- * @var array
- */
- private $links;
+ private array $links;
- /**
- * @var CurrentUser
- */
- private $currentUser;
+ private CurrentUser $currentUser;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
- /**
- * @var Nonce
- */
- private $nonce;
+ private Nonce $nonce;
- /**
- * @var Endpoints
- */
- private $endpoints;
+ private Endpoints $endpoints;
- /**
- * @var Seller
- */
- private $sellerConfig;
+ private Seller $sellerConfig;
/**
* @const
@@ -104,7 +77,7 @@ public function __construct(
$this->insertDismissibleNotices();
$this->endpoints->registerAjaxEndpoint('mp_review_notice_dismiss', [$this, 'reviewNoticeDismiss']);
$this->endpoints->registerAjaxEndpoint('mp_saved_cards_notice_dismiss', [$this, 'savedCardsDismiss']);
- add_action('woocommerce_order_status_processing', [$this, 'checkOrderCompleted'], 10, 1);
+ add_action('woocommerce_order_status_processing', [$this, 'checkOrderCompleted']);
}
/**
diff --git a/src/Helpers/NotificationType.php b/src/Helpers/NotificationType.php
index 4ff4da21f..713501e4f 100644
--- a/src/Helpers/NotificationType.php
+++ b/src/Helpers/NotificationType.php
@@ -11,19 +11,22 @@ final class NotificationType
/**
* Get Status Type
*
- * @param $ClassGateway
+ * @param $classGateway
*
* @return string
*/
- public static function getNotificationType($ClassGateway): string
+ public static function getNotificationType($classGateway): string
{
- $types['WC_WooMercadoPago_Basic_Gateway'] = 'ipn';
- $types['WC_WooMercadoPago_Credits_Gateway'] = 'ipn';
- $types['WC_WooMercadoPago_Custom_Gateway'] = 'webhooks';
- $types['WC_WooMercadoPago_Pix_Gateway'] = 'webhooks';
- $types['WC_WooMercadoPago_Ticket_Gateway'] = 'webhooks';
- $types['WC_WooMercadoPago_Pse_Gateway'] = 'webhooks';
+ $types = [
+ 'WC_WooMercadoPago_Basic_Gateway' => 'ipn',
+ 'WC_WooMercadoPago_Credits_Gateway' => 'ipn',
+ 'WC_WooMercadoPago_Custom_Gateway' => 'webhooks',
+ 'WC_WooMercadoPago_Pix_Gateway' => 'webhooks',
+ 'WC_WooMercadoPago_Ticket_Gateway' => 'webhooks',
+ 'WC_WooMercadoPago_Pse_Gateway' => 'webhooks',
+ 'WC_WooMercadoPago_Yape_Gateway' => 'webhooks'
+ ];
- return $types[ $ClassGateway ];
+ return $types[$classGateway];
}
}
diff --git a/src/Helpers/Numbers.php b/src/Helpers/Numbers.php
index a7d10fbfe..ef4209969 100644
--- a/src/Helpers/Numbers.php
+++ b/src/Helpers/Numbers.php
@@ -85,7 +85,7 @@ public static function calculateByCurrency(string $currency, float $value, float
*
* @return float
*/
- public static function getPercentageFromParcialValue(float $parcialValue, $paidValue)
+ public static function getPercentageFromParcialValue(float $parcialValue, float $paidValue): float
{
$total = $paidValue + $parcialValue;
$percentage = ($parcialValue / $total) * 100;
diff --git a/src/Helpers/PaymentMethods.php b/src/Helpers/PaymentMethods.php
index 4a5d65298..fa98284dd 100644
--- a/src/Helpers/PaymentMethods.php
+++ b/src/Helpers/PaymentMethods.php
@@ -10,15 +10,9 @@
final class PaymentMethods
{
- /**
- * @const
- */
private const SEPARATOR = '_';
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
/**
* Url constructor
diff --git a/src/Helpers/PaymentStatus.php b/src/Helpers/PaymentStatus.php
index 171fad22c..a64e33d36 100644
--- a/src/Helpers/PaymentStatus.php
+++ b/src/Helpers/PaymentStatus.php
@@ -25,9 +25,9 @@ public static function getStatusType(string $paymentStatus): string
'in_mediation' => 'pending',
'rejected' => 'rejected',
'canceled' => 'rejected',
+ 'generic' => 'rejected',
'refunded' => 'refunded',
- 'charged_back' => 'charged_back',
- 'generic' => 'rejected'
+ 'charged_back' => 'charged_back'
];
return array_key_exists($paymentStatus, $paymentStatusMap)
diff --git a/src/Helpers/Requester.php b/src/Helpers/Requester.php
index cb6f6e243..494f2eb96 100644
--- a/src/Helpers/Requester.php
+++ b/src/Helpers/Requester.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Helpers;
+use Exception;
use MercadoPago\PP\Sdk\HttpClient\HttpClientInterface;
use MercadoPago\PP\Sdk\HttpClient\Response;
@@ -11,15 +12,9 @@
final class Requester
{
- /**
- * @const
- */
public const BASEURL_MP = 'https://api.mercadopago.com';
- /**
- * @var HttpClientInterface
- */
- private $httpClient;
+ private HttpClientInterface $httpClient;
/**
* Requester constructor
@@ -36,7 +31,7 @@ public function __construct(HttpClientInterface $httpClient)
* @param array $headers
*
* @return Response
- * @throws \Exception
+ * @throws Exception
*/
public function get(string $uri, array $headers = []): Response
{
@@ -49,7 +44,7 @@ public function get(string $uri, array $headers = []): Response
* @param array $body
*
* @return Response
- * @throws \Exception
+ * @throws Exception
*/
public function post(string $uri, array $headers = [], array $body = []): Response
{
@@ -62,7 +57,7 @@ public function post(string $uri, array $headers = [], array $body = []): Respon
* @param array $body
*
* @return Response
- * @throws \Exception
+ * @throws Exception
*/
public function put(string $uri, array $headers = [], array $body = []): Response
{
diff --git a/src/Helpers/Strings.php b/src/Helpers/Strings.php
index 98af7b39d..c82ac8daf 100644
--- a/src/Helpers/Strings.php
+++ b/src/Helpers/Strings.php
@@ -2,6 +2,8 @@
namespace MercadoPago\Woocommerce\Helpers;
+use const ENT_COMPAT;
+
if (!defined('ABSPATH')) {
exit;
}
@@ -32,10 +34,10 @@ public function fixUrlAmpersand(string $link): string
public function sanitizeAndTruncateText(string $text, int $limit = 80): string
{
if (strlen($text) > $limit) {
- return sanitize_file_name(html_entity_decode(substr($text, 0, $limit), \ENT_COMPAT)) . '...';
+ return sanitize_file_name(html_entity_decode(substr($text, 0, $limit), ENT_COMPAT)) . '...';
}
- return sanitize_file_name(html_entity_decode($text, \ENT_COMPAT));
+ return sanitize_file_name(html_entity_decode($text, ENT_COMPAT));
}
/**
@@ -56,7 +58,7 @@ public function compareStrings(string $expected, string $current, bool $allowPar
return $expected === $current;
}
- public function getStreetNumberInFullAddress(string $fullAddress, string $defaultNumber)
+ public function getStreetNumberInFullAddress(string $fullAddress, string $defaultNumber): string
{
$pattern = '/\b\d+[A-Za-z]*\b/';
preg_match($pattern, $fullAddress, $matches);
diff --git a/src/Helpers/Url.php b/src/Helpers/Url.php
index f46908cb5..539126314 100644
--- a/src/Helpers/Url.php
+++ b/src/Helpers/Url.php
@@ -2,18 +2,13 @@
namespace MercadoPago\Woocommerce\Helpers;
-use MercadoPago\Woocommerce\Helpers\Form;
-
if (!defined('ABSPATH')) {
exit;
}
final class Url
{
- /**
- * @var Strings
- */
- private $strings;
+ private Strings $strings;
/**
* Url constructor
diff --git a/src/Hooks.php b/src/Hooks.php
index f4c163831..16ddfffc2 100644
--- a/src/Hooks.php
+++ b/src/Hooks.php
@@ -22,70 +22,31 @@
class Hooks
{
- /**
- * @var Admin
- */
- public $admin;
-
- /**
- * @var Blocks
- */
- public $blocks;
-
- /**
- * @var Cart
- */
- public $cart;
-
- /**
- * @var Checkout
- */
- public $checkout;
-
- /**
- * @var Endpoints
- */
- public $endpoints;
-
- /**
- * @var Gateway
- */
- public $gateway;
-
- /**
- * @var Options
- */
- public $options;
-
- /**
- * @var Order
- */
- public $order;
-
- /**
- * @var OrderMeta
- */
- public $orderMeta;
-
- /**
- * @var Plugin
- */
- public $plugin;
-
- /**
- * @var Product
- */
- public $product;
-
- /**
- * @var Scripts
- */
- public $scripts;
-
- /**
- * @var Template
- */
- public $template;
+ public Admin $admin;
+
+ public Blocks $blocks;
+
+ public Cart $cart;
+
+ public Checkout $checkout;
+
+ public Endpoints $endpoints;
+
+ public Gateway $gateway;
+
+ public Options $options;
+
+ public Order $order;
+
+ public OrderMeta $orderMeta;
+
+ public Plugin $plugin;
+
+ public Product $product;
+
+ public Scripts $scripts;
+
+ public Template $template;
public function __construct(
Admin $admin,
diff --git a/src/Hooks/Admin.php b/src/Hooks/Admin.php
index 96a8f3986..c4463cc99 100644
--- a/src/Hooks/Admin.php
+++ b/src/Hooks/Admin.php
@@ -8,14 +8,8 @@
class Admin
{
- /**
- * @const
- */
public const HREF_TARGET_DEFAULT = '_self';
- /**
- * @const
- */
public const HREF_TARGET_BLANK = '_blank';
/**
diff --git a/src/Hooks/Blocks.php b/src/Hooks/Blocks.php
index 94923bb9e..c31490a35 100644
--- a/src/Hooks/Blocks.php
+++ b/src/Hooks/Blocks.php
@@ -11,7 +11,6 @@ class Blocks
/**
* Register cart block update event
*
- * @param string $namespace
* @param mixed $callback
*
* @return void
diff --git a/src/Hooks/Gateway.php b/src/Hooks/Gateway.php
index db7bfd98b..194a21df6 100644
--- a/src/Hooks/Gateway.php
+++ b/src/Hooks/Gateway.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Hooks;
+use Exception;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Helpers\Url;
@@ -14,45 +15,21 @@
class Gateway
{
- /**
- * @const
- */
public const GATEWAY_ICON_FILTER = 'woo_mercado_pago_icon';
- /**
- * @var Options
- */
- private $options;
+ private Options $options;
- /**
- * @var Template
- */
- private $template;
+ private Template $template;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
- /**
- * @var Checkout
- */
- private $checkout;
+ private Checkout $checkout;
- /**
- * @var StoreTranslations
- */
- private $translations;
+ private StoreTranslations $translations;
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
- /**
- * @var Funnel
- */
- private $funnel;
+ private Funnel $funnel;
/**
* Gateway constructor
@@ -98,17 +75,17 @@ public function isEnabled(AbstractGateway $gateway): bool
/**
* Register gateway on Woocommerce if it is valid
*
- * @param string $gateway
+ * @param string $gatewayClass
*
* @return void
*/
- public function registerGateway(string $gateway): void
+ public function registerGateway(string $gatewayClass): void
{
- if ($gateway::isAvailable()) {
- $this->store->addAvailablePaymentGateway($gateway);
+ if (call_user_func([$gatewayClass, 'isAvailable'])) {
+ $this->store->addAvailablePaymentGateway($gatewayClass);
- add_filter('woocommerce_payment_gateways', function ($methods) use ($gateway) {
- $methods[] = $gateway;
+ add_filter('woocommerce_payment_gateways', function ($methods) use ($gatewayClass) {
+ $methods[] = $gatewayClass;
return $methods;
});
}
@@ -120,6 +97,7 @@ public function registerGateway(string $gateway): void
* @param AbstractGateway $gateway
*
* @return void
+ * @throws Exception
*/
public function registerGatewayTitle(AbstractGateway $gateway): void
{
@@ -333,9 +311,9 @@ public function registerAfterSettingsCheckout(string $name, array $args): void
*
* @return string
*/
- public function getGatewayIcon(string $iconName): string
+ public function getGatewayIcon(string $iconName, string $fileExtension = '.png'): string
{
- $path = $this->url->getPluginFileUrl("assets/images/icons/$iconName", '.png', true);
+ $path = $this->url->getPluginFileUrl("assets/images/icons/$iconName", $fileExtension, true);
return apply_filters(self::GATEWAY_ICON_FILTER, $path);
}
diff --git a/src/Hooks/Options.php b/src/Hooks/Options.php
index 11c404db4..4b0505419 100644
--- a/src/Hooks/Options.php
+++ b/src/Hooks/Options.php
@@ -10,9 +10,6 @@
class Options
{
- /**
- * @const
- */
public const COMMON_CONFIGS = [
'_mp_public_key_test',
'_mp_access_token_test',
diff --git a/src/Hooks/Order.php b/src/Hooks/Order.php
index 89fb4db29..cd99abfa2 100644
--- a/src/Hooks/Order.php
+++ b/src/Hooks/Order.php
@@ -6,6 +6,7 @@
use MercadoPago\PP\Sdk\Common\AbstractCollection;
use MercadoPago\PP\Sdk\Common\AbstractEntity;
use MercadoPago\Woocommerce\Configs\Seller;
+use MercadoPago\Woocommerce\Libraries\Singleton\Singleton;
use MercadoPago\Woocommerce\Order\OrderMetadata;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
@@ -21,6 +22,8 @@
use MercadoPago\Woocommerce\Translations\StoreTranslations;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Libraries\Metrics\Datadog;
+use WC_Order;
+use WP_Post;
if (!defined('ABSPATH')) {
exit;
@@ -28,85 +31,37 @@
class Order
{
- /**
- * @var Template
- */
- private $template;
+ private Template $template;
- /**
- * @var OrderMetadata
- */
- private $orderMetadata;
+ private OrderMetadata $orderMetadata;
- /**
- * @var OrderStatus
- */
- private $orderStatus;
+ private OrderStatus $orderStatus;
- /**
- * @var StoreTranslations
- */
- private $storeTranslations;
+ private StoreTranslations $storeTranslations;
- /**
- * @var AdminTranslations
- */
- private $adminTranslations;
+ private AdminTranslations $adminTranslations;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
- /**
- * @var Seller
- */
- private $seller;
+ private Seller $seller;
- /**
- * @var Scripts
- */
- private $scripts;
+ private Scripts $scripts;
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
- /**
- * @var Nonce
- */
- private $nonce;
+ private Nonce $nonce;
- /**
- * @var Endpoints
- */
- private $endpoints;
+ private Endpoints $endpoints;
- /**
- * @var Cron
- */
- private $cron;
+ private Cron $cron;
- /**
- * @var CurrentUser
- */
- private $currentUser;
+ private CurrentUser $currentUser;
- /**
- * @var Requester
- */
- private $requester;
+ private Requester $requester;
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * @var Datadog
- */
- private $datadog;
+ private Singleton $datadog;
/**
* @const
@@ -177,7 +132,7 @@ public function __construct(
private function registerStatusSyncMetabox(): void
{
$this->registerMetaBox(function ($postOrOrderObject) {
- $order = ($postOrOrderObject instanceof \WP_Post) ? wc_get_order($postOrOrderObject->ID) : $postOrOrderObject;
+ $order = ($postOrOrderObject instanceof WP_Post) ? wc_get_order($postOrOrderObject->ID) : $postOrOrderObject;
if (!$order || !$this->getLastPaymentInfo($order)) {
return;
@@ -206,9 +161,9 @@ private function registerStatusSyncMetabox(): void
/**
* Load the Status Sync Metabox script and style
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*/
- private function loadScripts(\WC_Order $order): void
+ private function loadScripts(WC_Order $order): void
{
$this->scripts->registerStoreScript(
'mp_payment_status_sync',
@@ -228,11 +183,11 @@ private function loadScripts(\WC_Order $order): void
/**
* Get the data to be renreded on the Status Sync Metabox
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return array
*/
- private function getMetaboxData(\WC_Order $order): array
+ private function getMetaboxData(WC_Order $order): array
{
$paymentInfo = $this->getLastPaymentInfo($order);
@@ -292,11 +247,11 @@ private function getMetaboxData(\WC_Order $order): array
/**
* Get the last order payment info
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return bool|AbstractCollection|AbstractEntity|object
*/
- private function getLastPaymentInfo(\WC_Order $order)
+ private function getLastPaymentInfo(WC_Order $order)
{
try {
$paymentsIds = explode(',', $this->orderMetadata->getPaymentsIdMeta($order));
@@ -310,7 +265,7 @@ private function getLastPaymentInfo(\WC_Order $order)
$response = $this->requester->get("/v1/payments/$lastPaymentId", $headers);
return $response->getData();
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return false;
}
}
@@ -332,7 +287,7 @@ public function paymentStatusSync(): void
wp_send_json_success(
$this->adminTranslations->statusSync['response_success']
);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error(
"Mercado pago gave error in payment status Sync: {$e->getMessage()}",
__CLASS__
@@ -348,11 +303,12 @@ public function paymentStatusSync(): void
/**
* Syncs the order in woocommerce to mercadopago
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
+ * @throws Exception
*/
- public function syncOrderStatus(\WC_Order $order): void
+ public function syncOrderStatus(WC_Order $order): void
{
$paymentData = $this->getLastPaymentInfo($order);
if (!$paymentData) {
@@ -391,7 +347,7 @@ public function registerSyncPendingStatusOrdersAction(): void
}
$this->sendEventOnAction('success');
- } catch (\Exception $ex) {
+ } catch (Exception $ex) {
$error_message = "Unable to update batch of orders on action got error: {$ex->getMessage()}";
$this->logs->file->error(
@@ -406,6 +362,8 @@ public function registerSyncPendingStatusOrdersAction(): void
/**
* Register/Unregister cron job that sync pending orders
*
+ * @param string $enabled
+ *
* @return void
*/
public function toggleSyncPendingStatusOrdersCron(string $enabled): void
@@ -490,14 +448,14 @@ public function registerAdminOrderTotalsAfterTotal($callback): void
/**
* Add order note
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $description
* @param int $isCustomerNote
* @param bool $addedByUser
*
* @return void
*/
- public function addOrderNote(\WC_Order $order, string $description, int $isCustomerNote = 0, bool $addedByUser = false)
+ public function addOrderNote(WC_Order $order, string $description, int $isCustomerNote = 0, bool $addedByUser = false)
{
$order->add_order_note($description, $isCustomerNote, $addedByUser);
}
@@ -505,12 +463,12 @@ public function addOrderNote(\WC_Order $order, string $description, int $isCusto
/**
* Set ticket metadata in the order
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param $data
*
* @return void
*/
- public function setTicketMetadata(\WC_Order $order, $data): void
+ public function setTicketMetadata(WC_Order $order, $data): void
{
$externalResourceUrl = $data['transaction_details']['external_resource_url'];
$this->orderMetadata->setTicketTransactionDetailsData($order, $externalResourceUrl);
@@ -521,12 +479,12 @@ public function setTicketMetadata(\WC_Order $order, $data): void
* Set pix metadata in the order
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param $data
*
* @return void
*/
- public function setPixMetadata(AbstractGateway $gateway, \WC_Order $order, $data): void
+ public function setPixMetadata(AbstractGateway $gateway, WC_Order $order, $data): void
{
$transactionAmount = $data['transaction_amount'];
$qrCodeBase64 = $data['point_of_interaction']['transaction_data']['qr_code_base64'];
diff --git a/src/Hooks/OrderMeta.php b/src/Hooks/OrderMeta.php
index dbd8f0f5b..33998b089 100644
--- a/src/Hooks/OrderMeta.php
+++ b/src/Hooks/OrderMeta.php
@@ -2,6 +2,8 @@
namespace MercadoPago\Woocommerce\Hooks;
+use WC_Order;
+
if (!defined('ABSPATH')) {
exit;
}
@@ -11,13 +13,13 @@ class OrderMeta
/**
* Get meta
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $metaKey
* @param bool $single
*
* @return mixed
*/
- public function get(\WC_Order $order, string $metaKey, bool $single = true)
+ public function get(WC_Order $order, string $metaKey, bool $single = true)
{
return $order->get_meta($metaKey, $single);
}
@@ -25,14 +27,14 @@ public function get(\WC_Order $order, string $metaKey, bool $single = true)
/**
* Add metadata
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $metaKey
* @param mixed $value
* @param bool $unique
*
* @return void
*/
- public function add(\WC_Order $order, string $metaKey, $value, bool $unique = false): void
+ public function add(WC_Order $order, string $metaKey, $value, bool $unique = false): void
{
$order->add_meta_data($metaKey, $value, $unique);
}
@@ -40,13 +42,13 @@ public function add(\WC_Order $order, string $metaKey, $value, bool $unique = fa
/**
* Set metadata
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $metaKey
* @param string|array $value
*
* @return void
*/
- public function update(\WC_Order $order, string $metaKey, $value): void
+ public function update(WC_Order $order, string $metaKey, $value): void
{
$order->update_meta_data($metaKey, $value);
$order->save();
diff --git a/src/Hooks/Plugin.php b/src/Hooks/Plugin.php
index 8774ece4e..d97e92b50 100644
--- a/src/Hooks/Plugin.php
+++ b/src/Hooks/Plugin.php
@@ -4,35 +4,16 @@
class Plugin
{
- /**
- * @const
- */
public const UPDATE_CREDENTIALS_ACTION = 'mercadopago_plugin_credentials_updated';
- /**
- * @const
- */
public const UPDATE_STORE_INFO_ACTION = 'mercadopago_plugin_store_info_updated';
- /**
- * @const
- */
public const UPDATE_TEST_MODE_ACTION = 'mercadopago_plugin_test_mode_updated';
- /**
- * @const
- */
public const LOADED_PLUGIN_ACTION = 'mercadopago_main_plugin_loaded';
- /**
- * @const
- */
public const ENABLE_CREDITS_ACTION = 'mp_enable_credits_action';
-
- /**
- * @const
- */
public const EXECUTE_ACTIVATE_PLUGIN = 'mp_execute_activate';
/**
diff --git a/src/Hooks/Scripts.php b/src/Hooks/Scripts.php
index b32779330..b55169db3 100644
--- a/src/Hooks/Scripts.php
+++ b/src/Hooks/Scripts.php
@@ -5,7 +5,6 @@
use MercadoPago\Woocommerce\Helpers\Country;
use MercadoPago\Woocommerce\Helpers\Url;
use MercadoPago\Woocommerce\Configs\Seller;
-use Automattic\WooCommerce\Blocks\Utils\CartCheckoutUtils;
if (!defined('ABSPATH')) {
exit;
@@ -13,35 +12,17 @@
class Scripts
{
- /**
- * @const
- */
private const SUFFIX = '_params';
- /**
- * @const
- */
private const MELIDATA_SCRIPT_NAME = 'mercadopago_melidata';
- /**
- * @const
- */
private const CARONTE_SCRIPT_NAME = 'wc_mercadopago';
- /**
- * @const
- */
private const NOTICES_SCRIPT_NAME = 'wc_mercadopago_notices';
- /**
- * @var Url
- */
- private $url;
+ private Url $url;
- /**
- * @var Seller
- */
- private $seller;
+ private Seller $seller;
/**
* Scripts constructor
diff --git a/src/Hooks/Template.php b/src/Hooks/Template.php
index d30bbe6c3..c22bc6f29 100644
--- a/src/Hooks/Template.php
+++ b/src/Hooks/Template.php
@@ -8,10 +8,7 @@
class Template
{
- /**
- * @var String
- */
- public $path;
+ public string $path;
/**
* Template constructor
diff --git a/src/IO/Downloader.php b/src/IO/Downloader.php
index fff6ee64a..b66a22d41 100644
--- a/src/IO/Downloader.php
+++ b/src/IO/Downloader.php
@@ -2,10 +2,12 @@
namespace MercadoPago\Woocommerce\IO;
+use Exception;
use MercadoPago\Woocommerce\Entities\Files\Log as LogFile;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Helpers\Form;
use MercadoPago\Woocommerce\Helpers\CurrentUser;
+use ZipArchive;
if (!defined('ABSPATH')) {
exit;
@@ -13,21 +15,11 @@
class Downloader
{
- /**
- * @var Logs
- */
- private $logs;
+ private Logs $logs;
- /**
- * @var array
- */
+ public array $pluginLogs;
- public $pluginLogs;
-
- /**
- * @var CurrentUser
- */
- private $currentUser;
+ private CurrentUser $currentUser;
public function __construct(Logs $logs, CurrentUser $currentUser)
{
@@ -69,7 +61,7 @@ private function getNameOfFileLogs(): array
usort($selectedLogFiles, function ($a, $b) {
return strtotime($b->fileDate) - strtotime($a->fileDate);
});
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->warning(
"Mercado pago gave error to get log files names: {$e->getMessage()}",
__CLASS__
@@ -82,6 +74,7 @@ private function getNameOfFileLogs(): array
* Handles log downloads.
*
* @return void
+ * @throws Exception
*/
public function downloadLog(): void
{
@@ -99,14 +92,17 @@ public function downloadLog(): void
/**
* downloads a single file
*
+ * @param array $selectedFile
+ *
* @return void
+ * @throws Exception
*/
private function singleFileDownload(array $selectedFile): void
{
$filename = reset($selectedFile);
if (!$this->validatesDownloadSecurity($filename)) {
- throw new \Exception('attempt to download the file ' . $filename . 'on ' . __METHOD__);
+ throw new Exception('attempt to download the file ' . $filename . 'on ' . __METHOD__);
}
$file_path = WP_CONTENT_DIR . '/uploads/wc-logs/' . $filename;
@@ -118,21 +114,24 @@ private function singleFileDownload(array $selectedFile): void
readfile($file_path);
exit;
} else {
- throw new \Exception('error to download log file ' . __METHOD__);
+ throw new Exception('error to download log file ' . __METHOD__);
}
}
/**
* downloads multiple files
*
+ * @param array $selectedFiles
+ *
* @return void
+ * @throws Exception
*/
private function multipleFileDownload(array $selectedFiles): void
{
- $zip = new \ZipArchive();
+ $zip = new ZipArchive();
$temp_file = tempnam(sys_get_temp_dir(), 'logs_');
- if ($zip->open($temp_file, \ZipArchive::CREATE) === true) {
+ if ($zip->open($temp_file, ZipArchive::CREATE) === true) {
foreach ($selectedFiles as $filename) {
if (!$this->validatesDownloadSecurity($filename)) {
continue;
@@ -153,7 +152,7 @@ private function multipleFileDownload(array $selectedFiles): void
unlink($temp_file);
exit;
} else {
- throw new \Exception('error to download log files ' . __METHOD__);
+ throw new Exception('error to download log files ' . __METHOD__);
}
}
diff --git a/src/Libraries/Logs/LogLevels.php b/src/Libraries/Logs/LogLevels.php
index b4256fd7e..02c21073a 100644
--- a/src/Libraries/Logs/LogLevels.php
+++ b/src/Libraries/Logs/LogLevels.php
@@ -8,28 +8,13 @@
class LogLevels
{
- /**
- * @const
- */
public const ERROR = 'error';
- /**
- * @const
- */
public const WARNING = 'warning';
- /**
- * @const
- */
public const NOTICE = 'notice';
- /**
- * @const
- */
public const INFO = 'info';
- /**
- * @const
- */
public const DEBUG = 'debug';
}
diff --git a/src/Libraries/Logs/Logs.php b/src/Libraries/Logs/Logs.php
index 4d85368f8..88bf12169 100644
--- a/src/Libraries/Logs/Logs.php
+++ b/src/Libraries/Logs/Logs.php
@@ -11,15 +11,9 @@
class Logs
{
- /**
- * @var File
- */
- public $file;
+ public File $file;
- /**
- * @var Remote
- */
- public $remote;
+ public Remote $remote;
/**
* Logs constructor
diff --git a/src/Libraries/Logs/Transports/File.php b/src/Libraries/Logs/Transports/File.php
index 70969a911..773d817cf 100644
--- a/src/Libraries/Logs/Transports/File.php
+++ b/src/Libraries/Logs/Transports/File.php
@@ -5,6 +5,7 @@
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Interfaces\LogInterface;
use MercadoPago\Woocommerce\Libraries\Logs\LogLevels;
+use WC_Logger;
if (!defined('ABSPATH')) {
exit;
@@ -12,25 +13,13 @@
class File implements LogInterface
{
- /**
- * @const
- */
private const ENCODE_FLAGS = JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE;
- /**
- * @var \WC_Logger
- */
- private $logger;
+ private WC_Logger $logger;
- /**
- * @var bool
- */
- private $debugMode;
+ private bool $debugMode;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
/**
* File Logs constructor
diff --git a/src/Libraries/Logs/Transports/Remote.php b/src/Libraries/Logs/Transports/Remote.php
index 154dd5319..3473d85af 100644
--- a/src/Libraries/Logs/Transports/Remote.php
+++ b/src/Libraries/Logs/Transports/Remote.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Libraries\Logs\Transports;
+use Exception;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Helpers\Requester;
use MercadoPago\Woocommerce\Interfaces\LogInterface;
@@ -13,25 +14,13 @@
class Remote implements LogInterface
{
- /**
- * @const
- */
private const METRIC_NAME_PREFIX = 'MP_WOO_PE_LOG_';
- /**
- * @var bool
- */
- private $debugMode;
+ private bool $debugMode;
- /**
- * @var Store
- */
- private $store;
+ private Store $store;
- /**
- * @var Requester
- */
- private $requester;
+ private Requester $requester;
/**
* Remote Logs constructor
@@ -166,7 +155,7 @@ private function save(string $level, string $message, string $source, $context =
];
$this->requester->post($requestUrl, $headers, $body);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return;
}
}
diff --git a/src/Libraries/Metrics/Datadog.php b/src/Libraries/Metrics/Datadog.php
index 4183cf487..c84e01a7d 100644
--- a/src/Libraries/Metrics/Datadog.php
+++ b/src/Libraries/Metrics/Datadog.php
@@ -2,22 +2,23 @@
namespace MercadoPago\Woocommerce\Libraries\Metrics;
+use Exception;
use MercadoPago\PP\Sdk\Sdk;
use MercadoPago\Woocommerce\Libraries\Singleton\Singleton;
+use function is_null;
+
if (!defined('ABSPATH')) {
exit;
}
class Datadog extends Singleton
{
- /**
- * @var Sdk
- */
private Sdk $sdk;
public function __construct()
{
+ parent::__construct();
$this->sdk = new Sdk();
}
@@ -26,7 +27,7 @@ public function sendEvent(string $event_type, $value, $message = null): void
try {
$datadogEvent = $this->sdk->getDatadogEventInstance();
- if (!\is_null($message)) {
+ if (! is_null($message)) {
$datadogEvent->message = $message;
}
@@ -37,13 +38,13 @@ public function sendEvent(string $event_type, $value, $message = null): void
$datadogEvent->platform->url = site_url();
$datadogEvent->register(array("team" => "smb", "event_type" => $event_type));
- } catch (\Exception $e) {
+ } catch (Exception $e) {
return;
}
}
private function getWoocommerceVersion(): string
{
- return $GLOBALS['woocommerce']->version ? $GLOBALS['woocommerce']->version : "";
+ return $GLOBALS['woocommerce']->version ?? "";
}
}
diff --git a/src/Libraries/Singleton/Singleton.php b/src/Libraries/Singleton/Singleton.php
index 884ce16ca..e34ba7a36 100644
--- a/src/Libraries/Singleton/Singleton.php
+++ b/src/Libraries/Singleton/Singleton.php
@@ -2,13 +2,15 @@
namespace MercadoPago\Woocommerce\Libraries\Singleton;
+use Exception;
+
if (!defined('ABSPATH')) {
exit;
}
class Singleton
{
- private static $instances = [];
+ private static array $instances = [];
protected function __construct()
{
@@ -18,9 +20,12 @@ protected function __clone()
{
}
+ /**
+ * @throws Exception
+ */
public function __wakeup()
{
- throw new \Exception("Cannot unserialize singleton");
+ throw new Exception("Cannot unserialize singleton");
}
/**
diff --git a/src/Notification/AbstractNotification.php b/src/Notification/AbstractNotification.php
index 328744ae5..0bf4bc63f 100644
--- a/src/Notification/AbstractNotification.php
+++ b/src/Notification/AbstractNotification.php
@@ -2,12 +2,15 @@
namespace MercadoPago\Woocommerce\Notification;
+use Exception;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Interfaces\NotificationInterface;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Order\OrderStatus;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
+use WC_Order;
+use WC_Order_Refund;
if (!defined('ABSPATH')) {
exit;
@@ -15,30 +18,15 @@
abstract class AbstractNotification implements NotificationInterface
{
- /**
- * @var MercadoPagoGatewayInterface
- */
- public $gateway;
+ public MercadoPagoGatewayInterface $gateway;
- /**
- * @var Logs
- */
- public $logs;
+ public Logs $logs;
- /**
- * @var OrderStatus
- */
- public $orderStatus;
+ public OrderStatus $orderStatus;
- /**
- * @var Seller
- */
- public $seller;
+ public Seller $seller;
- /**
- * @var Store
- */
- public $store;
+ public Store $store;
/**
* AbstractNotification constructor
@@ -80,7 +68,7 @@ public function handleReceivedNotification($data): void
*
* @param mixed $data
*
- * @return bool|\WC_Order|\WC_Order_Refund
+ * @return bool|WC_Order|WC_Order_Refund
*/
public function handleSuccessfulRequest($data)
{
@@ -119,13 +107,13 @@ public function handleSuccessfulRequest($data)
* Process order status
*
* @param string $processedStatus
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $data
*
* @return void
- * @throws \Exception
+ * @throws Exception
*/
- public function processStatus(string $processedStatus, \WC_Order $order, $data): void
+ public function processStatus(string $processedStatus, WC_Order $order, $data): void
{
$this->orderStatus->processStatus($processedStatus, $data, $order, get_class($this->gateway));
}
@@ -133,13 +121,13 @@ public function processStatus(string $processedStatus, \WC_Order $order, $data):
/**
* Update order meta
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $key
* @param mixed $value
*
* @return void
*/
- public function updateMeta(\WC_Order $order, string $key, $value): void
+ public function updateMeta(WC_Order $order, string $key, $value): void
{
$order->update_meta_data($key, $value);
}
diff --git a/src/Notification/CoreNotification.php b/src/Notification/CoreNotification.php
index bb8fad2b6..d8b8890c5 100644
--- a/src/Notification/CoreNotification.php
+++ b/src/Notification/CoreNotification.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Notification;
+use Exception;
use MercadoPago\PP\Sdk\Entity\Notification\Notification;
use MercadoPago\PP\Sdk\Sdk;
use MercadoPago\Woocommerce\Configs\Seller;
@@ -12,6 +13,7 @@
use MercadoPago\Woocommerce\Order\OrderStatus;
use MercadoPago\Woocommerce\WoocommerceMercadoPago;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
+use WC_Order;
if (!defined('ABSPATH')) {
exit;
@@ -19,15 +21,9 @@
class CoreNotification extends AbstractNotification
{
- /**
- * @var WoocommerceMercadoPago
- */
- protected $mercadopago;
+ protected WoocommerceMercadoPago $mercadopago;
- /**
- * @var Notification
- */
- protected $sdkNotification;
+ protected Notification $sdkNotification;
/**
* CoreNotification constructor
@@ -82,7 +78,7 @@ public function handleReceivedNotification($data): void
]);
$this->handleSuccessfulRequest($notificationEntity->toArray());
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->logs->file->error($e->getMessage(), __CLASS__, $data);
$this->setResponse(500, $e->getMessage());
}
@@ -112,7 +108,7 @@ public function handleSuccessfulRequest($data)
);
$this->processStatus($processedStatus, $order, $data);
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->setResponse(422, $e->getMessage());
$this->logs->file->error($e->getMessage(), __CLASS__, $data);
}
@@ -121,12 +117,12 @@ public function handleSuccessfulRequest($data)
/**
* Process status
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $data
*
* @return string
*/
- public function getProcessedStatus(\WC_Order $order, $data): string
+ public function getProcessedStatus(WC_Order $order, $data): string
{
$status = $data['status'];
diff --git a/src/Notification/IpnNotification.php b/src/Notification/IpnNotification.php
index 09a272482..821c446f6 100644
--- a/src/Notification/IpnNotification.php
+++ b/src/Notification/IpnNotification.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Notification;
+use Exception;
use MercadoPago\PP\Sdk\Common\AbstractCollection;
use MercadoPago\PP\Sdk\Common\AbstractEntity;
use MercadoPago\Woocommerce\Configs\Seller;
@@ -10,6 +11,7 @@
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Order\OrderStatus;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
+use WC_Order;
if (!defined('ABSPATH')) {
exit;
@@ -17,10 +19,7 @@
class IpnNotification extends AbstractNotification
{
- /**
- * @var Requester
- */
- public $requester;
+ public Requester $requester;
/**
* IpnNotification constructor
@@ -51,7 +50,7 @@ public function __construct(
* @param $data
*
* @return void
- * @throws \Exception
+ * @throws Exception
*/
public function handleReceivedNotification($data): void
{
@@ -117,7 +116,7 @@ public function handleSuccessfulRequest($data): void
$this->processStatus($processedStatus, $order, $data);
$this->setResponse(200, 'Notification IPN Successfully');
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->setResponse(422, $e->getMessage());
$this->logs->file->error($e->getMessage(), __CLASS__, $data);
}
@@ -126,13 +125,13 @@ public function handleSuccessfulRequest($data): void
/**
* Process status
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param $data
*
* @return string
- * @throws \Exception
+ * @throws Exception
*/
- public function getProcessedStatus(\WC_Order $order, $data): string
+ public function getProcessedStatus(WC_Order $order, $data): string
{
$status = 'pending';
$payments = $data['payments'];
@@ -213,7 +212,7 @@ public function getProcessedStatus(\WC_Order $order, $data): string
* @param string $id
*
* @return AbstractCollection|AbstractEntity|object|null
- * @throws \Exception
+ * @throws Exception
*/
public function getPaymentInfo(string $id)
{
diff --git a/src/Notification/NotificationFactory.php b/src/Notification/NotificationFactory.php
index 233b7f6d6..f31763f63 100644
--- a/src/Notification/NotificationFactory.php
+++ b/src/Notification/NotificationFactory.php
@@ -22,9 +22,9 @@ public function createNotificationHandler(MercadoPagoGatewayInterface $gateway,
{
global $mercadopago;
- $topic = isset($data['topic']) ? $data['topic'] : '';
- $type = isset($data['type']) ? $data['type'] : '';
- $source = isset($data['source_news']) ? $data['source_news'] : '';
+ $topic = $data['topic'] ?? '';
+ $type = $data['type'] ?? '';
+ $source = $data['source_news'] ?? '';
if ($type === 'payment' && $source === 'webhooks') {
return new WebhookNotification(
diff --git a/src/Notification/WebhookNotification.php b/src/Notification/WebhookNotification.php
index e3cbd86e6..6290c512f 100644
--- a/src/Notification/WebhookNotification.php
+++ b/src/Notification/WebhookNotification.php
@@ -2,12 +2,14 @@
namespace MercadoPago\Woocommerce\Notification;
+use Exception;
use MercadoPago\Woocommerce\Configs\Seller;
use MercadoPago\Woocommerce\Configs\Store;
use MercadoPago\Woocommerce\Helpers\Requester;
use MercadoPago\Woocommerce\Libraries\Logs\Logs;
use MercadoPago\Woocommerce\Order\OrderStatus;
use MercadoPago\Woocommerce\Interfaces\MercadoPagoGatewayInterface;
+use WC_Order;
if (!defined('ABSPATH')) {
exit;
@@ -15,10 +17,7 @@
class WebhookNotification extends AbstractNotification
{
- /**
- * @var Requester
- */
- public $requester;
+ public Requester $requester;
/**
* WebhookNotification constructor
@@ -49,7 +48,7 @@ public function __construct(
* @param $data
*
* @return void
- * @throws \Exception
+ * @throws Exception
*/
public function handleReceivedNotification($data): void
{
@@ -111,7 +110,7 @@ public function handleSuccessfulRequest($data): void
$this->processStatus($processedStatus, $order, $data);
$this->setResponse(200, 'Webhook Notification Successfully');
- } catch (\Exception $e) {
+ } catch (Exception $e) {
$this->setResponse(422, $e->getMessage());
$this->logs->file->error($e->getMessage(), __CLASS__);
}
@@ -120,12 +119,12 @@ public function handleSuccessfulRequest($data): void
/**
* Process status
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $data
*
* @return string
*/
- public function getProcessedStatus(\WC_Order $order, $data): string
+ public function getProcessedStatus(WC_Order $order, $data): string
{
$status = $data['status'] ?? 'pending';
$total_paid = $data['transaction_details']['total_paid_amount'] ?? 0.00;
diff --git a/src/Order/OrderBilling.php b/src/Order/OrderBilling.php
index 6718f54d5..c5035e439 100644
--- a/src/Order/OrderBilling.php
+++ b/src/Order/OrderBilling.php
@@ -2,6 +2,8 @@
namespace MercadoPago\Woocommerce\Order;
+use WC_Order;
+
if (!defined('ABSPATH')) {
exit;
}
@@ -9,21 +11,21 @@
class OrderBilling
{
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getFirstName(\WC_Order $order): string
+ public function getFirstName(WC_Order $order): string
{
return $order->get_billing_first_name() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getLastName(\WC_Order $order): string
+ public function getLastName(WC_Order $order): string
{
$lastName = $order->get_billing_last_name();
@@ -39,91 +41,91 @@ public function getLastName(\WC_Order $order): string
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getPhone(\WC_Order $order): string
+ public function getPhone(WC_Order $order): string
{
return $order->get_billing_phone() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getEmail(\WC_Order $order): string
+ public function getEmail(WC_Order $order): string
{
return $order->get_billing_email() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getZipcode(\WC_Order $order): string
+ public function getZipcode(WC_Order $order): string
{
return $order->get_billing_postcode() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getAddress1(\WC_Order $order): string
+ public function getAddress1(WC_Order $order): string
{
return $order->get_billing_address_1() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getAddress2(\WC_Order $order): string
+ public function getAddress2(WC_Order $order): string
{
return $order->get_billing_address_2() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getCity(\WC_Order $order): string
+ public function getCity(WC_Order $order): string
{
return $order->get_billing_city() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getState(\WC_Order $order): string
+ public function getState(WC_Order $order): string
{
return $order->get_billing_state() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getCountry(\WC_Order $order): string
+ public function getCountry(WC_Order $order): string
{
return $order->get_billing_country() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getFullAddress(\WC_Order $order): string
+ public function getFullAddress(WC_Order $order): string
{
return "{$this->getAddress1($order)} / {$this->getAddress2($order)} - {$this->getCity($order)} - {$this->getState($order)} - {$this->getCountry($order)}";
}
diff --git a/src/Order/OrderMetadata.php b/src/Order/OrderMetadata.php
index b175cbc30..281a3289c 100644
--- a/src/Order/OrderMetadata.php
+++ b/src/Order/OrderMetadata.php
@@ -4,6 +4,7 @@
use MercadoPago\Woocommerce\Helpers\Date;
use MercadoPago\Woocommerce\Hooks\OrderMeta;
+use WC_Order;
if (!defined('ABSPATH')) {
exit;
@@ -11,85 +12,37 @@
class OrderMetadata
{
- /**
- * @const
- */
private const IS_PRODUCTION_MODE = 'is_production_mode';
- /**
- * @const
- */
private const USED_GATEWAY = '_used_gateway';
- /**
- * @const
- */
private const DISCOUNT = 'Mercado Pago: discount';
- /**
- * @const
- */
private const COMMISSION = 'Mercado Pago: commission';
- /**
- * @const
- */
private const MP_INSTALLMENTS = 'mp_installments';
- /**
- * @const
- */
private const MP_TRANSACTION_DETAILS = 'mp_transaction_details';
- /**
- * @const
- */
private const MP_TRANSACTION_AMOUNT = 'mp_transaction_amount';
- /**
- * @const
- */
private const MP_TOTAL_PAID_AMOUNT = 'mp_total_paid_amount';
- /**
- * @const
- */
private const PAYMENTS_IDS = '_Mercado_Pago_Payment_IDs';
- /**
- * @const
- */
private const TICKET_TRANSACTION_DETAILS = '_transaction_details_ticket';
- /**
- * @const
- */
private const MP_PIX_QR_BASE_64 = 'mp_pix_qr_base64';
- /**
- * @const
- */
private const MP_PIX_QR_CODE = 'mp_pix_qr_code';
- /**
- * @const
- */
private const PIX_EXPIRATION_DATE = 'checkout_pix_date_expiration';
- /**
- * @const
- */
private const PIX_ON = 'pix_on';
- /**
- * @const
- */
private const BLOCKS_PAYMENT = 'blocks_payment';
- /**
- * @var OrderMeta
- */
- private $orderMeta;
+ private OrderMeta $orderMeta;
/**
* Metadata constructor
@@ -102,294 +55,294 @@ public function __construct(OrderMeta $orderMeta)
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getUsedGatewayData(\WC_Order $order)
+ public function getUsedGatewayData(WC_Order $order)
{
return $this->orderMeta->get($order, self::USED_GATEWAY);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setUsedGatewayData(\WC_Order $order, $value): void
+ public function setUsedGatewayData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::USED_GATEWAY, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getIsProductionModeData(\WC_Order $order)
+ public function getIsProductionModeData(WC_Order $order)
{
return $this->orderMeta->get($order, self::IS_PRODUCTION_MODE);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setIsProductionModeData(\WC_Order $order, $value): void
+ public function setIsProductionModeData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::IS_PRODUCTION_MODE, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getDiscountData(\WC_Order $order)
+ public function getDiscountData(WC_Order $order)
{
return $this->orderMeta->get($order, self::DISCOUNT);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setDiscountData(\WC_Order $order, $value): void
+ public function setDiscountData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::DISCOUNT, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getCommissionData(\WC_Order $order)
+ public function getCommissionData(WC_Order $order)
{
return $this->orderMeta->get($order, self::COMMISSION);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setCommissionData(\WC_Order $order, $value): void
+ public function setCommissionData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::COMMISSION, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getInstallmentsMeta(\WC_Order $order)
+ public function getInstallmentsMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_INSTALLMENTS);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setInstallmentsData(\WC_Order $order, $value): void
+ public function setInstallmentsData(WC_Order $order, $value): void
{
$this->orderMeta->add($order, self::MP_INSTALLMENTS, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getTransactionDetailsMeta(\WC_Order $order)
+ public function getTransactionDetailsMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_TRANSACTION_DETAILS);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $value
*
* @return void
*/
- public function setTransactionDetailsData(\WC_Order $order, string $value): void
+ public function setTransactionDetailsData(WC_Order $order, string $value): void
{
$this->orderMeta->add($order, self::MP_TRANSACTION_DETAILS, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getTransactionAmountMeta(\WC_Order $order)
+ public function getTransactionAmountMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_TRANSACTION_AMOUNT);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setTransactionAmountData(\WC_Order $order, $value): void
+ public function setTransactionAmountData(WC_Order $order, $value): void
{
$this->orderMeta->add($order, self::MP_TRANSACTION_AMOUNT, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getTotalPaidAmountMeta(\WC_Order $order)
+ public function getTotalPaidAmountMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_TOTAL_PAID_AMOUNT);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setTotalPaidAmountData(\WC_Order $order, $value): void
+ public function setTotalPaidAmountData(WC_Order $order, $value): void
{
$this->orderMeta->add($order, self::MP_TOTAL_PAID_AMOUNT, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param bool $single
*
* @return mixed
*/
- public function getPaymentsIdMeta(\WC_Order $order, bool $single = true)
+ public function getPaymentsIdMeta(WC_Order $order, bool $single = true)
{
return $this->orderMeta->get($order, self::PAYMENTS_IDS, $single);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setPaymentsIdData(\WC_Order $order, $value): void
+ public function setPaymentsIdData(WC_Order $order, $value): void
{
$this->orderMeta->add($order, self::PAYMENTS_IDS, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getTicketTransactionDetailsMeta(\WC_Order $order)
+ public function getTicketTransactionDetailsMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::TICKET_TRANSACTION_DETAILS);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setTicketTransactionDetailsData(\WC_Order $order, $value): void
+ public function setTicketTransactionDetailsData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::TICKET_TRANSACTION_DETAILS, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getPixQrBase64Meta(\WC_Order $order)
+ public function getPixQrBase64Meta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_PIX_QR_BASE_64);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getPixOnMeta(\WC_Order $order)
+ public function getPixOnMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::PIX_ON);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setPixQrBase64Data(\WC_Order $order, $value): void
+ public function setPixQrBase64Data(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::MP_PIX_QR_BASE_64, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getPixQrCodeMeta(\WC_Order $order)
+ public function getPixQrCodeMeta(WC_Order $order)
{
return $this->orderMeta->get($order, self::MP_PIX_QR_CODE);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setPixQrCodeData(\WC_Order $order, $value): void
+ public function setPixQrCodeData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::MP_PIX_QR_CODE, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*/
- public function setPixExpirationDateData(\WC_Order $order, $value): void
+ public function setPixExpirationDateData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::PIX_EXPIRATION_DATE, $value);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return mixed
*/
- public function getPixExpirationDateData(\WC_Order $order)
+ public function getPixExpirationDateData(WC_Order $order)
{
return $this->orderMeta->get($order, self::PIX_EXPIRATION_DATE);
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $value
*
* @return void
*/
- public function setPixOnData(\WC_Order $order, $value): void
+ public function setPixOnData(WC_Order $order, $value): void
{
$this->orderMeta->update($order, self::PIX_ON, $value);
}
@@ -397,12 +350,12 @@ public function setPixOnData(\WC_Order $order, $value): void
/**
* Set custom metadata in the order
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param mixed $data
*
* @return void
*/
- public function setCustomMetadata(\WC_Order $order, $data): void
+ public function setCustomMetadata(WC_Order $order, $data): void
{
$installments = (float) $data['installments'];
$installmentAmount = (float) $data['transaction_details']['installment_amount'];
@@ -421,12 +374,12 @@ public function setCustomMetadata(\WC_Order $order, $data): void
/**
* Update an order's payments metadata
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array $paymentsId
*
* @return void
*/
- public function updatePaymentsOrderMetadata(\WC_Order $order, array $paymentsId)
+ public function updatePaymentsOrderMetadata(WC_Order $order, array $paymentsId)
{
$paymentsIdMetadata = $this->getPaymentsIdMeta($order);
@@ -448,12 +401,12 @@ public function updatePaymentsOrderMetadata(\WC_Order $order, array $paymentsId)
/**
* Update an order's payments metadata
*
- * @param \WC_Order $order
- * @param array $paymentsId
+ * @param WC_Order $order
+ * @param string $value
*
* @return void
*/
- public function markPaymentAsBlocks(\WC_Order $order, string $value)
+ public function markPaymentAsBlocks(WC_Order $order, string $value)
{
$this->orderMeta->update($order, self::BLOCKS_PAYMENT, $value);
}
@@ -461,12 +414,11 @@ public function markPaymentAsBlocks(\WC_Order $order, string $value)
/**
* Update an order's payments metadata
*
- * @param \WC_Order $order
- * @param array $paymentsId
+ * @param WC_Order $order
*
- * @return void
+ * @return mixed
*/
- public function getPaymentBlocks(\WC_Order $order)
+ public function getPaymentBlocks(WC_Order $order)
{
return $this->orderMeta->get($order, self::BLOCKS_PAYMENT);
}
diff --git a/src/Order/OrderShipping.php b/src/Order/OrderShipping.php
index c21666d29..280d40c84 100644
--- a/src/Order/OrderShipping.php
+++ b/src/Order/OrderShipping.php
@@ -2,6 +2,8 @@
namespace MercadoPago\Woocommerce\Order;
+use WC_Order;
+
if (!defined('ABSPATH')) {
exit;
}
@@ -9,121 +11,121 @@
class OrderShipping
{
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getFirstName(\WC_Order $order): string
+ public function getFirstName(WC_Order $order): string
{
return $order->get_shipping_first_name() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getLastName(\WC_Order $order): string
+ public function getLastName(WC_Order $order): string
{
return $order->get_shipping_last_name() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getPhone(\WC_Order $order): string
+ public function getPhone(WC_Order $order): string
{
return $order->get_shipping_phone() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getZipcode(\WC_Order $order): string
+ public function getZipcode(WC_Order $order): string
{
return $order->get_shipping_postcode() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getAddress1(\WC_Order $order): string
+ public function getAddress1(WC_Order $order): string
{
return $order->get_shipping_address_1() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getAddress2(\WC_Order $order): string
+ public function getAddress2(WC_Order $order): string
{
return $order->get_shipping_address_2() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getCity(\WC_Order $order): string
+ public function getCity(WC_Order $order): string
{
return $order->get_shipping_city() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getState(\WC_Order $order): string
+ public function getState(WC_Order $order): string
{
return $order->get_shipping_state() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getCountry(\WC_Order $order): string
+ public function getCountry(WC_Order $order): string
{
return $order->get_shipping_country() ?? '';
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getFullAddress(\WC_Order $order): string
+ public function getFullAddress(WC_Order $order): string
{
return "{$this->getAddress1($order)} / {$this->getAddress2($order)} - {$this->getCity($order)} - {$this->getState($order)} - {$this->getCountry($order)}";
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return string
*/
- public function getShippingMethod(\WC_Order $order): string
+ public function getShippingMethod(WC_Order $order): string
{
return $order->get_shipping_method();
}
/**
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return float
*/
- public function getTotal(\WC_Order $order): float
+ public function getTotal(WC_Order $order): float
{
return (float) $order->get_shipping_total();
}
diff --git a/src/Order/OrderStatus.php b/src/Order/OrderStatus.php
index c70890b8e..ecd9ac398 100644
--- a/src/Order/OrderStatus.php
+++ b/src/Order/OrderStatus.php
@@ -2,7 +2,9 @@
namespace MercadoPago\Woocommerce\Order;
+use Exception;
use MercadoPago\Woocommerce\Translations\StoreTranslations;
+use WC_Order;
if (!defined('ABSPATH')) {
exit;
@@ -10,15 +12,9 @@
final class OrderStatus
{
- /**
- * @var array
- */
- private $translations;
+ private array $translations;
- /**
- * @var array
- */
- private $commonMessages;
+ private array $commonMessages;
/**
* Order constructor
@@ -32,13 +28,13 @@ public function __construct(StoreTranslations $storeTranslations)
/**
* Set order status from/to
*
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $fromStatus
* @param string $toStatus
*
* @return void
*/
- public function setOrderStatus(\WC_Order $order, string $fromStatus, string $toStatus): void
+ public function setOrderStatus(WC_Order $order, string $fromStatus, string $toStatus): void
{
if ($order->get_status() === $fromStatus) {
$order->set_status($toStatus);
@@ -66,17 +62,17 @@ public function getOrderStatusMessage(string $statusDetail): string
*
* @param string $processedStatus
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $usedGateway
*
* @return void
- * @throws \Exception
+ * @throws Exception
*/
- public function processStatus(string $processedStatus, array $data, \WC_Order $order, string $usedGateway): void
+ public function processStatus(string $processedStatus, array $data, WC_Order $order, string $usedGateway): void
{
switch ($processedStatus) {
case 'approved':
- $this->approvedFlow($data, $order, $usedGateway);
+ $this->approvedFlow($data, $order);
break;
case 'pending':
$this->pendingFlow($data, $order, $usedGateway);
@@ -100,7 +96,7 @@ public function processStatus(string $processedStatus, array $data, \WC_Order $o
$this->chargedBackFlow($order);
break;
default:
- throw new \Exception('Process Status - Invalid Status: ' . $processedStatus);
+ throw new Exception('Process Status - Invalid Status: ' . $processedStatus);
}
}
@@ -108,12 +104,11 @@ public function processStatus(string $processedStatus, array $data, \WC_Order $o
* Rule of approved payment
*
* @param array $data
- * @param \WC_Order $order
- * @param string $usedGateway
+ * @param WC_Order $order
*
* @return void
*/
- private function approvedFlow(array $data, \WC_Order $order, string $usedGateway): void
+ private function approvedFlow(array $data, WC_Order $order): void
{
if (isset($data['status_detail']) && $data['status_detail'] === 'partially_refunded') {
return;
@@ -144,12 +139,12 @@ private function approvedFlow(array $data, \WC_Order $order, string $usedGateway
* Rule of pending
*
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $usedGateway
*
* @return void
*/
- private function pendingFlow(array $data, \WC_Order $order, string $usedGateway): void
+ private function pendingFlow(array $data, WC_Order $order, string $usedGateway): void
{
if ($this->canUpdateOrderStatus($order)) {
$order->update_status(self::mapMpStatusToWoocommerceStatus('pending'));
@@ -190,11 +185,11 @@ private function pendingFlow(array $data, \WC_Order $order, string $usedGateway)
* Rule of In Process
*
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
*/
- private function inProcessFlow(array $data, \WC_Order $order): void
+ private function inProcessFlow(array $data, WC_Order $order): void
{
if ($this->canUpdateOrderStatus($order)) {
$order->update_status(
@@ -210,11 +205,11 @@ private function inProcessFlow(array $data, \WC_Order $order): void
* Rule of Rejected
*
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
*/
- private function rejectedFlow(array $data, \WC_Order $order): void
+ private function rejectedFlow(array $data, WC_Order $order): void
{
if ($this->canUpdateOrderStatus($order)) {
$order->update_status(
@@ -229,11 +224,13 @@ private function rejectedFlow(array $data, \WC_Order $order): void
/**
* Rule of Refunded
*
- * @param \WC_Order $order
+ * @param array $data
+ * @param WC_Order $order
*
* @return void
+ * @throws Exception
*/
- private function refundedFlow(array $data, \WC_Order $order): void
+ private function refundedFlow(array $data, WC_Order $order): void
{
if ($this->isPartialRefund($data)) {
$refund_amount = floatval($data['total_refunded']);
@@ -256,11 +253,11 @@ private function refundedFlow(array $data, \WC_Order $order): void
* Rule of Cancelled
*
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
*/
- private function cancelledFlow(array $data, \WC_Order $order): void
+ private function cancelledFlow(array $data, WC_Order $order): void
{
if ($this->canUpdateOrderStatus($order)) {
$order->update_status(
@@ -275,11 +272,11 @@ private function cancelledFlow(array $data, \WC_Order $order): void
/**
* Rule of In mediation
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
*/
- private function inMediationFlow(\WC_Order $order): void
+ private function inMediationFlow(WC_Order $order): void
{
$order->update_status(self::mapMpStatusToWoocommerceStatus('inmediation'));
$order->add_order_note('Mercado Pago: ' . $this->translations['in_mediation']);
@@ -288,11 +285,11 @@ private function inMediationFlow(\WC_Order $order): void
/**
* Rule of Charged back
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return void
*/
- private function chargedBackFlow(\WC_Order $order): void
+ private function chargedBackFlow(WC_Order $order): void
{
$order->update_status(self::mapMpStatusToWoocommerceStatus('chargedback'));
$order->add_order_note('Mercado Pago: ' . $this->translations['charged_back']);
@@ -326,11 +323,11 @@ public static function mapMpStatusToWoocommerceStatus(string $mpStatus): string
/**
* Can update order status?
*
- * @param \WC_Order $order
+ * @param WC_Order $order
*
* @return bool
*/
- protected function canUpdateOrderStatus(\WC_Order $order): bool
+ protected function canUpdateOrderStatus(WC_Order $order): bool
{
return method_exists($order, 'get_status') &&
$order->get_status() !== 'completed' &&
@@ -341,12 +338,12 @@ protected function canUpdateOrderStatus(\WC_Order $order): bool
* Validate Order Note by Type
*
* @param array $data
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param string $status
*
* @return void
*/
- protected function validateOrderNoteType(array $data, \WC_Order $order, string $status): void
+ protected function validateOrderNoteType(array $data, WC_Order $order, string $status): void
{
$paymentId = $data['id'];
diff --git a/src/Startup.php b/src/Startup.php
index 7aac89f90..fa418a7f2 100644
--- a/src/Startup.php
+++ b/src/Startup.php
@@ -26,7 +26,7 @@ class Startup
];
/**
- * Verify if plugin has it's packages and autoloader file
+ * Verify if plugin has its packages and autoloader file
*
* @return bool
*/
@@ -79,7 +79,7 @@ protected static function havePackages(): bool
*
* @return void
*/
- protected static function missingNotice(string $type, $path): void
+ protected static function missingNotice(string $type, string $path): void
{
add_action('admin_notices', function () use ($type, $path) {
switch ($type) {
diff --git a/src/Transactions/AbstractPaymentTransaction.php b/src/Transactions/AbstractPaymentTransaction.php
index b136c1913..66281beda 100644
--- a/src/Transactions/AbstractPaymentTransaction.php
+++ b/src/Transactions/AbstractPaymentTransaction.php
@@ -2,15 +2,18 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Helpers\Numbers;
+use WC_Order;
abstract class AbstractPaymentTransaction extends AbstractTransaction
{
/**
* Payment Transaction constructor
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout)
{
parent::__construct($gateway, $order, $checkout);
@@ -28,7 +31,7 @@ public function __construct(AbstractGateway $gateway, \WC_Order $order, array $c
* Create Payment
*
* @return string|array
- * @throws \Exception
+ * @throws Exception
*/
public function createPayment()
{
diff --git a/src/Transactions/AbstractPreferenceTransaction.php b/src/Transactions/AbstractPreferenceTransaction.php
index 9314a48d5..f73a56135 100644
--- a/src/Transactions/AbstractPreferenceTransaction.php
+++ b/src/Transactions/AbstractPreferenceTransaction.php
@@ -2,7 +2,9 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
+use WC_Order;
abstract class AbstractPreferenceTransaction extends AbstractTransaction
{
@@ -10,9 +12,11 @@ abstract class AbstractPreferenceTransaction extends AbstractTransaction
* Preference Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order)
+ public function __construct(AbstractGateway $gateway, WC_Order $order)
{
parent::__construct($gateway, $order);
@@ -33,7 +37,7 @@ public function __construct(AbstractGateway $gateway, \WC_Order $order)
* Create preference
*
* @return array|bool
- * @throws \Exception
+ * @throws Exception
*/
public function createPreference()
{
diff --git a/src/Transactions/AbstractTransaction.php b/src/Transactions/AbstractTransaction.php
index b63080f6b..2b54b0260 100644
--- a/src/Transactions/AbstractTransaction.php
+++ b/src/Transactions/AbstractTransaction.php
@@ -2,6 +2,7 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\PP\Sdk\Entity\Payment\Payment;
use MercadoPago\PP\Sdk\Entity\Preference\Preference;
use MercadoPago\PP\Sdk\Sdk;
@@ -15,18 +16,15 @@
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadataUser;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadataCpp;
use MercadoPago\Woocommerce\WoocommerceMercadoPago;
+use WC_Order;
+use WC_Order_Item;
+use WC_Order_Item_Product;
abstract class AbstractTransaction
{
- /**
- * @var WoocommerceMercadoPago
- */
- protected $mercadopago;
+ protected WoocommerceMercadoPago $mercadopago;
- /**
- * @var Sdk
- */
- protected $sdk;
+ protected Sdk $sdk;
/**
* Transaction
@@ -35,57 +33,30 @@ abstract class AbstractTransaction
*/
protected $transaction;
- /**
- * Gateway
- *
- * @var AbstractGateway
- */
- protected $gateway;
+ protected AbstractGateway $gateway;
- /**
- * Order
- *
- * @var \WC_Order
- */
- protected $order;
+ protected WC_Order $order;
- /**
- * Checkout data
- *
- * @var array
- */
- protected $checkout = null;
+ protected ?array $checkout = null;
- /**
- * Country configs
- *
- * @var array
- */
- protected $countryConfigs;
+ protected array $countryConfigs;
- /**
- * @var float
- */
- protected $ratio;
+ protected float $ratio;
- /**
- * @var float
- */
- protected $orderTotal;
+ protected float $orderTotal;
- /**
- * @var array
- */
- protected $listOfItems;
+ protected array $listOfItems;
/**
* Abstract Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array|null $checkout
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout = null)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout = null)
{
global $mercadopago;
@@ -183,9 +154,7 @@ private function getNotificationUrl()
*/
public function getBinaryMode(): bool
{
- $binaryMode = $this->gateway
- ? $this->mercadopago->hooks->options->getGatewayOption($this->gateway, 'binary_mode', 'no')
- : 'no';
+ $binaryMode = $this->mercadopago->hooks->options->getGatewayOption($this->gateway, 'binary_mode', 'no');
return $binaryMode !== 'no';
}
@@ -368,11 +337,11 @@ public function setFeeTransaction($items): void
/**
* Get item amount
*
- * @param \WC_Order_Item|\WC_Order_Item_Product $item
+ * @param WC_Order_Item|WC_Order_Item_Product $item
*
* @return float
*/
- public function getItemAmount(\WC_Order_Item $item): float
+ public function getItemAmount(WC_Order_Item $item): float
{
$lineAmount = $item->get_total() + $item->get_total_tax();
return Numbers::calculateByCurrency($this->countryConfigs['currency'], $lineAmount, $this->ratio);
diff --git a/src/Transactions/BasicTransaction.php b/src/Transactions/BasicTransaction.php
index 03dfa0075..d86aaec71 100644
--- a/src/Transactions/BasicTransaction.php
+++ b/src/Transactions/BasicTransaction.php
@@ -2,23 +2,24 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class BasicTransaction extends AbstractPreferenceTransaction
{
- /**
- * @const
- */
public const ID = 'basic';
/**
* Basic Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order)
+ public function __construct(AbstractGateway $gateway, WC_Order $order)
{
parent::__construct($gateway, $order);
diff --git a/src/Transactions/CreditsTransaction.php b/src/Transactions/CreditsTransaction.php
index 6cc7f2247..bad1055be 100644
--- a/src/Transactions/CreditsTransaction.php
+++ b/src/Transactions/CreditsTransaction.php
@@ -2,23 +2,24 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class CreditsTransaction extends AbstractPreferenceTransaction
{
- /**
- * @const
- */
public const ID = 'credits';
/**
* Credits Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order)
+ public function __construct(AbstractGateway $gateway, WC_Order $order)
{
parent::__construct($gateway, $order);
diff --git a/src/Transactions/CustomTransaction.php b/src/Transactions/CustomTransaction.php
index b0d9113d2..b4665cd34 100644
--- a/src/Transactions/CustomTransaction.php
+++ b/src/Transactions/CustomTransaction.php
@@ -2,24 +2,25 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class CustomTransaction extends AbstractPaymentTransaction
{
- /**
- * @const
- */
public const ID = 'credit_card';
/**
* Custom Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array $checkout
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout)
{
parent::__construct($gateway, $order, $checkout);
diff --git a/src/Transactions/PixTransaction.php b/src/Transactions/PixTransaction.php
index c8ad8205e..c1c04a5ec 100644
--- a/src/Transactions/PixTransaction.php
+++ b/src/Transactions/PixTransaction.php
@@ -2,25 +2,26 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Helpers\Date;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class PixTransaction extends AbstractPaymentTransaction
{
- /**
- * @const
- */
public const ID = 'pix';
/**
* Pix Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array $checkout
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout)
{
parent::__construct($gateway, $order, $checkout);
diff --git a/src/Transactions/PseTransaction.php b/src/Transactions/PseTransaction.php
index 18177250c..1eaadca35 100644
--- a/src/Transactions/PseTransaction.php
+++ b/src/Transactions/PseTransaction.php
@@ -2,24 +2,25 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class PseTransaction extends AbstractPaymentTransaction
{
- /**
- * @const
- */
public const ID = 'pse';
/**
* PSE Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array $checkout
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout)
{
parent::__construct($gateway, $order, $checkout);
diff --git a/src/Transactions/TicketTransaction.php b/src/Transactions/TicketTransaction.php
index 9a45bfa43..a8415d868 100644
--- a/src/Transactions/TicketTransaction.php
+++ b/src/Transactions/TicketTransaction.php
@@ -2,39 +2,30 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Helpers\Date;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class TicketTransaction extends AbstractPaymentTransaction
{
- /**
- * @const
- */
public const ID = 'ticket';
- /**
- * Payment method id
- *
- * @var string
- */
- private $paymentMethodId;
+ private string $paymentMethodId;
- /**
- * Payment place id
- *
- * @var string
- */
- private $paymentPlaceId;
+ private string $paymentPlaceId;
/**
* Ticket Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
* @param array $checkout
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order, array $checkout)
+ public function __construct(AbstractGateway $gateway, WC_Order $order, array $checkout)
{
parent::__construct($gateway, $order, $checkout);
diff --git a/src/Transactions/WalletButtonTransaction.php b/src/Transactions/WalletButtonTransaction.php
index e1aa1317c..e4857fbde 100644
--- a/src/Transactions/WalletButtonTransaction.php
+++ b/src/Transactions/WalletButtonTransaction.php
@@ -2,23 +2,24 @@
namespace MercadoPago\Woocommerce\Transactions;
+use Exception;
use MercadoPago\Woocommerce\Gateways\AbstractGateway;
use MercadoPago\Woocommerce\Entities\Metadata\PaymentMetadata;
+use WC_Order;
class WalletButtonTransaction extends AbstractPreferenceTransaction
{
- /**
- * @const
- */
public const ID = 'wallet_button';
/**
* Wallet Button Transaction constructor
*
* @param AbstractGateway $gateway
- * @param \WC_Order $order
+ * @param WC_Order $order
+ *
+ * @throws Exception
*/
- public function __construct(AbstractGateway $gateway, \WC_Order $order)
+ public function __construct(AbstractGateway $gateway, WC_Order $order)
{
parent::__construct($gateway, $order);
diff --git a/src/Transactions/YapeTransaction.php b/src/Transactions/YapeTransaction.php
new file mode 100644
index 000000000..e83a53280
--- /dev/null
+++ b/src/Transactions/YapeTransaction.php
@@ -0,0 +1,59 @@
+transaction->payment_method_id = self::ID;
+ $this->transaction->installments = 1;
+
+ $this->setTokenTransaction();
+ }
+
+ /**
+ * Get internal metadata
+ *
+ * @return PaymentMetadata
+ */
+ public function getInternalMetadata(): PaymentMetadata
+ {
+ $internalMetadata = parent::getInternalMetadata();
+
+ $internalMetadata->checkout = 'custom';
+ $internalMetadata->checkout_type = self::ID;
+
+ return $internalMetadata;
+ }
+
+ /**
+ * Set token transaction
+ *
+ * @return void
+ */
+ public function setTokenTransaction(): void
+ {
+ if (array_key_exists('token', $this->checkout)) {
+ $this->transaction->token = $this->checkout['token'];
+ }
+ }
+}
diff --git a/src/Translations/AdminTranslations.php b/src/Translations/AdminTranslations.php
index 455b02825..5b7a823ac 100644
--- a/src/Translations/AdminTranslations.php
+++ b/src/Translations/AdminTranslations.php
@@ -10,115 +10,51 @@
class AdminTranslations
{
- /**
- * @var array
- */
- public $notices = [];
+ public array $notices = [];
- /**
- * @var array
- */
- public $plugin = [];
+ public array $plugin = [];
- /**
- * @var array
- */
- public $order = [];
+ public array $order = [];
- /**
- * @var array
- */
- public $headerSettings = [];
+ public array $headerSettings = [];
- /**
- * @var array
- */
- public $credentialsSettings = [];
+ public array $credentialsSettings = [];
- /**
- * @var array
- */
- public $supportSettings = [];
+ public array $supportSettings = [];
- /**
- * @var array
- */
- public $storeSettings = [];
+ public array $storeSettings = [];
- /**
- * @var array
- */
- public $gatewaysSettings = [];
+ public array $gatewaysSettings = [];
- /**
- * @var array
- */
- public $basicGatewaySettings = [];
+ public array $basicGatewaySettings = [];
- /**
- * @var array
- */
- public $creditsGatewaySettings = [];
+ public array $creditsGatewaySettings = [];
- /**
- * @var array
- */
- public $customGatewaySettings = [];
+ public array $customGatewaySettings = [];
- /**
- * @var array
- */
- public $ticketGatewaySettings = [];
+ public array $ticketGatewaySettings = [];
- /**
- * @var array
- */
- public $pseGatewaySettings = [];
+ public array $pseGatewaySettings = [];
- /**
- * @var array
- */
- public $pixGatewaySettings = [];
+ public array $pixGatewaySettings = [];
- /**
- * @var array
- */
- public $testModeSettings = [];
+ public array $yapeGatewaySettings = [];
- /**
- * @var array
- */
- public $configurationTips = [];
+ public array $testModeSettings = [];
- /**
- * @var array
- */
- public $validateCredentials = [];
+ public array $configurationTips = [];
- /**
- * @var array
- */
- public $updateCredentials = [];
+ public array $validateCredentials = [];
- /**
- * @var array
- */
- public $updateStore = [];
+ public array $updateCredentials = [];
- /**
- * @var array
- */
- public $currency = [];
+ public array $updateStore = [];
- /**
- * @var array
- */
- public $statusSync = [];
+ public array $currency = [];
- /**
- * @var array
- */
- public $links;
+ public array $statusSync = [];
+
+ public array $links;
/**
* Translations constructor
@@ -143,6 +79,7 @@ public function __construct(Links $links)
$this->setTicketGatewaySettingsTranslations();
$this->setPseGatewaySettingsTranslations();
$this->setPixGatewaySettingsTranslations();
+ $this->setYapeGatewaySettingsTranslations();
$this->setTestModeSettingsTranslations();
$this->setConfigurationTipsTranslations();
$this->setUpdateCredentialsTranslations();
@@ -941,6 +878,74 @@ private function setPixGatewaySettingsTranslations(): void
$this->pixGatewaySettings = array_merge($this->pixGatewaySettings, $this->setSupportLinkTranslations());
}
+ /**
+ * Set yape settings translations
+ *
+ * @return void
+ */
+ private function setYapeGatewaySettingsTranslations(): void
+ {
+ $enabledDescriptionsEnabled = sprintf(
+ '%s %s %s.',
+ __('Checkout API is', 'woocommerce-mercadopago'),
+ __('active', 'woocommerce-mercadopago'),
+ __('for payments with Yape', 'woocommerce-mercadopago'),
+ );
+
+ $enabledDescriptionsDisabled = sprintf(
+ '%s %s %s.',
+ __('Checkout API is', 'woocommerce-mercadopago'),
+ __('disabled', 'woocommerce-mercadopago'),
+ __('for payments with Yape', 'woocommerce-mercadopago'),
+ );
+
+ $currencyConversionDescriptionsEnabled = sprintf(
+ '%s %s.',
+ __('Currency conversion is', 'woocommerce-mercadopago'),
+ __('enabled', 'woocommerce-mercadopago')
+ );
+
+ $currencyConversionDescriptionsDisabled = sprintf(
+ '%s %s.',
+ __('Currency conversion is', 'woocommerce-mercadopago'),
+ __('disabled', 'woocommerce-mercadopago')
+ );
+
+
+ $this->yapeGatewaySettings = [
+ 'gateway_title' => __('Yape', 'woocommerce-mercadopago'),
+ 'gateway_description' => __('Payments without leaving your store with our customizable checkout.', 'woocommerce-mercadopago'),
+ 'gateway_method_title' => __('Mercado Pago - Checkout API', 'woocommerce-mercadopago'),
+ 'gateway_method_description' => __('Payments without leaving your store with our customizable checkout.', 'woocommerce-mercadopago'),
+ 'header_title' => __('Checkout API | Yape', 'woocommerce-mercadopago'),
+ 'header_description' => __('Receive payments through the Yape app automatically, without redirects, and with all the security of Mercado Pago. ', 'woocommerce-mercadopago'),
+ 'card_settings_title' => __('Mercado Pago plugin general settings', 'woocommerce-mercadopago'),
+ 'card_settings_subtitle' => __('Set the deadlines and fees, test your store or access the Plugin manual.', 'woocommerce-mercadopago'),
+ 'card_settings_button_text' => __('Go to Settings', 'woocommerce-mercadopago'),
+ 'enabled_title' => __('Enable the checkout', 'woocommerce-mercadopago'),
+ 'enabled_subtitle' => __('By disabling it, you will disable Yape from the Mercado Pago Checkout API.', 'woocommerce-mercadopago'),
+ 'enabled_descriptions_enabled' => $enabledDescriptionsEnabled,
+ 'enabled_descriptions_disabled' => $enabledDescriptionsDisabled,
+ 'title_title' => __('Title in the website’s checkout', 'woocommerce-mercadopago'),
+ 'title_description' => __('Enter a title and a description for Yape in your Checkout API , maximum characters: 85', 'woocommerce-mercadopago'),
+ 'title_default' => __('Yape', 'woocommerce-mercadopago'),
+ 'title_desc_tip' => __('The text inserted here will not be translated to other languages', 'woocommerce-mercadopago'),
+ 'currency_conversion_title' => __('Convert Currency', 'woocommerce-mercadopago'),
+ 'currency_conversion_subtitle' => __('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.', 'woocommerce-mercadopago'),
+ 'currency_conversion_descriptions_enabled' => $currencyConversionDescriptionsEnabled,
+ 'currency_conversion_descriptions_disabled' => $currencyConversionDescriptionsDisabled,
+ 'advanced_configuration_title' => __('Advanced settings', 'woocommerce-mercadopago'),
+ 'advanced_configuration_subtitle' => __('Edit these advanced fields only when you want to modify the preset values.', 'woocommerce-mercadopago'),
+ 'discount_title' => __('Discount in Mercado Pago Checkouts', 'woocommerce-mercadopago'),
+ 'discount_description' => __('Choose a percentage value that you want to discount your customers for paying with Mercado Pago.', 'woocommerce-mercadopago'),
+ 'discount_checkbox_label' => __('Activate and show this information on Mercado Pago Checkout', 'woocommerce-mercadopago'),
+ 'commission_title' => __('Commission in Mercado Pago Checkouts', 'woocommerce-mercadopago'),
+ 'commission_description' => __('Choose an additional percentage value that you want to charge as commission to your customers for paying with Mercado Pago.', 'woocommerce-mercadopago'),
+ 'commission_checkbox_label' => __('Activate and show this information on Mercado Pago Checkout', 'woocommerce-mercadopago'),
+ ];
+ $this->yapeGatewaySettings = array_merge($this->yapeGatewaySettings, $this->setSupportLinkTranslations());
+ }
+
/**
* Set test mode settings translations
*
diff --git a/src/Translations/StoreTranslations.php b/src/Translations/StoreTranslations.php
index c7c96a88a..809a3af8f 100644
--- a/src/Translations/StoreTranslations.php
+++ b/src/Translations/StoreTranslations.php
@@ -10,65 +10,31 @@
class StoreTranslations
{
- /**
- * @var array
- */
- public $commonCheckout = [];
+ public array $commonCheckout = [];
- /**
- * @var array
- */
- public $basicCheckout = [];
+ public array $basicCheckout = [];
- /**
- * @var array
- */
- public $creditsCheckout = [];
+ public array $creditsCheckout = [];
- /**
- * @var array
- */
- public $customCheckout = [];
+ public array $customCheckout = [];
- /**
- * @var array
- */
- public $pixCheckout = [];
+ public array $pixCheckout = [];
- /**
- * @var array
- */
- public $ticketCheckout = [];
+ public array $ticketCheckout = [];
- /**
- * @var array
- */
- public $pseCheckout = [];
+ public array $pseCheckout = [];
- /**
- * @var array
- */
- public $orderStatus = [];
+ public array $yapeCheckout = [];
- /**
- * @var array
- */
- public $commonMessages = [];
+ public array $orderStatus = [];
- /**
- * @var array
- */
- public $buyerRefusedMessages = [];
+ public array $commonMessages = [];
- /**
- * @var array
- */
- public $threeDsTranslations;
+ public array $buyerRefusedMessages = [];
- /**
- * @var array
- */
- public $links;
+ public array $threeDsTranslations;
+
+ public array $links;
/**
* Translations constructor
@@ -86,6 +52,7 @@ public function __construct(Links $links)
$this->setTicketCheckoutTranslations();
$this->setPixCheckoutTranslations();
$this->setPseCheckoutTranslations();
+ $this->setYapeCheckoutTranslations();
$this->setOrderStatusTranslations();
$this->setCommonMessagesTranslations();
$this->setbuyerRefusedMessagesTranslations();
@@ -331,6 +298,34 @@ private function setPixCheckoutTranslations(): void
];
}
+ /**
+ * Set pix checkout translations
+ *
+ * @return void
+ */
+ private function setYapeCheckoutTranslations(): void
+ {
+ $this->yapeCheckout = [
+ 'test_mode_title' => __('Yape in Test Mode', 'woocommerce-mercadopago'),
+ 'test_mode_link_text' => __('See the rules for the test mode.', 'woocommerce-mercadopago'),
+ 'test_mode_description' => __('You can test the flow to generate a code, but you cannot finalize the payment.', 'woocommerce-mercadopago'),
+ 'test_mode_link_text' => __('See the rules for the test mode.', 'woocommerce-mercadopago'),
+ 'terms_and_conditions_description' => __('By continuing, you agree with our', 'woocommerce-mercadopago'),
+ 'yape_input_field_label' => __('Cell phone linked to Yape', 'woocommerce-mercadopago'),
+ 'terms_and_conditions_link_text' => __('Terms and conditions', 'woocommerce-mercadopago'),
+ 'checkout_notice_message' => __('Verify in Yape that the option "Compra por internet" is activated and that the daily limit is enough.', 'woocommerce-mercadopago'),
+ 'yape_title' => __('Pay with Yape in a few minutes', 'woocommerce-mercadopago'),
+ 'yape_subtitle' => __('Fill out the following details and confirm your purchase.', 'woocommerce-mercadopago'),
+ 'input_code_label' => __('Approval code', 'woocommerce-mercadopago'),
+ 'footer_text' => __('Processed by Mercado Pago', 'woocommerce-mercadopago'),
+ 'yape_tooltip_text' => __('The code is available in the Yape app menu.', 'woocommerce-mercadopago'),
+ 'yape_input_code_error_message1' => __('Enter the entire number..', 'woocommerce-mercadopago'),
+ 'yape_input_code_error_message2' => __('Fill out this field.', 'woocommerce-mercadopago'),
+ 'yape_phone_number_error_message1' => __('Enter the entire number.', 'woocommerce-mercadopago'),
+ 'yape_phone_number_error_message2' => __('Fill out this field.', 'woocommerce-mercadopago'),
+ ];
+ }
+
/**
* Set pix checkout translations
*
@@ -473,6 +468,11 @@ private function setbuyerRefusedMessagesTranslations(): void
'buyer_rejected_by_bank' => __('The card issuing bank declined the payment We recommended paying with another payment method or contact your bank.', 'woocommerce-mercadopago'),
'buyer_cc_rejected_blacklist' => __('For safety reasons, the card issuing bank declined the payment We recommended paying with your usual payment method and device for online purchases.', 'woocommerce-mercadopago'),
'buyer_default' => __('Your payment was declined because something went wrong We recommended trying again or paying with another method.', 'woocommerce-mercadopago'),
+ 'buyer_yape_default' => __('Yape declined your payment Your payment could not be processed. Please try again or choose another payment method.', 'woocommerce-mercadopago'),
+ 'buyer_yape_cc_rejected_call_for_authorize' => __('Yape declined your payment Your payment could not be processed. You can contact Yape to find out why or try again with this or another payment method.', 'woocommerce-mercadopago'),
+ 'buyer_yape_cc_unsupported_unsupported' => __('Yape declined your payment Your payment was rejected because something went wrong. We recommend trying again or paying with another method.', 'woocommerce-mercadopago'),
+ 'buyer_yape_cc_amount_rate_limit_exceeded' => __('Yape declined your payment This payment exceeds your daily limit for online purchases with Yape. We recommend paying with another method or trying again tomorrow.', 'woocommerce-mercadopago'),
+ 'buyer_yape_cc_rejected_max_attempts' => __('Yape declined your payment After three incorrect approval codes, the payment can\'t be done with Yape for your safety. Pay with another method or try again in 24 hours.', 'woocommerce-mercadopago'),
];
}
diff --git a/src/WoocommerceMercadoPago.php b/src/WoocommerceMercadoPago.php
index 298f143ba..c5c22775a 100644
--- a/src/WoocommerceMercadoPago.php
+++ b/src/WoocommerceMercadoPago.php
@@ -10,6 +10,7 @@
use MercadoPago\Woocommerce\Blocks\PixBlock;
use MercadoPago\Woocommerce\Blocks\TicketBlock;
use MercadoPago\Woocommerce\Blocks\PseBlock;
+use MercadoPago\Woocommerce\Blocks\YapeBlock;
use MercadoPago\Woocommerce\Configs\Metadata;
use MercadoPago\Woocommerce\Funnel\Funnel;
use MercadoPago\Woocommerce\Order\OrderBilling;
@@ -23,6 +24,7 @@
use MercadoPago\Woocommerce\Translations\StoreTranslations;
use MercadoPago\Woocommerce\Helpers\Country;
use MercadoPago\Woocommerce\Helpers\Strings;
+use WooCommerce;
if (!defined('ABSPATH')) {
exit;
@@ -30,125 +32,53 @@
class WoocommerceMercadoPago
{
- /**
- * @const
- */
- private const PLUGIN_VERSION = '7.6.4';
+ private const PLUGIN_VERSION = '7.7.0';
- /**
- * @const
- */
private const PLUGIN_MIN_PHP = '7.4';
- /**
- * @const
- */
private const PLATFORM_ID = 'bo2hnr2ic4p001kbgpt0';
- /**
- * @const
- */
private const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG';
- /**
- * @const
- */
private const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0';
- /**
- * @const
- */
private const PLATFORM_NAME = 'woocommerce';
- /**
- * @const
- */
private const TICKET_TIME_EXPIRATION = 3;
- /**
- * @const
- */
private const PLUGIN_NAME = 'woocommerce-mercadopago/woocommerce-mercadopago.php';
- /**
- * @var \WooCommerce
- */
- public $woocommerce;
+ public WooCommerce $woocommerce;
- /**
- * @var Hooks
- */
- public $hooks;
+ public Hooks $hooks;
- /**
- * @var Helpers
- */
- public $helpers;
+ public Helpers $helpers;
- /**
- * @var Settings
- */
- public $settings;
+ public Settings $settings;
- /**
- * @var Metadata
- */
- public $metadataConfig;
+ public Metadata $metadataConfig;
- /**
- * @var Seller
- */
- public $sellerConfig;
+ public Seller $sellerConfig;
- /**
- * @var Store
- */
- public $storeConfig;
+ public Store $storeConfig;
- /**
- * @var Logs
- */
- public $logs;
+ public Logs $logs;
- /**
- * @var OrderBilling
- */
- public $orderBilling;
+ public OrderBilling $orderBilling;
- /**
- * @var OrderMetadata
- */
- public $orderMetadata;
+ public OrderMetadata $orderMetadata;
- /**
- * @var OrderShipping
- */
- public $orderShipping;
+ public OrderShipping $orderShipping;
- /**
- * @var OrderStatus
- */
- public $orderStatus;
+ public OrderStatus $orderStatus;
- /**
- * @var AdminTranslations
- */
- public $adminTranslations;
+ public AdminTranslations $adminTranslations;
- /**
- * @var StoreTranslations
- */
- public $storeTranslations;
+ public StoreTranslations $storeTranslations;
- /**
- * @var Funnel
- */
- public static $funnel;
+ public static Funnel $funnel;
- /**
- * @var Country
- */
- public $country;
+ public Country $country;
/**
* WoocommerceMercadoPago constructor
@@ -219,6 +149,7 @@ function (PaymentMethodRegistry $payment_method_registry) {
$payment_method_registry->register(new PixBlock());
$payment_method_registry->register(new TicketBlock());
$payment_method_registry->register(new PseBlock());
+ $payment_method_registry->register(new YapeBlock());
}
);
}
@@ -419,7 +350,7 @@ public function verifyGdNotice(): void
*/
public function verifyCountryForTranslationsNotice(): void
{
- $this->helpers->notices->adminNoticeError($this->adminTranslations->notices['missing_translation'], true);
+ $this->helpers->notices->adminNoticeError($this->adminTranslations->notices['missing_translation']);
}
/**
diff --git a/templates/public/checkouts/yape-checkout.php b/templates/public/checkouts/yape-checkout.php
new file mode 100644
index 000000000..1ea7f9ee0
--- /dev/null
+++ b/templates/public/checkouts/yape-checkout.php
@@ -0,0 +1,85 @@
+
+
+